/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  border: none;
  outline: none;
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#media-swatch {
  display: none;
  position: relative; }
  @media screen and (min-width: 1260px) {
    #media-swatch {
      z-index: 1; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #media-swatch {
      z-index: 2; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #media-swatch {
      z-index: 3; } }
  @media screen and (max-width: 759px) {
    #media-swatch {
      z-index: 4; } }

/* Had to replace Bourbon's mixin to do my cache busting parameter */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* HEY!  There are more Font Awesome features that aren't included in the
   MarketWatch stylesheet because they are unused, but feel free to add them */
/* FONT PATH
 * -------------------------- */
/* cb=1 is for an Akamai cache buster for some bad ACAO headers, gotta stay for at least a year */
@font-face {
  font-family: 'FontAwesome';
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/font-awesome/fontawesome-webfont.eot?v=4.0.3&cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/font-awesome/fontawesome-webfont.eot#iefix&v=4.0.3&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/font-awesome/fontawesome-webfont.woff?v=4.0.3&cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3&cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular&cb=1') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

@font-face {
  font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Regular-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Regular-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Regular-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Regular-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Regular-webfont.svg#Roboto?cb=1') format('svg'); }

@font-face {
  font-family: Roboto;
  font-weight: 600;
  font-style: normal;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Medium-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Medium-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Medium-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Medium-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Medium-webfont.svg#Roboto?cb=1') format('svg'); }

@font-face {
  font-family: Roboto;
  font-weight: bold;
  font-style: normal;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Bold-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Bold-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Bold-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Bold-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/roboto/Roboto-Bold-webfont.svg#Roboto?cb=1') format('svg'); }

@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Regular-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Regular-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Regular-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Regular-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSans?cb=1') format('svg'); }

@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: italic;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Italic-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Italic-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Italic-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Italic-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSans?cb=1') format('svg'); }

@font-face {
  font-family: 'OpenSans';
  font-weight: 300;
  font-style: normal;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Light-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Light-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Light-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Light-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Light-webfont.svg#OpenSans?cb=1') format('svg'); }

@font-face {
  font-family: 'OpenSans';
  font-weight: 300;
  font-style: italic;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-LightItalic-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-LightItalic-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-LightItalic-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-LightItalic-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSans?cb=1') format('svg'); }

@font-face {
  font-family: 'OpenSans';
  font-weight: 600;
  font-style: normal;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Semibold-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Semibold-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Semibold-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Semibold-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Semibold-webfont.svg#OpenSans?cb=1') format('svg'); }

@font-face {
  font-family: 'OpenSans';
  font-weight: 600;
  font-style: italic;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg#OpenSans?cb=1') format('svg'); }

@font-face {
  font-family: 'OpenSans';
  font-weight: bold;
  font-style: normal;
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Bold-webfont.eot?cb=1');
  src: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Bold-webfont.eot#iefix&cb=1') format('embedded-opentype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Bold-webfont.woff?cb=1') format('woff'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Bold-webfont.ttf?cb=1') format('truetype'), url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSans?cb=1') format('svg'); }

.facebook {
  background-color: #3b5999; }

.twitter {
  background-color: #00b0ed; }

.google-plus {
  background-color: #dd4b39; }

.linkedin {
  background-color: #0977b5; }

.whatsapp {
  background-color: #34af23; }

.comment {
  background-color: #47595f; }

.email {
  background-color: #648c94; }

.container {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 10px;
  flex-direction: column;
  padding: 0 10px; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px; }

.col {
  position: relative;
  width: 100%;
  padding: 0 10px; }

.col--5 {
  width: 400px; }

.col--7 {
  width: 560px; }

.lightbox.active {
  display: block; }

.lightbox {
  font-size: 14px;
  line-height: 21px;
  z-index: 1060;
  overflow-y: scroll;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(45, 45, 50, 0.99);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: white; }
  .lightbox .close {
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    padding: 0;
    position: fixed;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    top: 25px;
    right: 25px; }
  .lightbox .close:hover {
    opacity: 1; }

.lightbox--search .search--bar {
  margin-top: 15vh; }
  .lightbox--search .search--bar .search__input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    color: white;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    border-bottom: 1px solid #999;
    padding: 10px 0; }
    .lightbox--search .search--bar .search__input::-webkit-input-placeholder, .lightbox--search .search--bar .search__input::-moz-placeholder, .lightbox--search .search--bar .search__input:-ms-input-placeholder {
      font-wight: 400; }
    .lightbox--search .search--bar .search__input::-ms-clear {
      display: none; }
  .lightbox--search .search--bar .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #999; }
  .lightbox--search .search--bar .icon--close {
    font-size: 30px;
    color: #cbc9cf; }
@media (min-width: 655px) {
  .lightbox--search .search--results .col--7 {
    width: 58%; }
  .lightbox--search .search--results .col--5 {
    width: 42%; } }
@media (max-width: 655px) {
  .lightbox--search {
    padding-top: 10px;
    background: #2B3039; }
    .lightbox--search .col {
      width: 100%; }
    .lightbox--search .search--container {
      padding: 0 10px 0 10px; }
    .lightbox--search .search--bar {
      margin-top: 0;
      background: #21232b;
      padding: 10px 0;
      margin: -10px; }
      .lightbox--search .search--bar .search__input {
        margin-bottom: 0;
        border: none;
        display: inline;
        padding: 5px;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        background-color: #414247;
        width: calc(100vw - 70px); }
      .lightbox--search .search--bar .fa-search {
        display: none; }
    .lightbox--search .search--advanced {
      margin-top: 10px; }
    .lightbox--search .search--results {
      padding-top: 0;
      margin-top: 0; }
    .lightbox--search button.close {
      position: absolute;
      opacity: 1;
      margin-left: 8px;
      width: 24px;
      top: -3px;
      right: 10px; }
      .lightbox--search button.close svg {
        width: 24px;
        height: 24px; } }
.lightbox--search a {
  color: #4db74d;
  text-decoration: none; }
.lightbox--search .search--container {
  max-width: 960px; }
.lightbox--search .search--results {
  margin-top: 40px; }
.lightbox--search .results-count {
  float: right;
  color: #cccccc; }
.lightbox--search h3 {
  font-weight: 400;
  border-bottom: 1px solid #6d7377;
  padding-bottom: 10px;
  margin-bottom: 12px; }
.lightbox--search .article {
  border-bottom: 1px solid #3b3e42;
  padding-bottom: 25px;
  margin-bottom: 25px; }
.lightbox--search .article-headline {
  font: 30px/36px;
  color: white; }
.lightbox--search .article-summary {
  font-size: 15px;
  line-height: 20px;
  color: #dddddd; }
.lightbox--search .no-results {
  text-transform: uppercase;
  color: #757575;
  text-align: center;
  background-color: rgba(80, 83, 87, 0.25);
  padding: 12px 0; }
.lightbox--search .result-type {
  float: right;
  font-size: 11px;
  color: #666F7D; }
.lightbox--search .result-value {
  width: 75%;
  margin-bottom: 3px; }
.lightbox--search .search--section {
  margin-bottom: 30px; }
.lightbox--search .search--editorial a {
  font: 14px/18px;
  color: white; }

.quote-box {
  background-color: #161616;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out; }
  .quote-box h4 {
    color: white;
    float: left;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.025em;
    margin-right: 10px; }
    .quote-box h4:hover {
      text-decoration: none; }
  .quote-box .company {
    float: left;
    font-size: 12px;
    position: relative;
    top: 2px;
    color: #999; }
  .quote-box .quote {
    clear: both;
    font-size: 13px;
    line-height: 1;
    padding-top: 5px; }
    .quote-box .quote .price {
      color: #b3b3b3; }
    .quote-box .quote .change.up {
      color: #009600; }
    .quote-box .quote .change.down {
      color: #d51111; }
    .quote-box .quote .change.neutral {
      color: #cbc9cf; }
  .quote-box:hover {
    background-color: #111111;
    background-image: none;
    text-decoration: none; }

@media (max-width: 975px) {
  .btn--search {
    padding: 0 6px; }
    .btn--search span {
      display: none; }
    .btn--search .icon--search::before {
      line-height: 26px;
      font-size: 16px;
      padding: 0; }
  .search--section {
    width: 100%; } }

body.freeze {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }
  body.freeze::after {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  @media screen and (min-width: 760px) and (max-width: 1023px) { }
  @media screen and (max-width: 1023px) {
    body.freeze #site-nav {
      position: absolute; } }

.right-stuff {
  float: right; }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    .right-stuff {
      margin-top: 15px; } }

#site-nav {
  z-index: 1;
  background-color: #282d32;
  width: 100%; }
  #site-nav:after {
    content: "";
    display: table;
    clear: both; }
  #site-nav.fixed #nav-burger {
    position: relative; }
    #site-nav.fixed #nav-burger:before {
      display: inline-block; }
  #site-nav.fixed .nav-items {
    display: none;
    position: absolute;
    top: 0;
    box-shadow: 15px 15px 15px -15px rgba(0, 0, 0, 0.15), -30px 30px 15px -30px rgba(0, 0, 0, 0.15); }

#nav-burger:before {
  display: none;
  color: white;
  content: "\f0c9";
  font: 28px/20px FontAwesome;
  vertical-align: middle;
  padding: 10px; }
#nav-burger.fake-hover .nav-items {
  display: block; }

.nav-item.fake-hover .nav-dropdown {
  display: block; }

@media screen and (min-width: 1024px) {
  .nav-items > .close {
    display: none; } }

@media screen and (max-width: 1023px) {
  .nav-items > .close {
    float: right;
    margin-top: 10px; } }

.nav-dropdown .close {
  color: #414348;
  font-size: 28px;
  display: none;
  position: absolute;
  z-index: 10; }
  @media screen and (min-width: 1024px) {
    .nav-dropdown .close {
      top: -10px;
      right: 0;
      padding: 5px;
      background-color: #fafafa;
      border-radius: 30px; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    .nav-dropdown .close {
      top: -2px;
      right: -6px; } }
  @media screen and (max-width: 1023px) {
    .nav-dropdown .close {
      display: block; } }
  @media screen and (max-width: 759px) {
    .nav-dropdown .close {
      display: none !important; } }

@media screen and (min-width: 1024px) and (max-width: 1259px) {
  .nav-retirement .nav-dropdown, .nav-economy .nav-dropdown, .nav-industries .nav-dropdown {
    right: -30px;
    left: auto; }
    .nav-retirement .nav-dropdown .close, .nav-economy .nav-dropdown .close, .nav-industries .nav-dropdown .close {
      left: 10px; }
  #site-nav.fixed .close {
    top: -4px;
    right: 12px;
    left: auto; }
  #site-nav.fixed .nav-news-viewer .close {
    right: 63px; }
  #site-nav.fixed #nav-burger {
    top: 5px; } }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  #site-nav-placeholder {
    height: 85px; }
  #site-nav {
    height: 85px; }
    #site-nav.fixed {
      height: 60px; }
      #site-nav.fixed #nav-burger {
        margin-top: 12px; }
        #site-nav.fixed #nav-burger:before {
          font-size: 28px; }
        #site-nav.fixed #nav-burger.fake-hover .nav-items {
          top: -12px;
          left: -255px; }
  #nav-burger {
    margin-top: 26px; }
    #nav-burger:before {
      font-size: 32px;
      display: inline-block; }
  .nav-items {
    top: 0;
    width: 235px;
    left: -235px;
    background-color: #25282d;
    background-image: -webkit-linear-gradient(left, #25282d 60%, #1a1e23);
    background-image: linear-gradient(to right,#25282d 60%, #1a1e23); } }

@media screen and (max-width: 759px) {
  body.freeze #market-overview {
    position: absolute; }
  #site-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2f3237;
    border-top: 3px solid #48a964; }
    #site-nav.fixed {
      border-top-color: #2f3237; }
      #site-nav.fixed #nav-burger {
        position: static; }
    #site-nav #nav-burger {
      padding: 5px;
      margin-top: 5px; }
      #site-nav #nav-burger:before {
        display: inline-block; }
    #site-nav .right-stuff {
      margin-top: 5px; }
    #site-nav #site-logo {
      margin: -50px auto 0; } }

@media screen and (min-width: 1260px) {
  #site-nav .nav-items {
    display: block; }
  #site-nav.fixed {
    position: fixed;
    top: 0; }
    #site-nav.fixed #nav-burger {
      line-height: 1;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      float: none; }
    #site-nav.fixed #nav-burger.fake-hover {
      color: #36393e; }
      #site-nav.fixed #nav-burger.fake-hover .nav-items {
        display: block; }
    #site-nav.fixed #nav-burger.fake-hover:before {
      color: #36393e;
      z-index: 1;
      background-color: #fafafa; }
    #site-nav.fixed .nav-items {
      left: 100%;
      padding: 0 10px;
      background-color: #fafafa;
      box-shadow: 15px 15px 15px -15px rgba(0, 0, 0, 0.15), -30px 30px 15px -30px rgba(0, 0, 0, 0.15);
      z-index: 1; }
    #site-nav.fixed .nav-item {
      float: none;
      border-bottom: 1px solid #dadada;
      border-top: 1px solid white; }
    #site-nav.fixed .nav-item:first-child {
      border-top: none; }
    #site-nav.fixed .nav-item:first-child:before {
      display: none; }
    #site-nav.fixed .nav-item:last-child {
      border-bottom: none; }
    #site-nav.fixed .site-nav-top, #site-nav.fixed #member-nav .nav-item {
      color: #2c2f34;
      font: bold 16px/50px 'Roboto', sans-serif;
      text-transform: none;
      padding: 0; }
    #site-nav.fixed .nav-dropdown {
      left: 100%;
      top: 0;
      width: 555px; }
    #site-nav.fixed .nav-drop-children {
      margin-left: 0;
      font: 14px/25px; }
    #site-nav.fixed .site-nav-label {
      font: bold 14px/35px 'OpenSans', sans-serif;
      color: #4e535c;
      border-bottom: 1px solid #4e535c; }
    #site-nav.fixed .site-nav-sub {
      font: 14px/22px 'OpenSans', sans-serif;
      color: #cccccc; } }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  #site-nav-placeholder {
    border-top: 3px solid #48a964; } }
@media screen and (max-width: 759px) {
  #site-nav-placeholder {
    z-index: 10;
    position: relative; } }

#nav-burger:after, .nav-items:after {
  content: "";
  display: table;
  clear: both; }

.site-nav-top {
  display: block; }
  @media screen and (min-width: 1024px) {
    .site-nav-top {
      color: #ebebeb;
      float: left;
      padding: 0 10px;
      text-transform: uppercase; } }

.nav-item.fake-hover:first-of-type .site-nav-top {
  color: transparent; }

@media screen and (min-width: 1024px) {
  .nav-item:first-of-type .site-nav-top {
    display: block;
    width: 50px;
    background-color: #648c94;
    text-decoration: none;
    text-indent: 100%;
    overflow: hidden;
    color: transparent;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .nav-item:first-of-type .site-nav-top:before {
    content: "\f015";
    font: 22px/1 'FontAwesome';
    vertical-align: middle;
    color: #e9ebeb;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: 0;
    margin: -10px 0 0 -10px; } }

@media screen and (min-width: 1024px) {
  .nav-item:first-of-type.fake-hover .site-nav-top {
    background-color: #fafafa; }
    .nav-item:first-of-type.fake-hover .site-nav-top::before {
      color: #648c94; } }

#site-nav.fixed .nav-item:first-of-type .site-nav-top {
  text-indent: 0;
  background-color: transparent; }

#site-nav.fixed .nav-item:first-of-type .site-nav-top:before {
  display: none; }

.nav-item {
  font: bold 14px/50px 'Roboto', sans-serif; }
  @media screen and (min-width: 1024px) {
    .nav-item {
      float: left;
      position: relative; }
      .nav-item:after {
        content: "";
        display: table;
        clear: both; }
      .nav-item.nav-login {
        display: none; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    .nav-item {
      font-size: 12px; } }

.nav-item > a:hover {
  text-decoration: none; }

@media screen and (min-width: 1024px) {
  .nav-item.selected, .nav-item.fake-hover {
    background-color: #fafafa; }
    .nav-item.selected .site-nav-top, .nav-item.fake-hover .site-nav-top {
      color: #2c2f34; } }

.nav-dropdown {
  z-index: 1; }
  @media screen and (min-width: 1260px) {
    .nav-dropdown {
      padding: 0 15px 15px; }
      .nav-dropdown .wrapper {
        padding: 15px 0; } }
  @media screen and (min-width: 1024px) {
    .nav-dropdown {
      padding-bottom: 5px; }
      .nav-dropdown .wrapper {
        float: left;
        background-color: #fafafa; }
      .nav-dropdown .other-wrapper {
        background-color: #2c2f34;
        float: left;
        position: relative;
        right: 315px; }
      .nav-dropdown .nav-drop-children {
        width: 210px;
        padding: 10px 15px;
        float: left;
        position: relative;
        left: 315px; } }
  @media screen and (min-width: 1260px) {
    .nav-dropdown {
      margin-left: -45px; }
      .nav-dropdown .so-many-wrappers {
        padding-left: 15px; }
      .nav-dropdown .nav-drop-children {
        width: 195px;
        padding-left: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    .nav-dropdown {
      padding-left: 15px; }
      .nav-dropdown .wrapper {
        padding: 15px 0; }
      .nav-dropdown .nav-drop-children {
        margin-left: -15px; }
      .nav-dropdown .so-many-wrappers {
        position: relative;
        left: -15px;
        padding-left: 15px; } }
  @media screen and (min-width: 760px) {
    .nav-dropdown {
      display: none;
      position: absolute;
      width: 555px;
      top: 45px;
      left: -15px; }
      .nav-dropdown .so-many-wrappers {
        overflow: hidden; }
      .nav-dropdown .wrapper {
        float: left;
        background-color: #fafafa; }
      .nav-dropdown .other-wrapper {
        background-color: #2c2f34;
        float: left;
        position: relative;
        right: 315px; }
      .nav-dropdown .nav-drop-children {
        float: left;
        position: relative;
        left: 315px; }
      .nav-dropdown .news {
        float: left;
        width: 315px;
        position: relative;
        left: 315px;
        padding: 0 15px; }
      .nav-dropdown .article {
        padding: 8px 0;
        border-bottom: #dadada;
        border-top: white;
        border-style: solid;
        border-width: 1px 0; }
      .nav-dropdown .article:first-child {
        border-top: none; }
      .nav-dropdown .article:last-child {
        border-bottom: none; }
      .nav-dropdown .headline {
        display: block;
        margin-bottom: 5px;
        font: bold 20px/25px 'Roboto', sans-serif;
        color: #4c6a7d; }
        .nav-dropdown .headline:hover {
          text-decoration: none; }
      .nav-dropdown .summary {
        font: normal 14px/18px 'OpenSans', sans-serif; } }
  @media screen and (min-width: 1260px) {
    .nav-dropdown {
      left: 15px; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    .nav-dropdown .other-wrapper {
      right: 300px; }
    .nav-dropdown .nav-drop-children {
      left: 300px; }
    .nav-dropdown .news {
      width: 300px;
      left: 300px; } }

@media screen and (min-width: 1260px) {
  #nav-burger .nav-news-viewer .so-many-wrappers {
    margin-left: 45px;
    padding: 0; } }
#nav-burger .nav-news-viewer .close {
  right: 29px; }
#nav-burger .nav-news-viewer .news {
  left: 0;
  width: 465px;
  padding: 0; }
#nav-burger .nav-news-viewer .article {
  border: none;
  margin: 0 15px;
  padding: 0;
  display: table; }
  #nav-burger .nav-news-viewer .article:last-of-type .stuff {
    box-shadow: none;
    border: none; }
#nav-burger .nav-news-viewer .timestamp {
  display: table-cell;
  font-size: 12px;
  line-height: 18px;
  padding: 8px 15px 8px 0;
  float: left;
  min-width: 95px;
  text-align: right;
  font-style: italic;
  font-weight: 600;
  color: #648c94; }
#nav-burger .nav-news-viewer .stuff {
  display: table-cell;
  width: 100%;
  margin: 0 0 0 92px;
  padding: 6px 0;
  border-bottom: 1px solid #dadada;
  box-shadow: 0 1px 0 white;
  line-height: 1;
  vertical-align: top; }
#nav-burger .nav-news-viewer .headline {
  font: 400 14px/1.5 'OpenSans', sans-serif;
  display: inline;
  color: #2c2f34; }
#nav-burger .nav-news-viewer .article:first-child .headline {
  border-top: none; }
#nav-burger .nav-news-viewer .article:last-child .headline {
  border-bottom: none; }
#nav-burger .nav-news-viewer .label {
  color: white;
  font-size: 10px;
  line-height: 1;
  padding: 4px 8px 3px;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  margin-right: 4px; }
#nav-burger .nav-news-viewer .breaking, #nav-burger .nav-news-viewer .Breaking {
  background-color: #dba348; }
#nav-burger .nav-news-viewer .corrected, #nav-burger .nav-news-viewer .Corrected {
  background-color: #bc4550; }
#nav-burger .nav-news-viewer .updated, #nav-burger .nav-news-viewer .Updated {
  background-color: #4c4f56; }
#nav-burger .nav-news-viewer .opinion, #nav-burger .nav-news-viewer .Opinion {
  background-color: #648c94; }

@media screen and (min-width: 1024px) {
  .site-nav-label {
    border-bottom: 1px solid #1b1d22;
    box-shadow: 0 1px 0 #3a3c40;
    font: bold 14px/24px 'Roboto', sans-serif;
    color: #648c94;
    display: block;
    margin: 10px 0 5px;
    padding-bottom: 2px; } }

.site-nav-sub {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 760px) {
    .site-nav-sub {
      font: 12px/18px 'OpenSans', sans-serif;
      color: #fafafa;
      padding: 4px 5px 4px 0; } }
  @media screen and (max-width: 759px) {
    .site-nav-sub {
      font: 14px/30px 'OpenSans', sans-serif;
      color: #cccccc; } }
  .site-nav-sub:hover {
    text-decoration: none;
    padding: 4px 0 4px 5px; }

@media screen and (max-width: 1023px) {
  #nav-burger {
    cursor: pointer;
    line-height: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: none; }
    @media screen and (max-width: 759px) {
      #nav-burger {
        position: static; } }
  @media screen and (min-width: 1260px) {
    #nav-burger:before {
      margin-top: 8px; } }
  @media screen and (max-width: 759px) {
    #nav-burger:before {
      color: #64676c;
      padding: 10px 0; } }
  #nav-burger.fake-hover {
    color: #36393e; }
  @media screen and (min-width: 760px) {
    #nav-burger.fake-hover:before {
      color: #36393e;
      z-index: 1;
      background-color: #fafafa; } }
  .nav-items {
    padding: 0 10px;
    background-color: #fafafa;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .nav-items {
        width: 235px;
        left: 100%; } }
    @media screen and (max-width: 759px) {
      .nav-items {
        left: 0;
        background-color: #25282d; } }
  .nav-item {
    float: none; }
    @media screen and (min-width: 1024px) {
      .nav-item {
        border-bottom: 1px solid #dadada;
        border-top: 1px solid white; } }
    @media screen and (max-width: 759px) {
      .nav-item {
        border-bottom: 1px solid #1c1f22;
        border-top: 1px solid #2a2d32; } }
  .nav-item:first-child {
    border-top: none; }
  .nav-item:first-child:before {
    display: none; }
  .nav-item:last-child {
    border-bottom: none; }
  .site-nav-top, #member-nav .nav-item {
    color: #2c2f34;
    font: bold 16px/50px 'Roboto', sans-serif;
    text-transform: none;
    padding: 0; }
    @media screen and (max-width: 759px) {
      .site-nav-top, #member-nav .nav-item {
        color: #e7eaee; } }
  .nav-dropdown {
    left: 100%;
    top: 0; }
    @media screen and (min-width: 760px) {
      .nav-dropdown {
        width: 555px; } }
  .nav-drop-children {
    margin-left: 0;
    font: 14px/25px; }
  .site-nav-label {
    font: bold 14px/35px 'OpenSans', sans-serif;
    color: #4e535c;
    border-bottom: 1px solid #4e535c; }
  .site-nav-sub {
    font: 14px/22px 'OpenSans', sans-serif;
    color: #cccccc; } }

#site-nav.fixed {
  z-index: 3;
  position: fixed;
  top: 0; }
  #site-nav.fixed #site-logo {
    padding-top: 0;
    height: 27px; }
    #site-nav.fixed #site-logo .logo {
      margin-top: 2px;
      width: 141px;
      height: 25px; }
  #site-nav.fixed #market-overview {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: right;
    padding: 0; }
    #site-nav.fixed #market-overview .quote {
      padding: 0; }
  #site-nav.fixed .nav-item {
    position: static; }
  #site-nav.fixed .wrapper {
    padding: 0; }
  #site-nav.fixed .nav-dropdown {
    padding-left: 0; }
  #site-nav.fixed .nav-drop-children {
    margin-left: 0; }
  #site-nav.fixed #member-nav {
    float: none;
    display: block; }
  @media screen and (min-width: 1024px) {
    #site-nav.fixed {
      padding: 8px 0; }
      #site-nav.fixed #nav-burger {
        cursor: pointer;
        line-height: 1;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: none; }
        @media screen and (max-width: 759px) {
          #site-nav.fixed #nav-burger {
            position: static; } }
      @media screen and (min-width: 1260px) {
        #site-nav.fixed #nav-burger:before {
          margin-top: 8px; } }
      @media screen and (max-width: 759px) {
        #site-nav.fixed #nav-burger:before {
          color: #64676c;
          padding: 10px 0; } }
      #site-nav.fixed #nav-burger.fake-hover {
        color: #36393e; }
      @media screen and (min-width: 760px) {
        #site-nav.fixed #nav-burger.fake-hover:before {
          color: #36393e;
          z-index: 1;
          background-color: #fafafa; } }
      #site-nav.fixed .nav-items {
        padding: 0 10px;
        background-color: #fafafa;
        z-index: 1; }
        @media screen and (min-width: 1024px) {
          #site-nav.fixed .nav-items {
            width: 235px;
            left: 100%; } }
        @media screen and (max-width: 759px) {
          #site-nav.fixed .nav-items {
            left: 0;
            background-color: #25282d; } }
      #site-nav.fixed .nav-item {
        float: none; }
        @media screen and (min-width: 1024px) {
          #site-nav.fixed .nav-item {
            border-bottom: 1px solid #dadada;
            border-top: 1px solid white; } }
        @media screen and (max-width: 759px) {
          #site-nav.fixed .nav-item {
            border-bottom: 1px solid #1c1f22;
            border-top: 1px solid #2a2d32; } }
      #site-nav.fixed .nav-item:first-child {
        border-top: none; }
      #site-nav.fixed .nav-item:first-child:before {
        display: none; }
      #site-nav.fixed .nav-item:last-child {
        border-bottom: none; }
      #site-nav.fixed .site-nav-top, #site-nav.fixed #member-nav .nav-item {
        color: #2c2f34;
        font: bold 16px/50px 'Roboto', sans-serif;
        text-transform: none;
        padding: 0; }
        @media screen and (max-width: 759px) {
          #site-nav.fixed .site-nav-top, #site-nav.fixed #member-nav .nav-item {
            color: #e7eaee; } }
      #site-nav.fixed .nav-dropdown {
        left: 100%;
        top: 0; }
        @media screen and (min-width: 760px) {
          #site-nav.fixed .nav-dropdown {
            width: 555px; } }
      #site-nav.fixed .nav-drop-children {
        margin-left: 0;
        font: 14px/25px; }
      #site-nav.fixed .site-nav-label {
        font: bold 14px/35px 'OpenSans', sans-serif;
        color: #4e535c;
        border-bottom: 1px solid #4e535c; }
      #site-nav.fixed .site-nav-sub {
        font: 14px/22px 'OpenSans', sans-serif;
        color: #cccccc; } }

#site-search-button {
  padding: 13px;
  font-size: 19px;
  cursor: pointer; }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #site-search-button {
      font-size: 33px;
      position: relative;
      /* Prevent from hiding under site-identity */
      display: inline-block;
      vertical-align: middle;
      float: none; } }

@media screen and (max-width: 1023px) {
  #nav-burger {
    position: static; }
    #nav-burger #site-share {
      margin: 10px; }
    #nav-burger .nav-dropdown {
      box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.3); }
    #nav-burger .nav-item {
      border-top: 1px solid #2e3136;
      box-shadow: 0 -1px 0 #141518; }
      #nav-burger .nav-item > a {
        padding-left: 10px; }
    #nav-burger .nav-items {
      display: block;
      height: 100%;
      padding: 0;
      position: absolute; }
      #nav-burger .nav-items:after {
        content: "";
        display: table;
        clear: both; }
      #nav-burger .nav-items div:first-of-type.nav-item {
        border-top: none;
        box-shadow: none; }
    #nav-burger .site-nav-top {
      color: #e7eaee; }
    #nav-burger .nav-drop-children {
      margin: 0;
      padding: 15px 0 15px 20px;
      width: 200px; }
      #nav-burger .nav-drop-children a {
        line-height: 1.4;
        list-style-type: disc; }
      #nav-burger .nav-drop-children span {
        border-bottom: 1px solid #323232;
        color: #666f7d;
        line-height: 1.4;
        margin: 5px 0;
        padding: 5px 0; }
    #nav-burger .site-nav-label, #nav-burger .site-nav-sub {
      padding: 5px 0;
      color: white;
      display: block; }
    #nav-burger .news {
      width: 300px;
      padding: 15px; }
    #nav-burger #member-nav {
      width: 100%;
      padding-bottom: 20px; }
      #nav-burger #member-nav ul.loggedIn .nav-item.nav-login {
        display: none; } }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .nav-dropdown {
    width: 500px;
    left: 235px;
    top: 0; }
  .wrapper {
    background-color: #f3f3f3; }
  .other-wrapper {
    background-color: #44474e; }
  .nav-drop-children {
    padding: 15px; }
  .site-nav-sub {
    font: 400 14px/1.5 'OpenSans', sans-serif;
    padding: 5px 0; } }

@media screen and (max-width: 759px) {
  #site-nav-placeholder {
    height: 60px; }
  #site-nav {
    height: 60px; }
    #site-nav #site-logo {
      display: block;
      width: 141px;
      height: 38px; }
    #site-nav #site-share {
      display: inline-block; }
      #site-nav #site-share .social-button {
        height: 40px;
        width: 40px;
        padding: 8px 0 0 8px; }
      #site-nav #site-share .icon {
        height: 25px;
        width: 25px; }
    #site-nav #market-overview {
      display: none; }
  .nav-items {
    width: 90%;
    padding-top: 15px;
    left: -90%;
    overflow-y: scroll;
    z-index: 20;
    top: -3px; }
  .nav-item {
    clear: both; }
  .nav-item.with-child::before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 24px;
    float: right;
    padding: 0 15px;
    color: #b8c2c9; }
  .nav-item.with-child.fake-hover::before {
    content: "\f106"; }
  .nav-dropdown {
    display: none; }
    .nav-dropdown .news {
      display: none; } }

#member-nav {
  display: inline-block;
  vertical-align: middle;
  float: none; }
  #member-nav .title {
    color: #ccc;
    display: none;
    font-size: 12px;
    padding: 0 10px; }
  @media screen and (min-width: 1024px) {
    #member-nav {
      float: right;
      line-height: 48px; }
      #member-nav .nav-item {
        font-size: 12px;
        padding: 0 7px; }
      #member-nav .nav-item.fake-hover {
        background-color: transparent; }
      #member-nav .nav-alerts:before {
        content: '\f071';
        color: #da7676;
        font-family: 'FontAwesome';
        line-height: 1; }
      #member-nav a {
        display: inline-block;
        color: #cccccc; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #member-nav {
      cursor: pointer;
      position: relative; }
      #member-nav .title {
        display: inline-block;
        font-family: 'OpenSans', sans-serif; }
      #member-nav ul {
        background-color: white;
        background-image: none;
        box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
        background-image: -webkit-linear-gradient( #fff 0, #eee 30%);
        background-image: linear-gradient( #fff 0, #eee 30%);
        display: none;
        width: 150px;
        position: absolute;
        top: 45px;
        right: 0; }
        #member-nav ul li.nav-item {
          border-top: 1px solid #fff;
          box-shadow: 0 -1px 0 #ccc;
          display: block;
          float: none;
          line-height: 35px;
          margin: 0 10px;
          padding: 0;
          text-align: right; }
          #member-nav ul li.nav-item:first-of-type {
            border: none;
            box-shadow: none; }
          #member-nav ul li.nav-item.nav-login {
            display: none; }
        #member-nav ul a {
          color: #333333;
          font-weight: 400;
          font-family: 'OpenSans', sans-serif;
          -webkit-transition: padding 0.2s ease-in-out;
          -moz-transition: padding 0.2s ease-in-out;
          -ms-transition: padding 0.2s ease-in-out;
          -o-transition: padding 0.2s ease-in-out;
          transition: padding 0.2s ease-in-out; }
          #member-nav ul a:hover {
            padding-right: 5px; }
      #member-nav:hover .title, #member-nav:focus .title {
        background-color: #fff;
        background-image: none;
        color: #333; }
      #member-nav:hover ul, #member-nav:focus ul {
        display: block; } }

#site-nav.fixed #member-nav .title {
  display: none; }
#site-nav.fixed #member-nav ul {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  display: block;
  width: auto;
  position: static;
  text-align: left; }
#site-nav.fixed #member-nav .nav-item {
  font: 400 16px/50px 'Roboto', sans-serif;
  margin: 0;
  text-align: left; }
  #site-nav.fixed #member-nav .nav-item a {
    color: #afafaf; }
#site-nav.fixed #member-nav .nav-alerts:before {
  display: none; }

#share-tools-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, 0 -100%);
  display: block;
  z-index: 0; }

#share-tools-content, #share-tools-content::before {
  background-color: #fff;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5); }

#share-tools-content::before {
  content: '';
  display: block;
  width: 100vw;
  position: absolute;
  right: 100%;
  background-color: #fff;
  height: 40px;
  top: 0; }

div#share-tools-content::after {
  content: '';
  width: 10px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -5px;
  background-color: #fff; }

#share-tools-content {
  height: 40px;
  float: left;
  position: relative;
  padding: 5px 15px 0 5px;
  box-sizing: border-box; }

@media screen and (max-width: 759px) {
  #site-nav.fixed .nav-items {
    top: -3px; }
  #share-tools-fixed {
    -ms-transition: -ms-transform 0.1s;
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s; }
  #share-tools-content {
    left: 0;
    width: 100%; } }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  #site-nav.fixed .right-stuff {
    margin-top: 0; } }

@media screen and (min-width: 1024px) and (max-width: 1259px) {
  #site-nav .nav-news-viewer .close {
    right: 58px; }
  #share-tools-content {
    left: calc(((100% - 1300px) + 45px) / 2); } }

@media screen and (min-width: 1260px) {
  #site-nav.fixed .nav-items {
    top: 8px; }
  #site-nav.fixed .nav-dropdown {
    margin-left: 0; }
  #share-tools-content {
    left: calc(((100% - 1300px) + 45px) / 2); } }

@media (min-width: 760px) and (max-width: 1299px) {
  #share-tools-content {
    left: 0; } }

/* clean this up post launch */
#market-overview ul {
  margin-left: 0; }
#market-overview li {
  line-height: 16px;
  margin-right: 5px; }
#market-overview .icon {
  position: static;
  width: auto;
  color: #cccccc;
  font-size: 11px;
  cursor: pointer; }
  @media screen and (max-width: 759px) {
    #market-overview .icon {
      display: none; } }
#market-overview .active .icon {
  color: #81868a; }
#market-overview .active .instrument {
  display: block; }
#market-overview .instrument {
  display: none;
  position: absolute; }
#market-overview .display {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }
#market-overview .display:after {
  font-family: FontAwesome;
  font-size: 18px;
  position: relative; }
#market-overview .up .display:after {
  font-family: FontAwesome;
  font-size: 18px;
  position: relative;
  content: "\f0de";
  color: #3aa150;
  top: 5px; }
#market-overview .down .display:after {
  font-family: FontAwesome;
  font-size: 18px;
  position: relative;
  content: "\f0dd";
  color: #bc4550;
  top: -3px; }
#market-overview .price {
  color: #666f7d; }
#market-overview .up .change {
  color: #3aa150; }
#market-overview .down .change {
  color: #bc4550; }
@media screen and (min-width: 1024px) {
  #market-overview {
    padding: 10px 0; }
    #market-overview .instrument {
      top: -5px;
      left: 25px;
      right: auto; }
    #market-overview .display {
      font: bold 30px/32px 'Roboto', sans-serif; }
    #market-overview .quote {
      font-size: 20px;
      line-height: 17px;
      border-radius: 3px;
      padding: 5px 10px;
      background-color: #f9fafa; } }
@media screen and (min-width: 760px) and (max-width: 1023px) {
  #market-overview li {
    line-height: 10px; }
  #market-overview .instrument {
    right: 18px;
    top: 0; }
  #market-overview .icon {
    font-size: 8px; }
  #market-overview .quote {
    white-space: nowrap; } }
@media screen and (max-width: 759px) {
  #market-overview {
    font: 16px/17px 'OpenSans', sans-serif;
    color: #64676c;
    margin: 10px -10px 0 -10px;
    padding: 10px; }
    #market-overview .display {
      color: #333333; }
    #market-overview ul {
      position: static;
      text-align: center; }
      #market-overview ul li {
        margin: 0; }
    #market-overview .instrument {
      margin: 0 auto;
      position: static;
      white-space: nowrap; }
    #market-overview .up .instrument:after {
      font-family: FontAwesome;
      font-size: 18px;
      position: relative;
      content: "\f0de";
      color: #3aa150;
      top: 5px;
      margin: 0;
      font-size: 16px;
      top: 6px; }
    #market-overview .down .instrument:after {
      font-family: FontAwesome;
      font-size: 18px;
      position: relative;
      content: "\f0dd";
      color: #bc4550;
      top: -3px;
      margin: 0;
      font-size: 16px;
      top: -2px; }
    #market-overview .display {
      font-weight: 600;
      display: inline-block;
      vertical-align: middle;
      float: none; }
    #market-overview .display:after {
      display: none; }
    #market-overview .quote {
      display: inline-block;
      vertical-align: middle;
      float: none; }
      #market-overview .quote span {
        padding-right: 2px; } }

#site-nav-placeholder #market-overview {
  position: relative; }
  #site-nav-placeholder #market-overview li {
    position: static; }

#latest-news:after {
  content: "";
  display: table;
  clear: both; }
#latest-news .header-data {
  height: 120px;
  overflow: hidden;
  border-left: solid 1px #4d4f54;
  background: -webkit-linear-gradient(-360deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 4%), -webkit-linear-gradient(-435deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 15%), -webkit-linear-gradient(-285deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 15%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 4%), linear-gradient(165deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 15%), linear-gradient(15deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 15%); }
  @media screen and (max-width: 759px) {
    #latest-news .header-data {
      height: auto; } }
#latest-news #market-overview-placeholder {
  border-bottom: 1px solid #24252a;
  box-shadow: 0 1px 0 #3e4146;
  margin-left: 20px; }
#latest-news #market-overview {
  display: block; }
  #latest-news #market-overview ul {
    position: static; }
    #latest-news #market-overview ul li {
      position: static;
      float: left; }
      #latest-news #market-overview ul li div.fa-li {
        display: none; }
      @media screen and (max-width: 759px) {
        #latest-news #market-overview ul li {
          margin: 0; } }
    #latest-news #market-overview ul:after {
      content: "";
      display: table;
      clear: both; }
  @media screen and (min-width: 1024px) {
    #latest-news #market-overview .quote:after {
      font-family: FontAwesome;
      font-size: 18px;
      position: relative; }
    #latest-news #market-overview .down .quote::after {
      font-family: FontAwesome;
      font-size: 18px;
      position: relative;
      content: "\f0dd";
      color: #bc4550;
      top: -3px;
      display: inline-block;
      margin: -8px 0 0 0;
      font-size: 17px; }
    #latest-news #market-overview .up .quote::after {
      font-family: FontAwesome;
      font-size: 18px;
      position: relative;
      content: "\f0de";
      color: #3aa150;
      top: 5px;
      margin: 0;
      font-size: 17px; }
    #latest-news #market-overview .display:after {
      content: ''; } }
  #latest-news #market-overview .instrument {
    display: block;
    position: static; }
    #latest-news #market-overview .instrument:after {
      content: "";
      display: table;
      clear: both; }
    #latest-news #market-overview .instrument .display {
      font: bold 14px/14px 'OpenSans', sans-serif; }
    #latest-news #market-overview .instrument .quote {
      border-radius: 0px;
      padding: 0px 5px;
      background: none;
      font: 14px/14px 'OpenSans', sans-serif; }
      @media screen and (min-width: 1024px) and (max-width: 1259px) {
        #latest-news #market-overview .instrument .quote .price {
          display: none; } }
    #latest-news #market-overview .instrument div {
      float: left; }

#site-nav #market-overview {
  line-height: 1;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  float: none; }
  #site-nav #market-overview .display {
    font: 600 20px/18px 'OpenSans', sans-serif;
    text-transform: uppercase;
    color: white; }
  #site-nav #market-overview .up .display:before {
    margin-right: 8px;
    font-family: FontAwesome;
    font-size: 18px;
    position: relative;
    content: "\f0de";
    color: #3aa150;
    top: 5px;
    top: 2px; }
  #site-nav #market-overview .down .display:before {
    margin-right: 8px;
    font-family: FontAwesome;
    font-size: 18px;
    position: relative;
    content: "\f0dd";
    color: #bc4550;
    top: -3px; }
  #site-nav #market-overview .display:after {
    display: none; }
  #site-nav #market-overview .quote {
    font: 16px/18px 'OpenSans', sans-serif;
    color: #c1c2c1;
    background-color: transparent; }
  #site-nav #market-overview .price {
    color: grey; }
  #site-nav #market-overview .up .change {
    color: #96bb9e; }
  #site-nav #market-overview .down .change {
    color: #c36a72; }
  #site-nav #market-overview li {
    line-height: 10px; }
  #site-nav #market-overview .instrument {
    right: 18px;
    top: 0;
    left: auto; }
  #site-nav #market-overview .icon {
    font-size: 8px; }
  #site-nav #market-overview .quote {
    white-space: nowrap; }
  @media screen and (max-width: 759px) {
    #site-nav #market-overview .display {
      display: block; }
    #site-nav #market-overview .quote {
      display: block; } }

#market-overview-mobile-placeholder {
  display: none; }

@media screen and (min-width: 1024px) and (max-width: 1259px) {
  #market-overview-placeholder {
    height: 35px;
    width: 100%; } }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  #market-overview-placeholder {
    display: none; } }

@media screen and (max-width: 759px) {
  #market-overview-placeholder {
    margin: 0;
    width: auto; }
  #market-overview-mobile-placeholder {
    display: block;
    height: 38px; }
    #market-overview-mobile-placeholder #market-overview {
      padding: 10px 20px;
      position: fixed;
      z-index: 15;
      margin: 0px -10px;
      box-shadow: 0 0 5px #888888;
      background-color: white;
      width: 100%; } }

.notification {
  background-color: white;
  background-image: none;
  border-radius: 3px;
  display: table;
  margin-bottom: 5px; }
  .notification:last-of-type {
    margin-bottom: 10px; }
  .notification .module-header {
    border-radius: 3px 0 0 3px;
    color: white;
    font: 700 18px/1 'Roboto', sans-serif;
    text-transform: uppercase;
    display: table-cell;
    width: 125px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle; }
  .notification .quicklinks a {
    background-color: transparent;
    background-image: none;
    color: #648c94;
    text-decoration: underline; }
    .notification .quicklinks a:hover {
      text-decoration: none; }
  @media screen and (max-width: 759px) {
    .notification:last-of-type {
      margin: 0; } }

.bulletin {
  background-color: #3aa150;
  background-image: none;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 5px;
  min-height: 40px;
  position: relative; }
  .bulletin .module-header {
    background-color: #2d8e44;
    background-image: none; }
  .bulletin > a, .bulletin > span {
    color: white;
    display: table-cell;
    font: 400 14px/1.4 'OpenSans', sans-serif;
    text-decoration: none;
    padding: 10px 15px;
    vertical-align: middle; }
  .bulletin .bulletin-close {
    cursor: pointer;
    margin-top: -10px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .bulletin .bulletin-close:hover {
      opacity: 1; }
  .bulletin .shareable {
    display: table-cell;
    width: 140px;
    padding-right: 50px;
    vertical-align: middle; }
    .bulletin .shareable button {
      background-color: transparent;
      background-image: none;
      cursor: pointer;
      display: inline-block;
      float: right;
      width: 18px;
      height: 18px;
      border: none;
      margin: 3px;
      outline: none;
      opacity: 0.6;
      padding: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .bulletin .shareable button img {
        width: 100%;
        height: 100%; }
      .bulletin .shareable button:hover {
        opacity: 1; }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    .bulletin .facebook {
      display: none; } }
  @media screen and (max-width: 759px) {
    .bulletin {
      border-radius: 0;
      display: block;
      width: 100%;
      margin: 0;
      padding: 15px 10px;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 15; }
      .bulletin .module-header {
        color: #fede06;
        background-color: transparent;
        display: block;
        width: auto;
        margin-bottom: 3px;
        padding: 0;
        text-align: left; }
      .bulletin a {
        padding: 0; }
      .bulletin .bulletin-close {
        background: #34373c;
        color: white;
        display: block;
        line-height: 16px;
        opacity: 1;
        padding: 4px 8px;
        position: absolute;
        top: -16px;
        right: 0; }
        .bulletin .bulletin-close img {
          display: none; }
      .bulletin button::before {
        content: 'CLOSE ';
        font: bold 12px/1 'Roboto', sans-serif;
        vertical-align: middle; }
      .bulletin button::after {
        content: '\f107';
        font-family: 'FontAwesome';
        vertical-align: middle; }
      .bulletin .shareable {
        display: none; } }

#investor-alert {
  padding: 0px; }
  #investor-alert .module-header {
    background-color: #d9a755; }
  #investor-alert .message {
    color: #333333;
    display: table-cell;
    float: left;
    font: 400 14px/1.4 'OpenSans', sans-serif;
    text-decoration: none;
    padding: 10px 15px;
    vertical-align: middle; }
  #investor-alert .timestamp {
    color: #afafaf;
    font: 400 italic 12px/1 'OpenSans', sans-serif; }
  #investor-alert .ad.module {
    padding: 0;
    margin: 5px; }
  #investor-alert .investor-alert-ad {
    position: absolute;
    top: 0;
    right: 0; }
  @media screen and (max-width: 759px) {
    #investor-alert {
      display: none; } }

#dayparting-banner {
  background-color: white;
  background-image: none; }
  #dayparting-banner .message-container {
    padding: 8px 15px; }
    #dayparting-banner .message-container .message {
      font: 700 16px/1 'Roboto', sans-serif;
      padding-right: 5px;
      text-transform: uppercase; }
  #dayparting-banner .quicklinks {
    display: inline-block; }
    #dayparting-banner .quicklinks a {
      padding-right: 5px; }
      #dayparting-banner .quicklinks a:hover {
        text-decoration: none; }
  #dayparting-banner .ad {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    padding-right: 15px; }
  @media screen and (min-width: 760px) and (max-width: 1023px) { }
  @media screen and (max-width: 759px) {
    #dayparting-banner {
      display: none; } }

#dayparting-banner.before-the-bell .module-header {
  background-color: #eaba5c;
  background-image: none; }
#dayparting-banner.before-the-bell .tickers {
  display: block;
  font-size: 12px;
  line-height: 18px; }
  #dayparting-banner.before-the-bell .tickers .title {
    color: #aaaaaa; }
  #dayparting-banner.before-the-bell .tickers span {
    padding-right: 5px; }
  #dayparting-banner.before-the-bell .tickers .bgQuote a, #dayparting-banner.before-the-bell .tickers .bgQuote span {
    color: #b9b9b9; }
  #dayparting-banner.before-the-bell .tickers .bgQuote.down a, #dayparting-banner.before-the-bell .tickers .bgQuote.down span {
    color: #3aa150; }
  #dayparting-banner.before-the-bell .tickers .bgQuote.up a, #dayparting-banner.before-the-bell .tickers .bgQuote.up span {
    color: #bc4550; }

#dayparting-banner.clock .tickers .bgQuote a, #dayparting-banner.clock .tickers .bgQuote span {
  color: #bbbbbb; }
#dayparting-banner.clock .tickers .bgQuote.down a, #dayparting-banner.clock .tickers .bgQuote.down span {
  color: #bc4550; }
#dayparting-banner.clock .tickers .bgQuote.up a, #dayparting-banner.clock .tickers .bgQuote.up span {
  color: #3aa150; }

#dayparting-banner.countdown-to-close {
  background-color: white;
  background-image: none; }
  #dayparting-banner.countdown-to-close .module-header {
    background-color: #546e80;
    background-image: none; }

#dayparting-banner.after-hours {
  background-color: #546e80;
  background-image: none;
  padding: 10px 20px; }
  #dayparting-banner.after-hours .module-header {
    width: auto;
    padding: 0 10px 0 0; }
  #dayparting-banner.after-hours .message-container {
    padding: 0; }
  #dayparting-banner.after-hours .quicklinks a {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    border-radius: 3px;
    color: white;
    font: 400 12px/1 'OpenSans', sans-serif;
    margin-left: 4px;
    padding: 3px 15px 4px;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    #dayparting-banner.after-hours .quicklinks a:hover {
      background-color: rgba(0, 0, 0, 0.3);
      background-image: none; }

#moreHeadlines {
  border-bottom: 5px solid white;
  width: 100%;
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(bottom, #dddddd, #e6e6e6);
  background-image: linear-gradient(to top,#dddddd, #e6e6e6); }
  #moreHeadlines .lame-header-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 3px solid #7a8689;
    border-top: 1px solid #dae2e4;
    background-color: white; }
  #moreHeadlines h3 {
    padding: 10px 0px 10px 5px;
    margin: 0 auto;
    width: 988px;
    color: #555555;
    text-transform: uppercase; }
  #moreHeadlines ul {
    width: 988px;
    margin: 0 auto; }
    #moreHeadlines ul:after {
      content: "";
      display: table;
      clear: both; }
  #moreHeadlines li {
    margin-top: 0px;
    float: left;
    background: none;
    border: none;
    padding: 10px 4px; }
    #moreHeadlines li:after {
      content: "";
      display: table;
      clear: both; }
    #moreHeadlines li div.thumbnail {
      float: none;
      width: 184px;
      height: 104px;
      margin-right: 0px;
      margin-bottom: 3px; }
      #moreHeadlines li div.thumbnail img {
        width: 100%; }
      #moreHeadlines li div.thumbnail img.default {
        height: 50%;
        margin-top: 24px; }
    #moreHeadlines li div:last-child {
      font-size: 11px;
      line-size: 16px;
      height: 100%;
      border: none;
      margin-right: 0px;
      margin-left: 4px;
      color: #555555; }
    #moreHeadlines li .thumbnail {
      margin-right: 0px; }
    #moreHeadlines li a {
      margin-left: 4px;
      font-weight: normal;
      display: block;
      width: 184px; }
  #moreHeadlines li:hover {
    background: none; }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #moreHeadlines h3 {
      width: 710px; }
    #moreHeadlines ul {
      width: 710px; }
      #moreHeadlines ul li:last-child {
        display: none; }
    #moreHeadlines li div, #moreHeadlines li a {
      width: 165px; }
      #moreHeadlines li div.thumbnail, #moreHeadlines li a.thumbnail {
        width: 165px;
        height: 93px; } }
  @media screen and (max-width: 759px) {
    #moreHeadlines {
      display: none; } }

.tabs {
  border-radius: 3px;
  background-color: #47595f;
  color: white;
  font: bold 12px/17.62px 'OpenSans', sans-serif; }
  .tabs:after {
    content: "";
    display: table;
    clear: both; }

.tab {
  float: left;
  padding: 14px;
  border-left: 1px solid #37454a; }

.tab:first-child {
  border-left: none; }

.selected.tab {
  background-color: rgba(136, 148, 151, 0.5);
  box-shadow: inset 0 0 15px 0 #47595f;
  border-radius: 3px; }

#moreHeadlines {
  border-bottom: 5px solid white;
  width: 100%;
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(bottom, #dddddd, #e6e6e6);
  background-image: linear-gradient(to top,#dddddd, #e6e6e6); }
  #moreHeadlines .lame-header-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 3px solid #7a8689;
    border-top: 1px solid #dae2e4;
    background-color: white; }
  #moreHeadlines h3 {
    padding: 10px 0px 10px 5px;
    margin: 0 auto;
    width: 988px;
    color: #555555;
    text-transform: uppercase; }
  #moreHeadlines ul {
    width: 988px;
    margin: 0 auto; }
    #moreHeadlines ul:after {
      content: "";
      display: table;
      clear: both; }
  #moreHeadlines li {
    margin-top: 0px;
    float: left;
    background: none;
    border: none;
    padding: 10px 4px; }
    #moreHeadlines li:after {
      content: "";
      display: table;
      clear: both; }
    #moreHeadlines li div.thumbnail {
      float: none;
      width: 184px;
      height: 104px;
      margin-right: 0px;
      margin-bottom: 3px; }
      #moreHeadlines li div.thumbnail img {
        width: 100%; }
      #moreHeadlines li div.thumbnail img.default {
        height: 50%;
        margin-top: 24px; }
    #moreHeadlines li div:last-child {
      font-size: 11px;
      line-size: 16px;
      height: 100%;
      border: none;
      margin-right: 0px;
      margin-left: 4px;
      color: #555555; }
    #moreHeadlines li .thumbnail {
      margin-right: 0px; }
    #moreHeadlines li a {
      margin-left: 4px;
      font-weight: normal;
      display: block;
      width: 184px; }
  #moreHeadlines li:hover {
    background: none; }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #moreHeadlines h3 {
      width: 710px; }
    #moreHeadlines ul {
      width: 710px; }
      #moreHeadlines ul li:last-child {
        display: none; }
    #moreHeadlines li div, #moreHeadlines li a {
      width: 165px; }
      #moreHeadlines li div.thumbnail, #moreHeadlines li a.thumbnail {
        width: 165px;
        height: 93px; } }
  @media screen and (max-width: 759px) {
    #moreHeadlines {
      display: none; } }

.pietimer {
  position: relative;
  font-size: 32px;
  float: right;
  width: 32px;
  height: 32px;
  margin: 8px 10px 0px 0px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box; }

.pietimer > i {
  position: absolute;
  color: #cccccc;
  top: 10px;
  left: 11px;
  font-size: 12px;
  text-align: center;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box; }

.pietimer > i.play {
  left: 12px; }

.pietimer > .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box; }
  .pietimer > .slice::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    left: -50%;
    background: #eee;
    position: absolute; }

.pietimer > .slice.gt50::after {
  display: none; }

.pietimer > .slice > .pie {
  border: 5px solid #6b7b80;
  position: absolute;
  width: 22px;
  /* width - (2 * border width) */
  height: 22px;
  /* height - (2 * border height) */
  clip: rect(0em, 0.5em, 1em, 0em);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box; }

.pietimer > .slice > .pie.fill {
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  display: none; }

.pietimer > .slice.gt50 .pie.fill {
  display: block; }

#settings {
  display: none; }

#site-footer {
  position: relative;
  z-index: 2;
  display: block; }
  #site-footer:after {
    content: "";
    display: table;
    clear: both; }

#end-cap {
  background-color: #313439;
  background-image: -webkit-linear-gradient(top, #292b2f, #32353a);
  background-image: linear-gradient(to bottom,#292b2f, #32353a);
  font: bold 13px/24px 'OpenSans', sans-serif;
  color: #a3aab2;
  border-bottom: 1px solid #191919;
  padding: 55px 0 0; }
  #end-cap:after {
    content: "";
    display: table;
    clear: both; }
  #end-cap span.column {
    font: bold 14px/24px Roboto;
    color: #d8dce1;
    text-transform: uppercase; }
  #end-cap a {
    color: #a3aab2; }
  #end-cap .link-list {
    width: 18%;
    float: left;
    margin-right: 0; }
  #end-cap ul {
    list-style: none; }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #end-cap .link-list {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 14.89362%;
      margin-right: 0; }
      #end-cap .link-list:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #end-cap .link-list {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 22.58065%;
      margin-right: 0; }
      #end-cap .link-list:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 759px) {
    #end-cap span.column, #end-cap ul {
      display: none; } }

@media screen and (min-width: 760px) {
  #back-to-top {
    padding: 12px 20px;
    background-color: #191a1c;
    float: right; }
    #back-to-top button {
      font: bold 13px/13px Roboto;
      color: #ebeef3;
      text-transform: uppercase;
      background: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/images/buttons/gray-up-arrow.png') right center no-repeat;
      padding-right: 15px; } }
@media screen and (max-width: 759px) {
  #back-to-top {
    position: relative;
    text-align: center;
    bottom: -207px; } }

@media screen and (min-width: 760px) {
  #footer-app-store {
    float: right;
    text-align: right;
    clear: right;
    padding-right: 45px; } }
@media screen and (min-width: 1024px) {
  #footer-app-store {
    width: 458px;
    height: 266px;
    background: url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/images/backgrounds/mobile_devices.png') transparent center 1px no-repeat; } }
@media screen and (max-width: 759px) {
  #footer-app-store {
    background-image: none;
    text-align: center;
    width: 100%; } }

#footer-apple-app-store {
  display: inline-block;
  width: 148px;
  height: 66px;
  background: transparent url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/images/buttons/apple-app-store.png') no-repeat top center; }
  @media screen and (min-width: 760px) {
    #footer-apple-app-store {
      position: relative;
      bottom: -233px;
      padding: 0; } }

#footer-google-play {
  display: inline-block;
  width: 148px;
  height: 66px;
  background: transparent url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/images/buttons/google-play.png') no-repeat top center; }
  @media screen and (min-width: 760px) {
    #footer-google-play {
      position: relative;
      bottom: -233px;
      padding: 0; } }

#legal-footer {
  background-color: #25272b;
  border-top: 1px solid #323232;
  color: #bdc0c3;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 30px; }
  #legal-footer .data {
    font-size: 11px;
    line-height: 15px;
    color: #9299a1;
    margin-top: 30px;
    position: relative; }
  #legal-footer .data::before {
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #3e4146;
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: -15px;
    left: 0; }
  @media screen and (max-width: 759px) {
    #legal-footer {
      text-align: center; }
      #legal-footer p {
        margin-bottom: 20px; }
      #legal-footer .data {
        display: none; } }

#footer-logo {
  display: inline-block; }
  #footer-logo .logo-on-light {
    display: none; }
  @media screen and (min-width: 760px) {
    #footer-logo {
      width: 244px;
      height: 66px;
      margin: -48px 0 10px; } }
  @media screen and (max-width: 759px) {
    #footer-logo {
      width: 203px;
      height: 55px;
      margin: -135px auto 75px;
      display: block; } }
  #footer-logo svg {
    fill: white; }

#site-header {
  color: #7b838d;
  background-color: #303338; }
  #site-header a {
    color: #bbbbbb; }
  #site-header a:hover {
    color: white;
    text-decoration: none; }
  #site-header .module-header {
    color: #666f7d; }
    #site-header .module-header a {
      color: #666f7d;
      text-decoration: none; }
    #site-header .module-header b {
      color: white;
      font-size: 18px; }
  @media screen and (min-width: 1024px) {
    #site-header {
      line-height: 120px;
      height: 120px;
      overflow: hidden;
      display: block; }
      #site-header:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #site-header {
      background-color: #35373b; } }
  @media screen and (max-width: 759px) {
    #site-header .lame-content-wrapper {
      padding: 0; } }

#site-identity {
  position: relative; }
  #site-identity a.user {
    display: inline;
    position: absolute;
    top: 25px;
    left: 0;
    font: italic 12px/14px 'OpenSans', sans-serif;
    color: #888888; }
    @media screen and (min-width: 1024px) and (max-width: 1259px) {
      #site-identity a.user {
        display: inline-block;
        position: static;
        margin-left: 10px; } }
    @media screen and (max-width: 1023px) {
      #site-identity a.user {
        display: none; } }
    #site-identity a.user i {
      margin-right: 4px;
      font-size: 14px;
      color: #648c94; }
  @media screen and (min-width: 1024px) {
    #site-identity {
      position: relative; } }
  @media screen and (min-width: 1260px) {
    #site-identity {
      float: right;
      display: block;
      margin-left: 1.5873%;
      width: 36.50794%; }
      #site-identity:last-child {
        margin-left: 0; }
      #site-identity #site-logo {
        padding-top: 25px; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #site-identity {
      line-height: 1em;
      padding-top: 8px;
      float: right;
      display: block;
      margin-left: 2.12766%;
      width: 31.91489%; }
      #site-identity:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #site-identity {
      margin: 15px 0 -68px 50px; }
      #site-identity #site-logo {
        padding-top: 17px; } }
  @media screen and (max-width: 759px) {
    #site-identity {
      text-align: center;
      margin: 0px 0 -50px 0;
      padding-top: 12px; }
      #site-identity a.user {
        display: none; } }

#site-share, #site-share-footer {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  float: none; }
  @media screen and (min-width: 1260px) {
    #site-share, #site-share-footer {
      margin-top: 26px; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #site-share, #site-share-footer {
      margin-top: 13px; } }
  @media screen and (max-width: 759px) {
    #site-share, #site-share-footer {
      display: none; } }
  #site-share .social-button, #site-share-footer .social-button {
    background-color: #4c5055;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    padding-left: 6px;
    padding-top: 5px;
    margin-right: 3px; }
    #site-share .social-button .icon, #site-share-footer .social-button .icon {
      height: 22px; }

#site-share-footer {
  margin-left: 6px; }
  @media screen and (min-width: 1260px) {
    #site-share-footer {
      margin-top: -25px; } }
  @media screen and (min-width: 760px) and (max-width: 1259px) {
    #site-share-footer {
      margin-top: -27px; } }

#site-logo {
  margin-right: 5px;
  padding-top: 13px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  float: none; }
  @media screen and (min-width: 1260px) {
    #site-logo .logo {
      width: 240px;
      height: 35px; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #site-logo .logo {
      width: 250px;
      height: 37px; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #site-logo .logo {
      width: 200px;
      height: 29px; } }
  @media screen and (max-width: 759px) {
    #site-logo .logo {
      width: 142px;
      height: 21px; } }

#masthead {
  position: absolute;
  top: 0;
  height: 120px;
  text-align: right;
  right: 0;
  padding: 5px 0;
  line-height: 1em;
  background-color: #303338; }
  @media screen and (min-width: 1260px) {
    #masthead {
      float: right;
      display: block;
      margin-left: 1.5873%;
      width: 61.90476%; }
      #masthead:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) { }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #masthead {
      width: 100%; } }

#latest-news {
  line-height: 20px;
  margin: 0; }
  #latest-news .module-header {
    -webkit-user-select: none;
    margin-bottom: 0;
    text-indent: -4px;
    line-height: 1; }
    #latest-news .module-header a {
      display: block;
      margin-bottom: 5px;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    #latest-news .module-header div {
      background: rgba(255, 255, 255, 0.15);
      border-radius: 50%;
      color: #2c2f34;
      cursor: pointer;
      font-size: 20px;
      line-height: 25px;
      display: inline-block;
      width: 25px;
      height: 25px;
      padding-right: 6px; }
    #latest-news .module-header .scroll-down {
      line-height: 24px; }
  #latest-news .headlines {
    list-style: none;
    font-size: 13px;
    line-height: 23px; }
    #latest-news .headlines > li {
      display: table;
      margin-bottom: 2px; }
    #latest-news .headlines a {
      display: table-cell;
      line-height: 1.2; }
  #latest-news .share-icons {
    display: inline-block; }
    #latest-news .share-icons .facebook, #latest-news .share-icons .twitter {
      background-color: transparent;
      color: #7b838d;
      font-size: 18px;
      padding: 2px 3px 0 0; }
  #latest-news .share-icons {
    visibility: visible;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #latest-news .shareable:hover .timestamp {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #latest-news .shareable:hover .timestamp.no-social {
      opacity: 1; }
  #latest-news .shareable:hover a {
    color: white; }
  #latest-news .shareable:hover .share-icons {
    display: inline-block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (min-width: 1260px) {
    #latest-news .shareable:hover .timestamp {
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    #latest-news .shareable:hover a {
      color: white; }
    #latest-news .shareable:hover .share-icons {
      display: inline-block;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0; } }
  #latest-news .timestamp {
    display: table-cell;
    font-style: italic;
    margin-right: 15px;
    min-width: 85px;
    text-align: left; }
  #latest-news .scroll-up, #latest-news .scroll-down {
    font-size: 27px;
    padding: 0;
    color: rgba(255, 255, 255, 0.15); }
  #latest-news .scroll-up.hover, #latest-news .scroll-down.hover {
    background-color: rgba(255, 255, 255, 0.3);
    background-image: none;
    color: #2c2f34; }
  #latest-news .label {
    color: white;
    font-size: 10px;
    line-height: 1;
    padding: 4px 8px 3px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 1px; }
  #latest-news .breaking, #latest-news .Breaking {
    background-color: #dba348; }
  #latest-news .corrected, #latest-news .Corrected {
    background-color: #bc4550; }
  #latest-news .updated, #latest-news .Updated {
    background-color: #4c4f56; }
  #latest-news .opinion, #latest-news .Opinion {
    background-color: #648c94; }
  @media screen and (min-width: 1260px) {
    #latest-news {
      float: right;
      display: block;
      margin-left: 1.5873%;
      width: 61.90476%; }
      #latest-news:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #latest-news {
      float: right;
      display: block;
      margin-left: 2.12766%;
      width: 65.95745%; }
      #latest-news:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1260px) {
    #latest-news .module-header {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 7.69231%;
      margin-right: 10px; }
      #latest-news .module-header:last-child {
        margin-right: 0; }
    #latest-news .viewport {
      margin-right: 0;
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 89.74359%; }
      #latest-news .viewport:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #latest-news .module-header {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 9.67742%;
      margin-right: 10px; }
      #latest-news .module-header:last-child {
        margin-right: 0; }
    #latest-news .viewport {
      margin-right: 0;
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 87.09677%; }
      #latest-news .viewport:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 760px) {
    #latest-news .module-header {
      text-align: right;
      float: left;
      margin-top: 29px; }
    #latest-news .viewport {
      height: 88px;
      overflow: hidden;
      padding: 8px 10px 0 20px; }
    #latest-news .headlines {
      height: 78px;
      overflow: hidden;
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    #latest-news {
      width: 100%; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #latest-news {
      height: 0px;
      overflow: hidden; }
      #latest-news .module-header {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 9.67742%;
        display: inline-block;
        vertical-align: middle;
        float: none;
        float: left;
        margin-right: 10px; }
        #latest-news .module-header:last-child {
          margin-right: 0; }
      #latest-news .viewport {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 87.09677%;
        display: inline-block;
        vertical-align: middle;
        float: none;
        height: 110px; }
        #latest-news .viewport:last-child {
          margin-right: 0; }
      #latest-news .headlines {
        height: 100px; } }
  @media screen and (max-width: 759px) {
    #latest-news {
      height: 0;
      overflow: hidden; }
      #latest-news .module-header {
        background-color: #232529;
        padding: 10px; }
        #latest-news .module-header b {
          font-size: 18px;
          display: inline-block; }
        #latest-news .module-header .scroll-up, #latest-news .module-header .scroll-down {
          display: none; }
      #latest-news .headlines {
        padding: 0 10px;
        background-color: #2a2d32;
        width: 100%; }
        #latest-news .headlines li {
          border-bottom: 1px solid #232529;
          box-shadow: 0 1px 0 #35373b;
          display: block;
          padding: 3px 0; }
          #latest-news .headlines li:last-of-type {
            border: none;
            box-shadow: none; }
          #latest-news .headlines li .timestamp {
            display: block; }
          #latest-news .headlines li a {
            line-height: 1.4; }
          #latest-news .headlines li .label {
            background-color: transparent;
            background-image: none;
            float: none;
            margin: 0;
            padding: 0;
            text-transform: none; }
            #latest-news .headlines li .label::after {
              content: ' - '; }
            #latest-news .headlines li .label.Breaking {
              color: #dba348; }
            #latest-news .headlines li .label.Opinion {
              color: #648c94; }
            #latest-news .headlines li .label.Updated {
              color: #4c4f56; }
            #latest-news .headlines li .label.Corrected {
              color: #bc4550; }
          #latest-news .headlines li .share-icons {
            display: none; }
      #latest-news .labeled .timestamp:before {
        content: '// '; }
      #latest-news .label {
        font-size: 12px;
        float: left;
        margin-right: 8px; }
      #latest-news .timestamp {
        color: #717376;
        font: italic 12px/16px 'OpenSans', sans-serif;
        line-height: 22px; }
      #latest-news .headline {
        display: block;
        clear: both;
        color: white;
        font: 600 12px/16px 'OpenSans', sans-serif;
        padding: 0 0 10px; } }

#content-cutout {
  border-bottom: 1px solid #a0a0a0;
  box-shadow: 0 1px white, 0 100px 100px 0 rgba(0, 0, 0, 0.08);
  padding: 15px 0 50px;
  margin-bottom: -50px;
  background-color: #e1e5e5;
  background-image: none;
  /* We need a better specificty for overriding some styles above, because we can't simply hide the content-cutout
     Elements in all caps are ones added for specificity, so be wary altering them */ }
  @media screen and (max-width: 759px) {
    #content-cutout {
      background-color: white;
      background-image: none;
      border: none;
      box-shadow: none;
      padding-top: 0; }
      #content-cutout DIV.lame-content-wrapper {
        border-bottom: none; } }

#latest-news-instruction {
  display: none;
  background-color: rgba(35, 37, 42, 0.97);
  background-image: none;
  border-radius: 20px;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  padding-top: 35px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20; }
  #latest-news-instruction h3 {
    color: white;
    font: 700 20px/1 'Roboto', sans-serif;
    margin-top: 10px;
    text-transform: uppercase; }
  #latest-news-instruction h3 b {
    color: #5b6370;
    display: block; }

#general-overlay {
  display: none; }

@media screen and (max-width: 1023px) {
  #general-overlay {
    z-index: 19;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); } }

@media screen and (min-width: 760px) and (max-width: 1259px) {
  #general-overlay {
    z-index: 19;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0); } }

/* cheat for odd borders in content-cutout -- don't replicate this */
#content-cutout > .lame-content-wrapper {
  border-bottom: solid 5px #e1e5e5; }

#right-rail-cutout {
  position: relative;
  z-index: 100;
  height: 30px;
  margin-top: -10px; }

/* cheat for odd borders in content-cutout -- don't replicate this */
.conga {
  /* overrides */ }
  .conga .onewide, .conga .oneandhalfwide, .conga .twowide, .conga .twoandhalfwide, .conga .threewide, .conga .fourwide, .conga .fivewide, .conga .sixwide, .conga .sevenwide, .conga .eightwide, .conga .ninewide {
    float: left; }
  .conga .addgutter, .conga .mright {
    margin-right: 11px; }
  .conga .addbottom {
    margin-bottom: 15px !important; }
  .conga .stroke.onewide {
    width: 84px; }
  .conga .stroke.oneandhalfwide {
    width: 138px; }
  .conga .stroke.twowide {
    width: 181px; }
  .conga .stroke.threewide {
    width: 278px; }
  .conga .stroke.fourwide {
    width: 375px; }
  .conga .stroke.fivewide {
    width: 472px; }
  .conga .stroke.sixwide {
    width: 569px; }
  .conga .stroke.sevenwide {
    width: 668px; }
  .conga .stroke.eightwide {
    width: 763px; }
  .conga .stroke.ninewide {
    width: 860px; }
  .conga .stroke.grid {
    padding: 5px;
    margin: 0 -6px 5px -6px; }
  .conga .onewide {
    width: 86px; }
  .conga .oneandhalfwide {
    width: 140px; }
  .conga .twowide {
    width: 183px; }
  .conga .twoandhalfwide {
    width: 237px; }
  .conga .threewide {
    width: 280px; }
  .conga .fourwide {
    width: 377px; }
  .conga .fivewide {
    width: 474px; }
  .conga .sixwide {
    width: 571px; }
  .conga .sevenwide {
    width: 668px; }
  .conga .eightwide {
    width: 765px; }
  .conga .ninewide {
    width: 862px; }
  .conga .tenwide {
    width: 959px; }
  .conga .rightborder {
    margin-right: 5px !important;
    padding-right: 5px !important;
    border-right: 1px solid #d9dfdd; }
  .conga .ie_leftborder {
    margin-left: -6px !important;
    padding-left: 5px !important;
    border-left: 1px solid #d9dfdd; }
  .conga .bgConga .onewide, .conga .bgConga .oneandhalfwide, .conga .bgConga .twowide, .conga .bgConga .twoandhalfwide, .conga .bgConga .threewide, .conga .bgConga .fourwide, .conga .bgConga .fivewide, .conga .bgConga .sixwide, .conga .bgConga .sevenwide, .conga .bgConga .eightwide, .conga .bgConga .ninewide, .conga .bgConga .tenwide {
    margin-bottom: 0px; }
  .conga .bgConga {
    margin-bottom: 15px; }
  .conga .Headline1 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.1em;
    font-family: Arial, Helvetica, sans-serif; }
  .conga .Headline2 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.1em; }
  .conga .Headline3 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.1em; }
  .conga .HeadlineEm3 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.1em;
    font-style: italic; }
  .conga .Headline4 {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.1em; }
  .conga .HeadlineEm4 {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.1em;
    font-style: italic; }
  .conga .Headline5 {
    font-size: 3.6em;
    font-weight: bold;
    line-height: 1.1em; }
  .conga .HeadlineEm5 {
    font-size: 3.6em;
    font-weight: bold;
    line-height: 1.1em;
    font-style: italic; }
  .conga .Headline6 {
    font-size: 4.8em;
    font-weight: bold;
    line-height: 1.1em; }
  .conga .Headline7 {
    font-size: 6em;
    font-weight: bold;
    line-height: 1.1em; }
  .conga .Headline8 {
    font-size: 7.2em;
    font-weight: bold;
    line-height: 1.1em; }
  .conga .Label {
    font-size: 0.92em;
    font-weight: bold;
    text-transform: uppercase; }
  .conga .LabelLink {
    font-size: 0.92em; }
  .conga .Caption {
    font-size: 0.92em;
    line-height: 1.2em; }
  .conga .Source {
    font-size: 0.75em !important;
    color: #808080; }
  .conga .TopBorder {
    border-top: 1px solid #d4e0e0;
    padding-top: 10px;
    margin-top: 5px; }
  .conga .PanelHeading1 {
    font-size: 1.67em;
    color: #33b52f;
    line-height: 1.1em; }
  .conga .PanelHeading2 {
    font-size: 2.08em;
    color: #33b52f;
    line-height: 1.1em; }
  .conga .SidebarHeading {
    font-weight: bold;
    font-size: 16px;
    color: #73A2A5; }
  .conga a.ListHeading:link, .conga .ListHeading, .conga a.ListHeading:visited, .conga a.ListHeading:hover, .conga a.ListHeading:active {
    font-weight: bold;
    color: #33b52f;
    text-transform: uppercase; }
  .conga .kiosktitle {
    color: white; }
  .conga div.Kiosk {
    width: 377px;
    color: #5bacb3; }
  .conga div.Kiosk A {
    color: #cbe4e6; }
  .conga div.Kiosk .Label {
    color: #ffcc00; }
  .conga div.Kiosk .Quotation {
    font-size: 1.5em;
    color: #ffcc00;
    line-height: 1.1em; }
  .conga div.Kiosk .Attribution {
    font-style: italic;
    color: #ffcc00; }
  .conga div.Kiosk .Small {
    font-size: 0.92em; }
  .conga table.DataTable {
    border-collapse: collapse; }
  .conga .DataTable th, .conga .DataTable td {
    border: 1px solid #d4e0e0;
    padding: 3px; }
  .conga .DataTable th {
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    color: #247c22;
    text-transform: uppercase;
    background-color: #e4eae6; }
  .conga .DataTable td {
    font-size: 12px;
    color: #333333;
    background-color: #f0f7f2; }
  .conga .DataTable th.TableHeading2 {
    background-color: #f0f7f2; }
  .conga .DataTable p {
    font-size: 11px; }
  .conga div.congavideoContent {
    width: 268px;
    height: 151px;
    overflow: hidden;
    margin-bottom: -15px; }
  .conga div.congavideo {
    display: inline; }
  .conga a.congavideolink {
    width: 268px;
    height: 151px;
    position: relative;
    display: block; }
  .conga div.congavideo span.playbutton {
    width: 268px;
    height: 151px;
    text-indent: -99999px;
    position: absolute;
    bottom: 0px; }
  .conga .bgConga .imageRight {
    float: right;
    margin-left: 10px;
    margin-right: 9px; }
  .conga .bgConga .imageLeft {
    float: left;
    margin-right: 11px; }
  .conga .sixwide {
    width: 100%; }

#ad-display-ad, #ad-bottom-display-ad {
  background: white;
  border: 1px solid #d0d0d0;
  margin: 0 0 20px; }
  @media screen and (max-width: 1023px) {
    #ad-display-ad, #ad-bottom-display-ad {
      border: none;
      margin-top: 30px;
      padding: 0; }
      #ad-display-ad::after, #ad-bottom-display-ad::after {
        color: #afafaf;
        content: 'Advertisement';
        font: 400 italic 12px/1 'OpenSans', sans-serif; } }

.ad {
  margin: 0 auto;
  text-align: center; }
  .ad.module {
    padding: 10px 0; }
  .ad.pixel {
    margin: 0;
    padding: 0;
    height: 1px;
    width: 1px; }

.container--bannerAd {
  background-color: black;
  min-height: 90px;
  padding: 10px 0; }

#masthead {
  padding: 10px 0;
  z-index: 10;
  background-color: #303338; }
  @media screen and (max-width: 1023px) {
    #masthead {
      display: none; } }

#site-nav .ad {
  margin: 0 0 10px;
  padding: 0; }

#brass-rail {
  position: relative; }

@media screen and (max-width: 1023px) {
  #sponsored-links {
    display: none; } }

#trading-center .module {
  margin: 0; }

#powered-by {
  font-size: 12px;
  margin-top: -3px;
  position: relative;
  cursor: pointer;
  padding-left: 5px; }

#powered-by img {
  width: 66px;
  height: 15px;
  vertical-align: text-top; }

#powered-by #bankrate-disclaimer {
  position: absolute;
  top: 25px;
  left: 50px;
  padding: 8px;
  background: white;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  line-height: 1.3;
  color: #999;
  z-index: 1; }

#powered-by:hover #bankrate-disclaimer {
  display: block; }

@media screen and (min-width: 1024px) {
  #ad-display-ad, #ad-bottom-display-ad {
    background: white;
    border: 1px solid #d0d0d0; } }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .container--bannerAd, #ad-bottom-display-ad {
    display: none; } }

@media screen and (max-width: 759px) {
  .container--bannerAd, #ad-bottom-display-ad {
    display: none; } }

@media screen and (max-width: 759px) {
  #ad-display-ad, #ad-bottom-display-ad {
    padding: 0 !important; } }

body {
  color: #333333;
  font: 16px/24px 'OpenSans', sans-serif; }

a {
  color: #648c94;
  text-decoration: none;
  outline: none; }

a:hover, a:active {
  text-decoration: underline; }

button {
  background-color: transparent;
  color: white;
  text-align: center;
  font: 16px/24px 'OpenSans', sans-serif; }

.module {
  margin: 0 0 20px; }

.module-header {
  font: bold 18px/20px 'Roboto', sans-serif;
  color: #648c94;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .module-header b {
    display: block;
    font-size: 20px;
    color: #47595f; }

.lame-content-wrapper {
  height: 100%;
  padding: 0 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .lame-content-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 759px) {
    .lame-content-wrapper {
      padding: 0 10px; } }

@media screen and (min-width: 760px) {
  .mobile-only {
    display: none !important; } }

#non-chrome {
  z-index: 10;
  position: relative;
  display: block; }
  @media screen and (max-width: 759px) {
    #non-chrome.static {
      /* Hack for helping overlays/scrolling */
      position: static; } }
  #non-chrome:after {
    content: "";
    display: table;
    clear: both; }

#banner-chrome {
  z-index: 15;
  position: relative; }

#main-hole {
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 760px) {
    #main-hole {
      background-color: transparent;
      background-image: -webkit-linear-gradient(left, #ffffff 50%, transparent 50%);
      background-image: linear-gradient(to right,#ffffff 50%, transparent 50%); } }
  @media screen and (min-width: 1260px) {
    #main-hole {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 100%; }
      #main-hole:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #main-hole {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      #main-hole:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #main-hole {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      #main-hole:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 759px) {
    #main-hole {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      #main-hole:last-child {
        margin-right: 0; } }

@media screen and (min-width: 760px) {
  #main-hole .lame-content-wrapper {
    background-color: white; } }

@media screen and (min-width: 1260px) {
  #above {
    float: left;
    display: block;
    margin-right: 1.5873%;
    width: 68.25397%;
    margin-right: 0; }
    #above:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1024px) and (max-width: 1259px) {
  #above {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 60.28369%;
    margin-right: 0; }
    #above:last-child {
      margin-right: 0; } }
@media screen and (min-width: 760px) and (max-width: 1023px) {
  #above {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%; }
    #above:last-child {
      margin-right: 0; } }
@media screen and (max-width: 759px) {
  #above {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%; }
    #above:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1260px) {
  #content-hole {
    float: left;
    display: block;
    margin-right: 1.5873%;
    width: 68.25397%;
    margin-right: 0; }
    #content-hole:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1024px) and (max-width: 1259px) {
  #content-hole {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 60.28369%;
    margin-right: 0; }
    #content-hole:last-child {
      margin-right: 0; } }
@media screen and (min-width: 760px) and (max-width: 1023px) {
  #content-hole {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%; }
    #content-hole:last-child {
      margin-right: 0; } }
@media screen and (max-width: 759px) {
  #content-hole {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%; }
    #content-hole:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1260px) {
  #topper {
    float: left;
    display: block;
    margin-right: 1.5873%;
    width: 68.25397%;
    margin-right: 0; }
    #topper:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1024px) and (max-width: 1259px) {
  #topper {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 60.28369%;
    margin-right: 0; }
    #topper:last-child {
      margin-right: 0; } }
@media screen and (min-width: 760px) and (max-width: 1023px) {
  #topper {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%; }
    #topper:last-child {
      margin-right: 0; } }
@media screen and (max-width: 759px) {
  #topper {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%; }
    #topper:last-child {
      margin-right: 0; } }

#little-hole {
  margin-bottom: 20px; }
  @media screen and (min-width: 1260px) {
    #little-hole {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 68.25397%;
      margin-right: 0; }
      #little-hole:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #little-hole {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 60.28369%;
      margin-right: 0; }
      #little-hole:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #little-hole {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      #little-hole:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 759px) {
    #little-hole {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      #little-hole:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1260px) {
    #little-hole {
      margin-left: 19.04762%;
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 49.20635%; }
      #little-hole:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #little-hole {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%;
      margin-right: 0; }
      #little-hole:last-child {
        margin-right: 0; } }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  #above, #content-hole, #topper, #little-hole {
    margin-right: 0;
    width: 100%; } }

#right-rail-cutout {
  display: block;
  clear: right; }
  #right-rail-cutout:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) {
    #right-rail-cutout {
      max-width: 360px;
      min-width: 360px; } }
  @media screen and (min-width: 1260px) {
    #right-rail-cutout {
      float: right;
      display: block;
      margin-left: 1.5873%;
      width: 28.04233%;
      padding: 0 20px 20px;
      margin-right: -20px; }
      #right-rail-cutout:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #right-rail-cutout {
      float: right;
      display: block;
      margin-left: 2.12766%;
      width: 37.58865%;
      padding: 0 20px;
      margin-right: -20px; }
      #right-rail-cutout:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #right-rail-cutout {
      float: right;
      display: block;
      margin-left: 3.22581%;
      width: 48.3871%; }
      #right-rail-cutout:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1024px) {
    #right-rail-cutout {
      background-color: #e1e5e5; } }
  @media screen and (min-width: 1260px) {
    #right-rail-cutout {
      border-bottom: solid 5px #535353; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #right-rail-cutout {
      margin-left: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #right-rail-cutout {
      display: none; } }
  @media screen and (max-width: 759px) {
    #right-rail-cutout {
      background: white;
      width: 100%;
      position: fixed;
      top: 60px; } }

#brass-rail {
  display: block;
  clear: right;
  background-color: #eeeeee;
  z-index: 2; }
  #brass-rail:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) {
    #brass-rail {
      max-width: 360px;
      min-width: 360px; } }
  @media screen and (min-width: 1260px) {
    #brass-rail {
      float: right;
      display: block;
      margin-left: 1.5873%;
      width: 28.04233%;
      padding: 0 20px 20px;
      margin-right: -20px; }
      #brass-rail:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #brass-rail {
      float: right;
      display: block;
      margin-left: 2.12766%;
      width: 37.58865%;
      padding: 0 20px;
      margin-right: -20px; }
      #brass-rail:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #brass-rail {
      float: right;
      display: block;
      margin-left: 3.22581%;
      width: 48.3871%; }
      #brass-rail:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1260px) {
    #brass-rail {
      padding-top: 20px; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #brass-rail {
      border-top: 5px solid #535353;
      padding: 20px 20px 0;
      position: relative; }
      #brass-rail::before {
        border-top: 20px solid #e1e5e5;
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        top: -25px;
        left: 0; } }
  @media screen and (max-width: 1023px) {
    #brass-rail {
      display: none; } }

#right-rail {
  display: block;
  clear: right; }
  #right-rail:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) {
    #right-rail {
      max-width: 360px;
      min-width: 360px; } }
  @media screen and (min-width: 1260px) {
    #right-rail {
      float: right;
      display: block;
      margin-left: 1.5873%;
      width: 28.04233%;
      padding: 0 20px 20px;
      margin-right: -20px; }
      #right-rail:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    #right-rail {
      float: right;
      display: block;
      margin-left: 2.12766%;
      width: 37.58865%;
      padding: 0 20px;
      margin-right: -20px; }
      #right-rail:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #right-rail {
      float: right;
      display: block;
      margin-left: 3.22581%;
      width: 48.3871%; }
      #right-rail:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 1024px) {
    #right-rail {
      background-color: #eeeeee;
      border-bottom-width: 1px; } }
  @media screen and (max-width: 759px) {
    #right-rail {
      clear: both; } }

.invisible, .hidden {
  display: none; }

.transparent {
  opacity: 0; }

.dark-matter {
  visibility: hidden; }

.social-button {
  cursor: pointer; }
  .social-button .icon {
    width: 18px;
    fill: white;
    display: inline-block;
    vertical-align: middle;
    float: none; }

.zonedModule {
  display: none; }

div.mike-tip {
  margin: 0; }

.mike-tip-date, .mike-tip-name, .mike-tip-data, .mike-tip-indi {
  padding-left: 16px;
  display: block; }

.mike-tip-date {
  padding-left: 0;
  font: bold 12px/25px 'OpenSans', sans-serif;
  color: #555555;
  background-color: #f6f6f6; }

.mike-tip-name {
  position: relative; }

.mike-tip-bullet {
  position: absolute;
  left: 2px;
  top: -1px; }

.mike-tip-series {
  font-weight: bold; }

.mike-tip-up {
  color: #3aa150; }

.mike-tip-down {
  color: #bc4550; }

.tabPages .page {
  display: none; }
.tabPages .selected {
  display: block; }

#moreNews div.newsSelector, #moreHeadlines div.newsSelector {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #c8c8c8;
  padding: 16px 8px 20px 8px;
  background-color: #dddddd; }
#moreNews div.tabs .tab:last-child, #moreHeadlines div.tabs .tab:last-child {
  width: 124px; }
#moreNews div.tab, #moreHeadlines div.tab {
  cursor: pointer; }
#moreNews li, #moreHeadlines li {
  list-style-type: none;
  min-height: 85px;
  border-width: 0px 1px 1px 1px;
  border-color: #c8c8c8;
  border-style: solid;
  margin-top: 1px;
  padding: 10px 8px;
  background-color: #dddddd; }
  #moreNews li:after, #moreHeadlines li:after {
    content: "";
    display: table;
    clear: both; }
  #moreNews li div.thumbnail, #moreHeadlines li div.thumbnail {
    float: left;
    width: 112px;
    height: 61px;
    overflow: hidden;
    border: 3px solid white;
    margin-right: 8px; }
    #moreNews li div.thumbnail img, #moreHeadlines li div.thumbnail img {
      width: 100%; }
    #moreNews li div.thumbnail img.default, #moreHeadlines li div.thumbnail img.default {
      height: 50%;
      margin-top: 13px; }
  #moreNews li div.default, #moreHeadlines li div.default {
    background-color: #2c2f34; }
    #moreNews li div.default img, #moreHeadlines li div.default img {
      height: 50%;
      margin-top: 13px; }
  #moreNews li a, #moreHeadlines li a {
    font-weight: bold;
    color: #555555;
    line-height: 20px;
    font-size: 15px;
    width: 180px;
    display: inline-block; }
#moreNews li:hover, #moreHeadlines li:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #efefef);
  background-image: linear-gradient(to bottom,#dddddd, #efefef); }
  #moreNews li:hover a, #moreHeadlines li:hover a {
    color: #47595f;
    text-decoration: none; }
#moreNews li:first-child, #moreHeadlines li:first-child {
  margin-top: 0px;
  border-top: 1px solid #c8c8c8; }
#moreNews .thumbnail, #moreHeadlines .thumbnail {
  position: relative; }
#moreNews .share-icons, #moreHeadlines .share-icons {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
  border: none; }
  #moreNews .share-icons button, #moreHeadlines .share-icons button {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 4px;
    opacity: 1;
    padding: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #moreNews .share-icons button:hover, #moreHeadlines .share-icons button:hover {
      opacity: 0.8; }
  #moreNews .share-icons .facebook, #moreNews .share-icons .twitter, #moreHeadlines .share-icons .facebook, #moreHeadlines .share-icons .twitter {
    background-color: transparent; }

@media screen and (max-width: 759px) {
  #moreNews {
    display: none; } }

#moreNews li div.share-icons {
  margin-top: -7px; }
  #moreNews li div.share-icons button {
    width: 15px;
    height: 15px;
    margin: 0 2px; }
    #moreNews li div.share-icons button img {
      height: auto;
      margin: 0; }

#moreHeadlines {
  border-bottom: 5px solid white;
  width: 100%;
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(bottom, #dddddd, #e6e6e6);
  background-image: linear-gradient(to top,#dddddd, #e6e6e6); }
  #moreHeadlines .lame-header-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 3px solid #7a8689;
    border-top: 1px solid #dae2e4;
    background-color: white; }
  #moreHeadlines h3 {
    padding: 10px 0px 10px 5px;
    margin: 0 auto;
    width: 988px;
    color: #555555;
    text-transform: uppercase; }
  #moreHeadlines ul {
    width: 988px;
    margin: 0 auto; }
    #moreHeadlines ul:after {
      content: "";
      display: table;
      clear: both; }
  #moreHeadlines li {
    margin-top: 0px;
    float: left;
    background: none;
    border: none;
    padding: 10px 4px; }
    #moreHeadlines li:after {
      content: "";
      display: table;
      clear: both; }
    #moreHeadlines li div.thumbnail {
      float: none;
      width: 184px;
      height: 104px;
      margin-right: 0px;
      margin-bottom: 3px; }
      #moreHeadlines li div.thumbnail img {
        width: 100%; }
      #moreHeadlines li div.thumbnail.default > img {
        height: 45px;
        margin-top: -25px;
        position: absolute;
        top: 50%; }
      #moreHeadlines li div.thumbnail.default .social-button img {
        height: 100%;
        margin: 0; }
    #moreHeadlines li div:last-child {
      font-size: 11px;
      line-size: 16px;
      height: 100%;
      border: none;
      margin-right: 0px;
      margin-left: 4px;
      color: #555555; }
    #moreHeadlines li .thumbnail {
      margin-right: 0px; }
    #moreHeadlines li a {
      margin-left: 4px;
      font-weight: normal;
      display: block;
      width: 184px; }
  #moreHeadlines li:hover {
    background: none; }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #moreHeadlines h3 {
      width: 710px; }
    #moreHeadlines ul {
      width: 710px; }
      #moreHeadlines ul li:last-child {
        display: none; }
    #moreHeadlines li div, #moreHeadlines li a {
      width: 165px; }
      #moreHeadlines li div.thumbnail, #moreHeadlines li a.thumbnail {
        width: 165px;
        height: 93px; } }
  @media screen and (max-width: 759px) {
    #moreHeadlines {
      display: none; } }

#partnerHeadlines li {
  list-style-type: none;
  border-top-width: 1px;
  border-top-color: #c8c8c8;
  border-top-style: solid;
  margin-top: 1px;
  padding: 10px 0; }
  #partnerHeadlines li a.title {
    font-weight: bold;
    color: #555555;
    line-height: 20px;
    font-size: 15px;
    display: inline-block; }
  #partnerHeadlines li div {
    font-size: 12px;
    line-height: 1.2em;
    margin-top: 5px; }
  #partnerHeadlines li span {
    color: #c8c8c8; }
#partnerHeadlines li:first-child {
  margin-top: 0; }
@media screen and (max-width: 759px) {
  #partnerHeadlines {
    display: none; } }

#trading-center .module-header {
  display: inline-block;
  vertical-align: middle; }
#trading-center .ad {
  margin: 0;
  padding: 15px 0; }
#trading-center .nav {
  float: right; }
#trading-center .previous, #trading-center .next {
  color: #47595f;
  font-size: 30px;
  cursor: pointer;
  padding: 0 6px; }
#trading-center .next {
  margin-left: 15px; }
@media screen and (min-width: 1024px) {
  #trading-center .nav {
    display: none; }
  #trading-center .ad {
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 1px 0 white; }
  #trading-center .ad:last-of-type {
    border-bottom: none;
    box-shadow: none; }
  #trading-center .ad.transparent {
    opacity: 1; } }
@media screen and (max-width: 1023px) {
  #trading-center .broker-buttons {
    position: relative; }
  #trading-center .ad {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    text-align: left;
    width: 100%;
    padding: 0; }
  #trading-center .ad.transparent {
    position: absolute;
    top: 0;
    z-index: -1; } }

.login_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  position: fixed; }
  .login_overlay .login_scrim_wrapper {
    position: absolute;
    left: 50%;
    width: 698px;
    margin-left: -348px;
    top: 60px;
    z-index: 9999999; }
    .login_overlay .login_scrim_wrapper .headerStrap {
      height: 10px;
      position: absolute;
      right: 30px;
      margin-top: 10px;
      font-size: 12px; }
      .login_overlay .login_scrim_wrapper .headerStrap a:after {
        content: 'X';
        margin-left: 5px; }

.social-container {
  position: absolute;
  bottom: 0; }
  .social-container .share-icons {
    float: left;
    line-height: 30px;
    opacity: 0;
    position: relative;
    left: -80px;
    z-index: 4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .social-container:hover > span {
    background-color: black;
    background-image: none; }
  .social-container:hover > .share-icons {
    opacity: 1;
    left: 0; }
  .social-container span {
    background-color: #2c2f34;
    background-image: none;
    color: white;
    cursor: pointer;
    display: block;
    height: 40px;
    float: left;
    font-weight: 700;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .social-container span:before {
      padding-right: 8px; }
      @media screen and (max-width: 759px) {
        .social-container span:before {
          padding: 0; } }
    .social-container span:after {
      content: 'Share'; }
      @media screen and (max-width: 759px) {
        .social-container span:after {
          content: '';
          display: none; } }
  .social-container button {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .social-container button.facebook:hover {
      background-color: #344f87;
      background-image: none; }
    .social-container button.twitter:hover {
      background-color: #009fd3;
      background-image: none; }

.shareable {
  position: relative; }

.shareable-overlay:hover:before, .shareable:hover .shareable-overlay:before, .shareable:focus .shareable-overlay:before {
  background: rgba(44, 47, 52, 0.9);
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
.shareable-overlay:hover .share-icons, .shareable:hover .shareable-overlay .share-icons, .shareable:focus .shareable-overlay .share-icons {
  z-index: 1; }

@media screen and (min-width: 1260px) {
  .shareable-overlay:before {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .shareable-overlay:hover:before, .shareable:hover .shareable-overlay:before, .shareable:focus .shareable-overlay:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(44, 47, 52, 0.9); } }

#intro-message {
  display: none;
  background-color: rgba(44, 47, 52, 0.98);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  z-index: 16;
  display: block; }
  #intro-message .head {
    width: 70%;
    margin: 0 auto; }

#intro-logo {
  display: block;
  width: 200px; }

body._404 #content-hole p {
  font: 16px/20px 'OpenSans', sans-serif;
  color: #727e79; }
body._404 #content-hole > p:first-child {
  font: 24px/24px 'OpenSans', sans-serif; }
body._404 #content-hole .message:after {
  margin-top: 30px;
  content: '';
  border-bottom: 2px solid #505050;
  display: block;
  width: 20px; }
body._404 #content-hole h1 {
  font: bold 48px/48px 'Roboto', sans-serif;
  margin: 16px 0 30px; }
body._404 #content-hole h3 {
  margin-top: 30px;
  font: 26px/26px 'Roboto', sans-serif;
  color: #648c94; }
body._404 #content-hole .feedback {
  margin-top: 30px; }

body.article--featured #content-cutout .lame-content-wrapper {
  position: relative;
  border-bottom: none; }

body.article--featured #column-alerts {
  margin-top: 3px;
  line-height: 1.5;
  background: #648c94; }
body.article--featured #topper {
  margin-top: 10px; }
body.article--featured #content-cutout {
  height: 600px;
  padding-bottom: 212px;
  margin-bottom: -212px;
  position: relative;
  background-color: #282d32; }
  body.article--featured #content-cutout::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 759px) {
      body.article--featured #content-cutout::after {
        height: 75%; } }
  @media screen and (max-width: 759px) {
    body.article--featured #content-cutout {
      height: 300px;
      padding-bottom: 0;
      margin-bottom: 0; } }
@media screen and (min-width: 1024px) {
  body.article--featured #right-rail {
    margin-right: -25px; } }
body.article--featured #right-rail-cutout {
  border: none;
  background-color: transparent; }
body.article--featured #brass-rail {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent 215px, #eeeeee 215px);
  background-image: linear-gradient(to bottom,transparent 215px, #eeeeee 215px);
  margin-top: -170px;
  position: relative;
  margin-right: -25px; }
  body.article--featured #brass-rail::before {
    content: '';
    width: 100%;
    height: 8px;
    background: #535353 none;
    position: absolute;
    top: 205px;
    left: 0;
    z-index: -1; }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    body.article--featured #brass-rail {
      border-top: none; }
      body.article--featured #brass-rail::before {
        border-top: none; } }
body.article--featured #main-hole .lame-content-wrapper {
  background-color: transparent;
  background-image: -webkit-linear-gradient(right, transparent 360px, #ffffff 360px);
  background-image: linear-gradient(to left,transparent 360px, #ffffff 360px); }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    body.article--featured #main-hole .lame-content-wrapper {
      background-color: white;
      background-image: -webkit-linear-gradient(right, #ffffff 360px);
      background-image: linear-gradient(to left,#ffffff 360px); } }
body.article--featured #article-headline {
  font-size: 55px;
  line-height: 60px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: white;
  margin-bottom: 0;
  padding: 0 0 20px; }
  @media screen and (max-width: 759px) {
    body.article--featured #article-headline {
      font-size: 30px;
      line-height: 34px;
      padding: 0 0 20px;
      letter-spacing: 0;
      font-weight: 400; } }
body.article--featured #article-column {
  color: white; }
  @media screen and (max-width: 759px) {
    body.article--featured #article-column {
      font-size: 10px; } }
body.article--featured #article-column:hover {
  color: #aaa; }
body.article--featured .article-headline-wrapper {
  padding-right: 360px;
  position: absolute;
  bottom: 0; }
  @media screen and (max-width: 1023px) {
    body.article--featured .article-headline-wrapper {
      padding-right: 20px; } }
  body.article--featured .article-headline-wrapper h1 {
    position: relative;
    z-index: 10; }

.article--featured .breadcrumb-container {
  background: none;
  border-bottom: none;
  margin: 0; }
  .article--featured .breadcrumb-container .breadcrumb_item::before {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .article--featured .breadcrumb-container .breadcrumb_item a {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 759px) {
      .article--featured .breadcrumb-container .breadcrumb_item a {
        font-size: 14px; } }
  .article--featured .breadcrumb-container::before, .article--featured .breadcrumb-container::after {
    display: none; }

#article-left-rail {
  float: right;
  display: block;
  margin-left: 2.25564%;
  width: 24.81203%;
  display: none;
  float: left;
  max-width: 180px;
  margin: 0; }
  #article-left-rail:last-child {
    margin-left: 0; }
  @media screen and (min-width: 1260px) {
    #article-left-rail {
      display: block; } }

#author-dreds {
  text-align: center; }
  #author-dreds .dred {
    border: 8px solid white;
    border-radius: 50%;
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto; }
  #author-dreds .author-image {
    border: 2px solid #999999;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    text-align: center; }
  #author-dreds .by {
    font: 600 13px/23px 'OpenSans', sans-serif;
    color: #6b6f77;
    text-transform: uppercase; }
  #author-dreds .module-header {
    margin-bottom: 10px; }
    @media screen and (max-width: 1259px) {
      #author-dreds .module-header {
        display: none; } }
  #author-dreds .author-title {
    font: 600 13px/1 'OpenSans', sans-serif;
    color: #6b6f77;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative; }
    #author-dreds .author-title:before {
      content: '';
      border-top: 1px solid #bbb;
      display: block;
      width: 24px;
      margin-left: -12px;
      position: absolute;
      top: -5px;
      left: 50%; }
  #author-dreds .social-link {
    border-radius: 12.5px;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    display: inline-block;
    color: white;
    text-decoration: none; }

#article.with-hero #author-dreds.first-author-has-dred {
  margin-top: -90px;
  position: relative; }

#article.trading-deck .skyword-author {
  background-color: #fef6e9;
  padding: 20px; }

#article.retirementors .skyword-author {
  background-color: #f0f3f4;
  padding: 20px; }

#article.location-scouts .skyword-author {
  background-color: #e4f3e8;
  padding: 20px; }

#author-dreds .skyword-author {
  margin-top: 48px; }
  #author-dreds .skyword-author .dred {
    margin-top: -70px;
    margin-bottom: 5px; }
  #author-dreds .skyword-author .recent-posts {
    list-style: none;
    line-height: 1.4em; }
    #author-dreds .skyword-author .recent-posts li {
      margin-bottom: 15px; }
    #author-dreds .skyword-author .recent-posts .headline {
      color: #333333; }

.author-dred.insider-monkey {
  text-align: left; }
  .author-dred.insider-monkey .author-image {
    display: none; }

#author-dreds .author-dred.marketwatch-author .author-image {
  border: none;
  border-radius: 0; }

.author-dred:not(:last-child):after {
  content: '';
  border-top: 1px solid #ccc;
  width: 50px;
  display: block;
  margin: 23px auto; }

.author-dred:not(:first-child):before {
  content: '&';
  font: bold 16px/18px Roboto;
  color: #aaaaaa;
  margin: -32px auto 14px;
  display: block;
  width: 20px;
  background-color: white; }

.insider-monkey > p {
  color: #afafaf;
  text-transform: uppercase; }

.author-dred.insider-monkey:not(:first-child):before {
  width: auto; }

#author-dreds .insider-monkey .social-link {
  text-align: center; }
#author-dreds .insider-monkey .author-title {
  margin-top: 20px; }
  #author-dreds .insider-monkey .author-title:before {
    left: 0;
    margin-left: 0;
    top: -10px; }
#author-dreds .insider-monkey .social {
  margin-top: 5px; }

.author-link:hover, .author-link:active {
  text-decoration: none; }

#skyword-bio {
  font-size: 12px;
  line-height: 20px;
  text-align: left; }
  #skyword-bio p {
    margin-bottom: 14px; }

#insider-monkey-logo {
  display: block;
  margin: 10px 0; }

#article-instruments:after {
  content: "";
  display: table;
  clear: both; }
#article-instruments .quote {
  background-color: white;
  display: inline-block;
  width: 49%;
  list-style-type: none;
  margin: 0 0 4px;
  padding: 4px 10px; }
  #article-instruments .quote:nth-child(2n) {
    margin-left: 0; }
  #article-instruments .quote:nth-child(2n+1) {
    clear: right; }
  #article-instruments .quote a:hover {
    text-decoration: none; }
#article-instruments .ticker {
  color: #47595f;
  font: bold 18px/18px Roboto; }
#article-instruments .change {
  font: bold 12px/1 'OpenSans', sans-serif; }
#article-instruments .up .change {
  color: #3aa150; }
#article-instruments .down .change {
  color: #bc4550; }
#article-instruments .more {
  cursor: pointer;
  background-color: #6b7b80;
  background-image: none;
  border-radius: 3px;
  padding: 4px 0;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  #article-instruments .more:hover {
    background-color: #505f64;
    background-image: none; }
  #article-instruments .more::after {
    content: '\f107';
    font-family: FontAwesome;
    padding: 0 4px; }
#article-instruments .more.less::after {
  content: '\f106';
  font-family: FontAwesome;
  padding: 0 4px;
  top: -1px;
  position: relative; }
@media screen and (max-width: 1023px) {
  #article-instruments {
    display: none; } }

#article-banner {
  border-bottom: solid 5px #36393d;
  margin: 0 0 -5px -100%;
  padding: 0 0 14px 100%; }
  #article-banner .module-header {
    color: #36393d;
    font-size: 30px;
    line-height: 30px;
    word-spacing: -5px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    float: none; }
    #article-banner .module-header a:hover {
      text-decoration: none; }
    #article-banner .module-header b {
      color: #36393d;
      display: inline;
      font-size: 1em; }
  #article-banner .tag-line {
    font: bold 18px/18px 'Roboto', sans-serif;
    color: #878a8f;
    text-transform: uppercase;
    border-left: 1px solid #c8c8c8;
    line-height: 35px;
    margin-left: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    float: none; }
  #article-banner .mobile-line {
    display: none; }
  @media screen and (max-width: 1259px) {
    #article-banner .mobile-line {
      display: inline-block;
      vertical-align: middle;
      float: none;
      font: 14px/14px 'Roboto', sans-serif;
      color: #878a8f;
      border-left: 1px solid #c8c8c8;
      min-width: 140px;
      padding: 0 0 6px 5px;
      margin-left: 5px; } }
  @media screen and (max-width: 759px) {
    #article-banner {
      padding: 10px;
      margin: 0 -10px;
      background-color: #e1e5e5;
      background-image: none; }
      #article-banner p {
        font-size: 12px;
        line-height: 1.5; }
      #article-banner .module-header {
        font-size: 22px; }
      #article-banner .tag-line {
        display: none; } }

#article-banner.trading-deck {
  border-color: #dba64f; }
  #article-banner.trading-deck .module-header a {
    color: #dba64f; }

#article-banner.retirementors {
  border-color: #618590; }
  #article-banner.retirementors .module-header a {
    color: #618590; }
    @media screen and (max-width: 759px) {
      #article-banner.retirementors .module-header a {
        font-size: 18px; } }

#article-banner.location-scouts {
  border-color: #52825f; }
  #article-banner.location-scouts .module-header a {
    color: #52825f; }

#article-column {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 5px 5px 0; }
  @media screen and (min-width: 760px) {
    #article-column {
      color: #333333; } }

.breadcrumb-container {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  background: #f4f4f4 none;
  border-bottom: 1px solid #e0e0e0; }
  .breadcrumb-container::before, .breadcrumb-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    width: 100vw;
    height: 40px;
    background: #f4f4f4 none;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    z-index: 1; }
  .breadcrumb-container::after {
    right: auto;
    left: 0;
    max-width: 920px; }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    .breadcrumb-container::before, .breadcrumb-container::after {
      width: 20px; }
    .breadcrumb-container::before {
      left: auto;
      right: 100%; }
    .breadcrumb-container::after {
      left: 100%;
      right: auto; } }
  @media screen and (max-width: 759px) {
    .breadcrumb-container {
      margin: 0 0 15px; }
      .breadcrumb-container::before, .breadcrumb-container::after {
        width: 10px; }
      .breadcrumb-container::before {
        left: auto;
        right: 100%; }
      .breadcrumb-container::after {
        left: 100%;
        right: auto; } }

.nav--breadcrumb {
  list-style-type: none;
  position: relative;
  z-index: 2;
  float: left;
  font: 400 12px/40px 'Open Sans', sans-serif; }
  .nav--breadcrumb span {
    font: 400 12px/40px 'Open Sans', sans-serif; }

.breadcrumb_item {
  display: inline-block; }
  .breadcrumb_item::before {
    padding: 0 8px;
    color: #999; }
  .breadcrumb_item:first-of-type::before {
    display: none; }
  .breadcrumb_item h2 {
    display: inline-block;
    font-weight: 400; }
  .breadcrumb_item a {
    color: #666;
    transition: 0.2s color ease-in-out; }
    .breadcrumb_item a:hover {
      color: #666f7d;
      text-decoration: none; }

#column-alerts, #store-link {
  background-color: #9da9a9;
  border-radius: 4px;
  font: 600 12px/15px 'OpenSans', sans-serif;
  padding: 3px 10px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  float: right;
  position: relative;
  z-index: 2;
  margin-top: 9px;
  background: #648c94; }
  @media screen and (max-width: 759px) {
    #column-alerts, #store-link {
      display: none; } }

#column-alerts:hover, #store-link:hover {
  text-decoration: none; }

#article-headline {
  color: #35383d;
  font: 45px/52px 'Roboto', sans-serif;
  letter-spacing: -0.03em;
  margin-bottom: 5px; }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #article-headline {
      font-size: 40px;
      line-height: 46px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 759px) {
    #article-headline {
      font: bold 30px/34px 'Roboto', sans-serif; } }
  #article-headline .opinion {
    color: #648c94; }

#article-subhead {
  font: italic 18px/23px 'OpenSans', sans-serif;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (min-width: 1260px) {
    #article-subhead {
      color: #626b78; } }
  @media screen and (min-width: 1024px) {
    #article-subhead {
      text-align: center;
      font-weight: 600; } }
  @media screen and (max-width: 759px) {
    #article-subhead {
      color: #648c94;
      font: 700 italic 16px/1.4 'OpenSans', sans-serif;
      margin-bottom: 15px;
      text-align: left; } }
  #article-subhead ul.articleList {
    color: #648c94;
    margin-left: 15px;
    text-align: left; }
    #article-subhead ul.articleList li {
      color: #333333;
      font: 400 14px/1.5 'OpenSans', sans-serif;
      font-style: normal;
      list-style-type: none;
      margin-bottom: 5px;
      position: relative; }
      #article-subhead ul.articleList li:before {
        content: '• ';
        color: #648c94;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        top: 0;
        left: -15px; }

#published-timestamp, #updated-timestamp {
  font-size: 14px;
  line-height: 25px;
  color: #555555;
  margin-bottom: 14px; }
  @media screen and (min-width: 1260px) {
    #published-timestamp, #updated-timestamp {
      font-size: 18px; } }
  @media screen and (max-width: 759px) {
    #published-timestamp, #updated-timestamp {
      font-size: 12px;
      font-weight: bold;
      color: #555555; } }

.column-container {
  margin-top: -60px;
  padding-bottom: 20px; }
  @media screen and (max-width: 759px) {
    .column-container {
      margin: 0;
      padding: 0; } }

#article-tools {
  float: right; }
  #article-tools .tool {
    display: inline-block;
    cursor: pointer;
    color: #cdcdd4;
    font-size: 21px;
    text-decoration: none;
    height: 30px;
    margin-left: 8px; }
  #article-tools .text-resize {
    width: 33px;
    height: 19px;
    padding: 0; }
  #article-tools .print {
    width: 25px; }
    @media screen and (max-width: 1023px) {
      #article-tools .print {
        display: none; } }

#share-bar, #share-bar-fixed {
  display: inline-block;
  height: 30px;
  margin-bottom: 20px;
  color: white; }
  #share-bar .total-shares, #share-bar-fixed .total-shares {
    display: none; }
    #share-bar .total-shares .count, #share-bar-fixed .total-shares .count {
      vertical-align: inherit; }
  #share-bar .social-button, #share-bar-fixed .social-button {
    vertical-align: top;
    display: inline-block;
    float: left;
    height: 30px;
    font-size: 20px;
    line-height: 14px;
    margin-right: 2px;
    padding: 6px 6px;
    min-width: 30px; }
  #share-bar .count, #share-bar-fixed .count {
    vertical-align: middle; }
  #share-bar .share-icons, #share-bar-fixed .share-icons {
    display: inline-block; }
    #share-bar .share-icons .icon, #share-bar-fixed .share-icons .icon {
      height: 18px;
      /* IE guesses SVG height, and does horribly */ }
    #share-bar .share-icons.hidden, #share-bar-fixed .share-icons.hidden {
      display: none; }
  #share-bar .comment-icons, #share-bar-fixed .comment-icons {
    display: inline-block;
    margin-left: -4px; }
  #share-bar .whatsapp, #share-bar-fixed .whatsapp {
    padding: 0; }
    #share-bar .whatsapp .icon, #share-bar-fixed .whatsapp .icon {
      width: 28px;
      height: 28px; }
  @media screen and (max-width: 759px) {
    #share-bar .share-buttons-wrapper, #share-bar-fixed .share-buttons-wrapper {
      background: #FFF;
      height: 100%; }
      #share-bar .share-buttons-wrapper .count, #share-bar-fixed .share-buttons-wrapper .count {
        display: none; }
    #share-bar .count, #share-bar-fixed .count {
      display: block;
      font: normal 20px/18px 'OpenSans', sans-serif;
      color: #7c818a; }
    #share-bar .social-button, #share-bar-fixed .social-button {
      float: none;
      display: block;
      background: #FFF;
      height: 20%;
      margin: 0;
      padding: 0 30px 0 30px; }
      #share-bar .social-button.email, #share-bar-fixed .social-button.email {
        position: relative; }
        #share-bar .social-button.email .icon, #share-bar-fixed .social-button.email .icon {
          position: absolute;
          top: 50%;
          margin-top: -25px; }
      #share-bar .social-button.comment, #share-bar-fixed .social-button.comment {
        /* Put here to help with specificity */
        background-color: #47595f; }
    #share-bar .total-shares, #share-bar-fixed .total-shares {
      display: inline-block;
      font: 600 13px/18px 'OpenSans', sans-serif;
      background-color: #17923b;
      text-transform: uppercase;
      border-radius: 3px;
      cursor: pointer;
      padding: 4px 8px; }
    #share-bar .comment, #share-bar-fixed .comment {
      display: block;
      margin: 0;
      height: auto;
      float: none;
      text-transform: uppercase;
      padding: 4px 0;
      border-radius: 3px; }
      #share-bar .comment .count:before, #share-bar-fixed .comment .count:before {
        content: "Comments "; }
      #share-bar .comment .icon, #share-bar-fixed .comment .icon {
        display: none; }
      #share-bar .comment .count, #share-bar-fixed .comment .count {
        font: 600 13px/12px 'OpenSans';
        color: #FFF;
        text-transform: uppercase;
        padding: 3px 8px; }
    #share-bar .share-icons, #share-bar-fixed .share-icons {
      display: none;
      position: fixed;
      right: -100px;
      top: 0;
      transition: 0.25s;
      border-left: 880px solid rgba(0, 0, 0, 0.8);
      /* Fake overlay - 759 (phone media query) + 60 icon width + 60 padding + 1 rounding */
      height: 100%;
      z-index: 1001;
      /* Need to overcome the 1000 from market-overview */ }
      #share-bar .share-icons.visible, #share-bar-fixed .share-icons.visible {
        display: block; }
      #share-bar .share-icons .option, #share-bar-fixed .share-icons .option {
        background-color: transparent;
        display: block;
        margin-bottom: 20px;
        text-align: center; }
      #share-bar .share-icons .icon, #share-bar-fixed .share-icons .icon {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        padding: 17px; }
        #share-bar .share-icons .icon svg, #share-bar-fixed .share-icons .icon svg {
          width: 18px;
          height: 18px; }
      #share-bar .share-icons .facebook .icon, #share-bar-fixed .share-icons .facebook .icon {
        background-color: #3b5999; }
      #share-bar .share-icons .twitter .icon, #share-bar-fixed .share-icons .twitter .icon {
        background-color: #00b0ed; }
      #share-bar .share-icons .google-plus .icon, #share-bar-fixed .share-icons .google-plus .icon {
        background-color: #dd4b39; }
      #share-bar .share-icons .whatsapp .icon, #share-bar-fixed .share-icons .whatsapp .icon {
        background-color: #34af23;
        padding: 10px; }
        #share-bar .share-icons .whatsapp .icon svg, #share-bar-fixed .share-icons .whatsapp .icon svg {
          width: 28px;
          height: 28px; }
      #share-bar .share-icons .email .icon, #share-bar-fixed .share-icons .email .icon {
        background-color: #648c94; }
      #share-bar .share-icons .comment .icon, #share-bar-fixed .share-icons .comment .icon {
        display: none; }
    #share-bar .comment-icons, #share-bar-fixed .comment-icons {
      margin-left: 0; } }
  @media screen and (max-width: 759px) {
    #share-bar, #share-bar-fixed {
      margin-bottom: 15px; } }

#hero-image {
  /* throw away */
  padding: 150px 0;
  text-align: center;
  /* throw away */
  width: 100%; }

figcaption {
  color: #969696;
  font: 400 italic 14px/1.4 'OpenSans', sans-serif;
  margin-top: 5px; }

.article-figure {
  font: italic 15px/27px 'OpenSans', sans-serif;
  position: relative;
  width: 100%;
  max-width: 630px;
  margin: 0 auto 20px; }
  .article-figure .article-image-wrap {
    border: 1px solid #e1e1e1;
    position: relative; }
  .article-figure cite {
    font-size: 12px;
    color: white;
    text-shadow: 1px 1px 1px #2c2f34;
    position: absolute;
    right: 10px;
    bottom: 5px; }
  .article-figure .social-coin {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 2;
    margin: 0; }
  .article-figure.MC .shareable-overlay:hover:before, .article-figure.MD .shareable-overlay:hover:before {
    display: none; }
  .article-figure.MC .shareable-overlay:hover .share-icons, .article-figure.MD .shareable-overlay:hover .share-icons {
    display: none; }

.hero-figure {
  margin-bottom: 20px; }
  .hero-figure .hero-image-wrap {
    position: relative; }
    .hero-figure .hero-image-wrap .article-image {
      border: 1px solid #c8c8c8; }
    .hero-figure .hero-image-wrap cite {
      color: white;
      font-size: 12px;
      position: absolute;
      bottom: 10px;
      right: 10px;
      text-shadow: 1px 1px 1px black; }
  .hero-figure figcaption {
    margin-left: 0; }
    @media screen and (min-width: 1260px) {
      .hero-figure figcaption {
        margin-left: 230px; } }

.article-image {
  display: block;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 759px) { }

.article-image.MC {
  float: none;
  margin: 0 auto; }

.article-image.MD {
  float: none;
  margin: 0 auto; }

@media screen and (min-width: 760px) {
  .article-image.ME {
    width: 100%; } }

.article-image.G {
  width: 100%; }

.article-image.MG {
  width: 100%; }

@media screen and (min-width: 760px) {
  .article-image.MP {
    width: 100%; } }
@media screen and (max-width: 759px) {
  .article-image.MP {
    display: none; } }

@media screen and (max-width: 759px) {
  .article-image.NS {
    width: 100%; } }

.article-image.ZH, .article-image.ZQ, .article-image.ZF, .article-image.ZG {
  width: 100%; }

@media screen and (max-width: 759px) {
  .article-image.ZT {
    max-width: 280px; } }

#hero-chart {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #f2f4f6;
  height: 300px;
  position: relative; }
  #hero-chart .loading-animation {
    display: block;
    width: 61px;
    height: 43px;
    margin: -22px 0 0 -30px;
    position: absolute;
    top: 50%;
    left: 50%; }
    #hero-chart .loading-animation span {
      color: #648c94;
      font-family: FontAwesome;
      font-size: 50px;
      position: absolute;
      -webkit-animation: spin 3s linear infinite;
      -moz-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite; }
      #hero-chart .loading-animation span.small {
        font-size: 15px;
        top: 28px;
        left: 19px; }
      #hero-chart .loading-animation span.medium {
        font-size: 30px;
        top: 5px;
        left: 0px; }
      #hero-chart .loading-animation span.large {
        font-size: 40px;
        top: 0;
        left: 27px; }
      #hero-chart .loading-animation span.reverse {
        -moz-animation-direction: reverse !important;
        -o-animation-direction: reverse !important;
        -webkit-animation-direction: reverse !important;
        animation-direction: reverse !important; }

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(0deg); }

  from {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(0deg); }

  from {
    -webkit-transform: rotate(180deg); } }

@keyframes spin {
  to {
    transform: rotate(0deg); }

  from {
    transform: rotate(360deg); } }

.audio-player {
  background-color: #f2f4f6;
  padding: 0;
  position: relative;
  font-family: 'Roboto', sans-serif; }

.audio-player .audioplayer_controls .audioplayer_play_pause {
  background-color: #32353a;
  height: 60px;
  width: 60px;
  overflow: hidden;
  cursor: pointer;
  text-align: center; }

.audio-player .audioplayer_controls .audioplayer_play_pause:before {
  content: '\f04b';
  font-family: 'FontAwesome';
  font-size: 33px;
  color: #f5f8f9;
  vertical-align: middle;
  line-height: 60px; }

.audio-player .audioplayer_controls .pause {
  content: '\f04c'; }

.audio-player .audioplayer_title {
  position: absolute;
  top: 10px;
  left: 80px;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden; }

.audio-player .audioplayer_controls .audioplayer_mute {
  height: 14px;
  width: 15px;
  overflow: hidden;
  background: url(./mute_unmute.png);
  cursor: pointer;
  background-position: 0 0px;
  position: absolute;
  right: 5px;
  bottom: 8px; }

.audio-player .audioplayer_controls .unmute {
  background-position: 0 -14px; }

.audio-player .audioplayer_controls .audioplayer_duration {
  position: absolute;
  right: 30px;
  bottom: 8px;
  font-size: 11px;
  font-style: italic; }

.audio-player .audioplayer_controls .audioplayer_progressbar {
  background-color: #cdd4d4;
  border-radius: 2px;
  width: 300px;
  position: absolute;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  left: 80px;
  bottom: 12px;
  cursor: pointer; }

.audio-player .audioplayer_controls .audioplayer_progressbar > div {
  background-color: #93acb1;
  width: 0%;
  height: 5px;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5); }

.audio-player .audioplayer_controls .audioplayer_share {
  position: absolute;
  top: 14px;
  right: 5px; }

#article-pagination {
  background-color: #32353a;
  border-radius: 3px;
  display: table;
  width: 100%;
  max-width: 630px;
  margin: 20px auto;
  padding: 15px;
  font-size: 16px;
  line-height: 25px; }
  #article-pagination:after {
    content: "";
    display: table;
    clear: both; }
  #article-pagination .pages {
    display: table-cell;
    text-align: center; }
    @media screen and (max-width: 759px) {
      #article-pagination .pages {
        display: none; } }
  #article-pagination .page {
    border-radius: 2px;
    color: white;
    display: inline-block;
    min-height: 25px;
    min-width: 25px;
    text-align: center;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  #article-pagination a.page:hover {
    background-color: rgba(255, 255, 255, 0.15);
    background-image: none;
    text-decoration: none; }
  #article-pagination .selected {
    background-color: #6a9473; }
  #article-pagination .previous, #article-pagination .next {
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    display: table-cell;
    width: 125px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    #article-pagination .previous:hover, #article-pagination .next:hover {
      color: #c8c8c8;
      text-decoration: none; }
  #article-pagination span.previous, #article-pagination span.next {
    color: #646464; }
    #article-pagination span.previous:hover, #article-pagination span.next:hover {
      color: #646464; }
  #article-pagination *.previous::before, #article-pagination *.next::after {
    font-family: FontAwesome; }
  #article-pagination a.previous::before {
    content: '\f104';
    padding-right: 10px; }
  #article-pagination a.next::after {
    content: '\f105';
    padding-left: 10px; }
  #article-pagination .next {
    text-align: right; }
    @media screen and (max-width: 759px) {
      #article-pagination .next {
        float: right; } }
  #article-pagination .previous {
    text-align: left; }
    @media screen and (max-width: 759px) {
      #article-pagination .previous {
        float: left; } }

#related-articles {
  margin-top: 40px;
  max-width: 630px; }
  @media screen and (max-width: 759px) {
    #related-articles {
      width: 100%; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #related-articles {
      margin-left: auto;
      margin-right: auto; } }
  #related-articles ul {
    margin: 0 !important;
    left: 0 !important; }
    #related-articles ul li {
      list-style-type: none; }
    #related-articles ul a {
      text-decoration: underline;
      display: block;
      margin-bottom: 5px;
      padding-bottom: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #related-articles ul a:hover {
        text-decoration: none; }
  #related-articles strong {
    margin-bottom: 10px;
    color: #333333;
    font: 700 20px/1 'Roboto', sans-serif; }
  #related-articles strong:last-of-type {
    display: block;
    font-size: 20px;
    color: #47595f; }
  #related-articles .headline {
    font: bold 15px/19px 'OpenSans', sans-serif;
    margin-bottom: 8px;
    color: #648c94; }
    #related-articles .headline a {
      color: #555555; }

.article__section--tags {
  display: block;
  width: 660px;
  margin: 0 auto 30px; }

.section__header {
  font: 700 20px/1 'Roboto', sans-serif;
  color: #47595f;
  padding: 0 0 15px; }

#article-body .tags__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.tags__item {
  display: inline-block; }

.tags__item a {
  display: block;
  width: auto;
  padding: 0 10px;
  font: 400 12px/2 'Open Sans', sans-serif;
  border-radius: 2px;
  color: #36393d;
  text-decoration: none;
  background: #f1f1f1 none;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  border: 1px solid #f1f1f1; }
  .tags__item a:hover {
    background: #f9f9f9 none;
    border: 1px solid #ddd; }

#comment-promo {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  width: 45%;
  margin: 0 5% 30px 0; }
  #comment-promo.noBio {
    width: 100%; }
  @media screen and (max-width: 1023px) {
    #comment-promo {
      width: 100%;
      border-bottom: 1px solid #e1e1e1;
      padding-bottom: 30px; }
      #comment-promo.noBio {
        float: none; }
      #comment-promo.defaultPromo {
        display: none; } }
  @media screen and (max-width: 759px) {
    #comment-promo {
      float: none; } }
  #comment-promo p {
    font: 400 16px/1.4 'OpenSans', sans-serif;
    color: #333333;
    margin-bottom: 14px; }
  #comment-promo button {
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 16px;
    background-color: #47595f; }

#author-bylines {
  font: 16px/18px 'Roboto', sans-serif; }
  #author-bylines a {
    font-weight: bold; }
  @media screen and (min-width: 1260px) {
    #author-bylines {
      display: none; } }
  @media screen and (max-width: 759px) {
    #author-bylines {
      font: 12px/16px 'OpenSans', sans-serif;
      color: #555555; } }

#little-hole #author-bios {
  width: 45%;
  margin-left: 0;
  float: right; }
  @media screen and (max-width: 1023px) {
    #little-hole #author-bios {
      display: none; } }
  #little-hole #author-bios.skyword-authors {
    display: none; }
    @media screen and (min-width: 760px) and (max-width: 1259px) {
      #little-hole #author-bios.skyword-authors {
        display: block; } }
    @media screen and (min-width: 760px) and (max-width: 1023px) {
      #little-hole #author-bios.skyword-authors {
        width: 300px;
        float: none; } }

#right-rail #author-bios {
  display: none;
  margin-left: 0; }
  @media screen and (max-width: 759px) {
    #right-rail #author-bios.skyword-authors {
      width: 100%;
      display: block; } }

.author-bio .stuff {
  position: relative;
  line-height: 0; }
.author-bio .author-image {
  width: 100%; }
.author-bio .byline {
  background-color: rgba(50, 53, 58, 0.85);
  display: table;
  width: 100%;
  padding: 5px 10px; }
  .author-bio .byline:after {
    content: "";
    display: table;
    clear: both; }
.author-bio .module-header {
  display: table-cell;
  margin: 0; }
  .author-bio .module-header b {
    color: white; }
.author-bio .bio {
  clear: both;
  background-color: #f5f8f9;
  font-size: 14px;
  line-height: 21px;
  padding: 10px; }
.author-bio.trading-deck .bio {
  background-color: #fef6e9; }
.author-bio.retire-mentors .bio {
  background-color: #f0f3f4; }
.author-bio .social {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }
.author-bio .social-link {
  font-size: 18px;
  background-color: transparent;
  color: #adaeb0;
  margin: 0 2px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .author-bio .social-link:hover {
    color: white;
    text-decoration: none; }

.author-bio.with-image .byline {
  position: absolute;
  bottom: 0;
  width: 100%; }

#skyword-powered {
  color: #648c94;
  text-transform: uppercase; }

#skyword-logo {
  height: 20px;
  top: 5px;
  position: relative; }

#insider-monkey-promo {
  text-align: left;
  background: transparent url('/National_Library/20161130034600oe_/http://mw4.wsj.net/public/mw.module.article/content/images/insider-monkey.png') left top no-repeat;
  padding-top: 15px; }

#article-comments {
  border-top: 1px solid #e1e1e1;
  clear: both;
  position: relative; }
  @media screen and (min-width: 1024px) {
    #article-comments {
      padding-top: 20px; }
      #article-comments::before {
        border-top: 1px solid #7d7d7d;
        content: '';
        width: 150px;
        position: absolute;
        top: -1px; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #article-comments {
      border-top: none; } }
  @media screen and (max-width: 759px) {
    #article-comments {
      border-top: none; } }

.quote-tip {
  background: white;
  border: 1px solid #cccccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  width: 326px;
  margin: 20px;
  padding: 10px;
  position: absolute;
  z-index: 20; }
  .quote-tip .tip-header, .quote-tip .tip-data, .quote-tip .tip-news, .quote-tip .tip-header .name:after {
    border-bottom: 1px solid #ededed; }
  .quote-tip .tip-ad .ad {
    padding: 0; }
  .quote-tip .tip-header {
    padding-bottom: 10px; }
    .quote-tip .tip-header:after {
      content: "";
      display: table;
      clear: both; }
    .quote-tip .tip-header .name {
      font: bold 20px/24px Roboto;
      color: #6b7b80;
      width: 100%; }
    .quote-tip .tip-header .name:after {
      content: '';
      width: 15px;
      display: block;
      margin-top: 3px; }
    .quote-tip .tip-header span {
      font: bold 12px/18px 'OpenSans', sans-serif;
      color: #bbbbbb; }
    .quote-tip .tip-header button {
      float: right;
      padding: 5px 10px;
      font: 9px/8px 'OpenSans', sans-serif;
      background-color: #6b7b80;
      border-radius: 3px;
      float: right;
      cursor: pointer; }
      .quote-tip .tip-header button i {
        margin-left: 5px; }
  .quote-tip .tip-data {
    padding: 15px 0px; }
    .quote-tip .tip-data:after {
      content: "";
      display: table;
      clear: both; }
    .quote-tip .tip-data .price-chart {
      width: 162px;
      float: left; }
      .quote-tip .tip-data .price-chart .price div {
        font: 300 30px/27px 'OpenSans', sans-serif;
        color: #888888; }
      .quote-tip .tip-data .price-chart .price .change {
        font: 600 14px/18px 'OpenSans', sans-serif; }
      .quote-tip .tip-data .price-chart .chart {
        width: 165px;
        height: 100px; }
      .quote-tip .tip-data .price-chart .chartlink {
        position: relative; }
      .quote-tip .tip-data .price-chart .chartlink:after {
        content: ' ';
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0; }
      .quote-tip .tip-data .price-chart .down .change {
        color: #bc4550; }
      .quote-tip .tip-data .price-chart .up .change {
        color: #3aa150; }
    .quote-tip .tip-data .financials {
      float: right;
      width: 134px;
      overflow: hidden; }
      .quote-tip .tip-data .financials table {
        width: 100%; }
      .quote-tip .tip-data .financials tr:nth-child(2n+1) {
        background-color: #f2f4f6; }
      .quote-tip .tip-data .financials td {
        padding: 0px 5px; }
      .quote-tip .tip-data .financials td:nth-child(1) {
        font: bold 10px/20px 'OpenSans', sans-serif;
        color: #aaaaaa;
        text-align: left; }
      .quote-tip .tip-data .financials td:nth-child(2) {
        font: bold 12px/20px 'OpenSans', sans-serif;
        color: #555555;
        text-align: right; }
  @media screen and (max-width: 759px) {
    .quote-tip .tip-news, .quote-tip .tip-ad {
      display: none; }
    .quote-tip .tip-data {
      border-bottom: none; } }
  .quote-tip .tip-news {
    padding: 5px 0px;
    font-size: 11px;
    height: 74px; }
    .quote-tip .tip-news ul {
      list-style-type: none; }
      .quote-tip .tip-news ul li {
        width: 304px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #648c94; }
      .quote-tip .tip-news ul a {
        margin-left: 8px; }
  .quote-tip .tip-ad {
    padding: 15px 0px 15px 0px; }
  @media screen and (max-width: 759px) {
    .quote-tip {
      margin: 0;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 20; } }

.quote-tip.above:after, .quote-tip.below:before {
  background: white;
  content: '';
  border: 1px solid #cccccc;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.quote-tip.above:after {
  border-top: none;
  border-left: none; }

.quote-tip.below:before {
  border-bottom: none;
  border-right: none;
  top: -11px; }

.quote-tip.offsetLeft:before, .quote-tip.offsetLeft:after {
  left: 15%; }

.quote-tip.offsetRight:before, .quote-tip.offsetRight:after {
  left: 85%; }

#general-overlay {
  display: none; }

@media screen and (max-width: 759px) {
  .quote-tip.above:after, .quote-tip.below:before {
    display: none; } }

#rates-overview:after {
  content: "";
  display: table;
  clear: both; }
#rates-overview #rates-sponsor {
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  color: #555555;
  float: right; }
#rates-overview #rates-logo {
  float: right;
  width: 66px;
  height: 15px;
  /* IE needs SVG heights explicitly set */ }
#rates-overview #rates-nav {
  background: #47595F;
  line-height: 40px;
  border-radius: 0; }
  #rates-overview #rates-nav:after {
    content: "";
    display: table;
    clear: both; }
  #rates-overview #rates-nav div:first-child {
    margin-left: 12px; }
  #rates-overview #rates-nav .tab {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    float: left;
    white-space: nowrap;
    margin: 0 6px 0 6px;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: inherit;
    box-shadow: none; }
#rates-overview .rates-nav-item {
  position: relative; }
#rates-overview .rates-nav-item.selected:after {
  background-color: white;
  background-image: none;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center; }
#rates-overview #rates-sections {
  background: #FFF;
  padding: 10px; }
  #rates-overview #rates-sections .rates-section {
    font-size: 12px; }
    #rates-overview #rates-sections .rates-section li {
      list-style: none;
      line-height: 25px; }
      #rates-overview #rates-sections .rates-section li:after {
        content: "";
        display: table;
        clear: both; }
      #rates-overview #rates-sections .rates-section li .bankrates-display {
        float: left;
        padding-left: 8px; }
      #rates-overview #rates-sections .rates-section li .bankrates-value {
        float: right;
        padding-right: 8px; }
    #rates-overview #rates-sections .rates-section tr {
      line-height: 25px; }
    #rates-overview #rates-sections .rates-section li:nth-child(odd) {
      background: #F2F4F6; }
  #rates-overview #rates-sections .rates-footer {
    font-size: 11px;
    font-style: italic;
    margin: auto;
    display: table; }
#rates-overview .rates-name {
  float: left; }
#rates-overview .rates-apr {
  float: right; }
#rates-overview table {
  font-size: 12px;
  width: 100%; }
#rates-overview #creditrates-section thead {
  font-size: 9px; }
#rates-overview #creditrates-section tbody tr:nth-child(odd) {
  background: #F2F4F6; }
#rates-overview #creditrates-section tbody .name {
  padding-left: 8px; }

@media screen and (max-width: 759px) {
  #rates-overview #rates-nav .tab {
    font-weight: normal; }
  #rates-overview #rates-sections {
    padding: 0; } }

.slideshow #author-dreds {
  display: none; }

.slideshow #author-bylines {
  display: block; }

.slideshow #content-cutout {
  display: block; }
.slideshow #article-body {
  position: relative;
  width: 100%; }
.slideshow .article-figure {
  background: white;
  border: 1px solid #ccd6df;
  margin: 0 0 10px;
  padding: 8px;
  max-width: none; }
.slideshow .slide-count {
  color: #7e8187;
  display: block;
  font: 400 italic 15px/1 'OpenSans', sans-serif;
  margin-bottom: 20px; }
.slideshow .previous-slide, .slideshow .next-slide, .slideshow .next-slideshow {
  background-color: #2c2f34;
  color: white;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  opacity: 1;
  padding: 0 8px;
  z-index: 5;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slideshow .previous-slide:hover, .slideshow .next-slide:hover, .slideshow .next-slideshow:hover {
    width: 50px;
    opacity: 1; }
.slideshow .previous-slide {
  border-radius: 3px 0 0 3px;
  left: -30px; }
  .slideshow .previous-slide:hover {
    left: -40px; }
.slideshow .next-slide {
  border-radius: 0 3px 3px 0;
  right: -30px; }
  .slideshow .next-slide:hover {
    right: -40px; }
.slideshow .article-slide {
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
.slideshow .article-image-wrap {
  position: relative;
  width: 100%; }
  .slideshow .article-image-wrap .article-image {
    width: 100%; }
.slideshow .article-slide-content {
  width: 100%; }
.slideshow cite {
  color: #7e8187;
  font: 400 italic 15px/1 'OpenSans', sans-serif;
  position: absolute;
  right: 0;
  bottom: -35px;
  text-shadow: none; }
  @media screen and (max-width: 759px) {
    .slideshow cite {
      color: white;
      float: right;
      position: relative;
      top: -30px;
      right: 10px;
      text-shadow: 1px 1px 0 black; } }
.slideshow figcaption {
  background-color: rgba(44, 47, 52, 0.8);
  background-image: none;
  color: white;
  display: block;
  width: 100%;
  max-height: 30px;
  font: 400 normal 14px/1.4 'OpenSans', sans-serif;
  padding: 4px 10px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .slideshow figcaption:hover, .slideshow figcaption:focus {
    background-color: rgba(44, 47, 52, 0.8);
    background-image: none;
    height: auto;
    max-height: none;
    text-overflow: none;
    white-space: normal; }
  .slideshow figcaption:empty {
    padding: 0 10px; }
  @media screen and (max-width: 759px) {
    .slideshow figcaption {
      background-color: transparent;
      background-image: none;
      color: #7e8187;
      font: 400 italic 14px/1.5 'OpenSans', sans-serif;
      height: auto;
      max-height: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: 3px;
      text-overflow: none;
      white-space: normal; }
      .slideshow figcaption:hover, .slideshow figcaption:focus {
        background-color: transparent;
        background-image: none; } }

body.slideshow .social-container {
  display: none; }

.slideshow-page .slide-overlay {
  display: none;
  background: rgba(28, 29, 35, 0.9);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .slideshow-page .slide-overlay .restart {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    display: block;
    width: 100px;
    height: 25px;
    cursor: pointer; }
    .slideshow-page .slide-overlay .restart span {
      color: #fff;
      padding-left: 5px; }
      .slideshow-page .slide-overlay .restart span::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #fff;
        transition: 0.2s all ease-in-out;
        text-align: center;
        line-height: 20px; }
    .slideshow-page .slide-overlay .restart:hover span::before {
      transform: rotate(-45deg);
      color: #29aae1; }
  .slideshow-page .slide-overlay .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .slideshow-page .slide-overlay .content > div {
      max-width: 70%;
      margin: 0 auto; }
  .slideshow-page .slide-overlay .next-slideshow {
    background: #3f4e67 none;
    border-radius: 0 3px 3px 0;
    font: 600 16px/1.2 'Open Sans', sans-serif;
    right: -40px;
    width: 150px;
    padding: 0;
    text-align: left;
    margin-top: -27px; }
    .slideshow-page .slide-overlay .next-slideshow:hover {
      right: -50px; }
    @media screen and (max-width: 1259px) {
      .slideshow-page .slide-overlay .next-slideshow {
        width: 40px; }
        .slideshow-page .slide-overlay .next-slideshow:hover {
          width: 50px; } }
    .slideshow-page .slide-overlay .next-slideshow::before {
      font-family: 'FontAwesome';
      font-size: 40px;
      margin-top: -25px;
      position: absolute;
      top: 50%;
      right: 15px;
      font-weight: 400; }

body.slideshow .slideshow-page.first-page .previous-slide {
  display: none; }

@media screen and (max-width: 759px) {
  body.slideshow .slideshow-page.last-page {
    display: none; } }
body.slideshow .slideshow-page.last-page .social-container {
  display: block; }
body.slideshow .slideshow-page.last-page .next-slide {
  display: none; }
body.slideshow .slideshow-page.last-page .slide-overlay {
  display: block; }

.slideshow-page {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 20px 5px;
  border: 1px solid #ccd6df;
  background-color: #f5f7f8;
  background-image: -webkit-linear-gradient(top, #eef2f3 20%, #f5f7f8);
  background-image: linear-gradient(to bottom,#eef2f3 20%, #f5f7f8); }
  .slideshow-page:after {
    content: "";
    display: table;
    clear: both; }

.slideshow-page.current {
  display: block;
  position: static; }

#article-meat:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 759px) {
  .slideshow .article-image-wrap {
    border: none;
    margin: 0 0 20px;
    padding: 0; }
  .slideshow .article-figure {
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0; }
  .slideshow .slide-count {
    display: none; }
  .slideshow #article-pagination {
    display: none; }
  .slideshow-page {
    background-color: transparent;
    background-image: none;
    border: none;
    display: block;
    padding: 0;
    position: static; }
    .slideshow-page .next-slide, .slideshow-page .previous-slide {
      display: none; }
    .slideshow-page .article-image-wrap {
      border: none;
      padding: 0; }
    .slideshow-page .article-slide-content h6 {
      font-size: 16px; }
    .slideshow-page .no-slide {
      display: none; } }

.slideshow #article-pagination {
  max-width: none; }

[class*="article__header"] {
  text-align: left;
  font: 500 normal 14px/1 'Roboto', sans-serif;
  color: #fff;
  margin: 0 auto 5px;
  max-width: 500px;
  width: 75%; }

[title="dianomi"] {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.content-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }

.slide-overlay .dianomi-body {
  min-height: initial !important; }
  .slide-overlay .dianomi-body > img {
    display: none; }
.slide-overlay .dianomi-body .wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-bottom: 0 !important;
  min-height: initial !important;
  margin: 0 0 15px !important; }
  .slide-overlay .dianomi-body .wrapper .hero {
    width: 25% !important;
    float: none !important;
    max-width: 160px !important;
    margin: 0 5px !important;
    padding: 0 !important; }
  .slide-overlay .dianomi-body .wrapper .subhero {
    max-height: initial !important; }
  .slide-overlay .dianomi-body .wrapper .dianomihref img {
    max-height: 90px; }
  .slide-overlay .dianomi-body .wrapper .dianomihref:hover {
    text-decoration: none; }
  .slide-overlay .dianomi-body .wrapper .text {
    height: auto !important; }
  .slide-overlay .dianomi-body .wrapper .maintext {
    padding: 0 !important;
    color: #fff;
    font-size: 13px !important; }
  .slide-overlay .dianomi-body .wrapper .dianomi_provider_short {
    padding: 0 !important;
    position: relative;
    top: -3px; }

.slideshow-page.last-page .next-slideshow {
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding-left: 20px; }

.slideshow__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 !important;
  width: 100%; }

.slideshow__article {
  width: 25%;
  max-width: 160px;
  margin: 0 5px;
  list-style-type: none; }

.article__wrapper {
  color: #fff;
  text-decoration: none;
  display: block; }
  .article__wrapper:hover {
    text-decoration: none; }

.article__figure {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border: 2px solid #fff;
  background: #000;
  display: flex;
  margin-bottom: 5px; }
  .article__figure .figure__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .article__figure .figure__image[src$=".svg"] {
    width: 75%;
    top: 16%;
    left: 12.5%; }

.article__headline {
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 13px;
  font-family: 'Open Sans', Arial, Helvetica, Verdana;
  color: #fff; }

body.slideshow .slideshow-page.last-page .slide-overlay {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }

@media (max-width: 1259px) {
  .slideshow-page.last-page .next-slideshow {
    border-radius: 0 3px 3px 0;
    display: block;
    padding-left: 0; }
    .slideshow-page.last-page .next-slideshow > span {
      display: none; } }

@media (min-width: 1024px) and (max-width: 1259px) {
  .article__header--marketwatch, .marketwatch-content {
    display: none; } }

@media screen and (max-width: 1023px) and (min-width: 760px) {
  #article-body .slideshow__list {
    left: initial;
    max-width: initial; } }

@media screen and (max-width: 759px) {
  .slideshow-page .slide-overlay {
    display: none !important; } }

#article-body .premium-top {
  display: table;
  min-height: 44px;
  margin-bottom: 25px;
  width: 100%; }
  #article-body .premium-top span {
    background-color: #47595f;
    background-image: none;
    border-radius: 3px 0 0 3px;
    color: white;
    display: table-cell;
    font: 700 14px/1 'OpenSans', sans-serif;
    width: 120px;
    text-align: center;
    vertical-align: middle; }
  #article-body .premium-top p {
    background-color: white;
    background-image: none;
    border: 1px solid gainsboro;
    border-left: none;
    border-radius: 0 3px 3px 0;
    color: #32353a;
    display: table-cell;
    font: 400 14px/1 'OpenSans', sans-serif;
    padding-left: 30px;
    vertical-align: middle; }
  #article-body .premium-top .subscribe {
    background-color: #3da453;
    background-image: none;
    border-radius: 3px;
    color: white;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    #article-body .premium-top .subscribe:hover {
      background-color: #2c853f;
      background-image: none; }
  @media screen and (max-width: 759px) {
    #article-body .premium-top {
      text-align: center; }
      #article-body .premium-top .label {
        display: none; }
      #article-body .premium-top p {
        border: 1px solid gainsboro;
        border-radius: 3px;
        line-height: 2;
        padding: 5px 10px; }
        #article-body .premium-top p .subscribe {
          display: block;
          width: auto;
          padding: 2px 10px; } }

#article-body .premium-bottom header {
  background-color: #47595f;
  background-image: none;
  display: block;
  line-height: 45px;
  width: 100%;
  max-height: 45px; }
  #article-body .premium-bottom header .left {
    color: white;
    padding-left: 15px;
    text-align: left; }
  #article-body .premium-bottom header .right {
    color: #a6b6bc;
    font: 400 italic 14px/1 'OpenSans', sans-serif;
    padding-right: 15px;
    text-align: right; }
    #article-body .premium-bottom header .right a {
      color: #94b8bf;
      font-style: normal;
      text-decoration: underline; }
      #article-body .premium-bottom header .right a:hover {
        text-decoration: none; }
#article-body .premium-bottom .subscribe-container {
  border: 1px solid gainsboro;
  border-top: none;
  display: table;
  width: 100%; }
  #article-body .premium-bottom .subscribe-container .left, #article-body .premium-bottom .subscribe-container .right {
    display: table-cell;
    width: 50%;
    padding: 10px 15px;
    vertical-align: middle; }
  #article-body .premium-bottom .subscribe-container .left .subscribe {
    background-color: #3da453;
    background-image: none;
    border-radius: 3px;
    color: white;
    font: 700 24px/1 'Roboto', sans-serif;
    display: block;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    #article-body .premium-bottom .subscribe-container .left .subscribe small {
      color: #0f551e;
      display: block;
      font-family: 'OpenSans', sans-serif;
      font-size: 12px;
      margin-top: 5px;
      text-transform: uppercase; }
    #article-body .premium-bottom .subscribe-container .left .subscribe:hover {
      background-color: #2c853f;
      background-image: none;
      text-decoration: none; }
  #article-body .premium-bottom .subscribe-container .right ul {
    margin-bottom: 0; }
@media screen and (max-width: 759px) {
  #article-body .premium-bottom {
    position: relative; }
    #article-body .premium-bottom header .left {
      display: block;
      width: 100%;
      padding: 0;
      text-align: center; }
    #article-body .premium-bottom header .right {
      border-top: 1px solid white;
      box-shadow: 0 -1px 0 gainsboro;
      display: block;
      width: 280px;
      margin-left: -140px;
      padding: 5px 0;
      position: absolute;
      bottom: 10px;
      left: 50%;
      text-align: center; }
    #article-body .premium-bottom .subscribe-container {
      background-color: #ccc;
      background-image: none;
      box-shadow: inset 1px 0 0 white, inset 0 1px 0 white, inset -1px 0 0 white, inset 0 -1px 0 white;
      background-color: white;
      background-image: -webkit-linear-gradient(top, #f7f7f7 100%, #ffffff);
      background-image: linear-gradient(to bottom,#f7f7f7 100%, #ffffff);
      padding: 10px 10px 50px; }
      #article-body .premium-bottom .subscribe-container .left, #article-body .premium-bottom .subscribe-container .right {
        display: block;
        width: 100%;
        padding: 0; }
      #article-body .premium-bottom .subscribe-container .right {
        padding-top: 10px; }
        #article-body .premium-bottom .subscribe-container .right ul {
          margin: 0; }
        #article-body .premium-bottom .subscribe-container .right li {
          list-style-type: none;
          text-align: center; } }

@media screen and (min-width: 1024px) {
  .dianomi-widget-dianomiRightRail {
    width: 320px; } }

body.email {
  background-color: #ffffff; }
  body.email #share-bar, body.email #article-tools {
    display: none; }

#send-email {
  width: 75%; }
  #send-email h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #send-email input[type="text"] {
    width: 75%; }
  #send-email input[type='submit'] {
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 10px; }
  #send-email input[type='submit']:hover {
    background-color: #e6e6e6;
    border-color: #adadad; }
  #send-email textarea {
    resize: none;
    width: 75%; }
  #send-email div {
    margin-bottom: 15px; }
  #send-email .required {
    color: #b50000; }

#email-sent {
  display: none; }
  #email-sent #recipients {
    font-weight: bold; }

#article-body .article__topics {
  list-style-type: none;
  margin: 0; }

.topic__item {
  margin: 0 5px 5px 0;
  padding: 0;
  display: inline-block; }
  .topic__item a {
    border-radius: 3px;
    padding: 0 10px;
    font: 400 14px/24px 'OpenSans', sans-serif;
    background: #eaeaea;
    color: #35393e;
    display: block;
    transition: 0.2s all ease-in-out; }
    .topic__item a:hover {
      background: #e1e1e1;
      text-decoration: none;
      cursor: pointer; }

#little-hole #insider-monkey-promo {
  width: 45%;
  margin-left: 0;
  float: right;
  display: none; }
  @media screen and (min-width: 760px) and (max-width: 1259px) {
    #little-hole #insider-monkey-promo {
      display: block; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #little-hole #insider-monkey-promo {
      width: 300px;
      float: none; } }

#right-rail #insider-monkey-promo {
  display: none;
  margin-left: 0; }
  @media screen and (max-width: 759px) {
    #right-rail #insider-monkey-promo {
      width: 100%;
      display: block; } }

.traffic-driver__list {
  display: flex;
  display: -webkit-flex;
  list-style-type: none;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  /* Hacky, trying to "center" it with existing Outbrain module. Can remove when Outbrain fixes their module or it is removed. */ }
  @media screen and (min-width: 1024px) {
    .traffic-driver__list {
      left: -40px; } }
  @media screen and (max-width: 759px) {
    .traffic-driver__list {
      flex-wrap: wrap;
      max-width: 600px; } }

.traffic-driver__item {
  display: block;
  max-width: 210px;
  width: 25%;
  padding: 0 10px;
  position: relative;
  background: #fff none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    .traffic-driver__item {
      max-width: 175px; } }
  @media screen and (max-width: 759px) {
    .traffic-driver__item {
      width: 47%; }
      .traffic-driver__item .td__column a, .traffic-driver__item .td__more a {
        font-size: 9px; }
      .traffic-driver__item .td__headline a {
        font-size: 12px; }
      .traffic-driver__item:nth-child(1), .traffic-driver__item:nth-child(2) {
        margin-bottom: 30px; } }

.traffic-driver__item .td__column {
  padding: 0 10px;
  margin: 0 -10px;
  background: #2D2F34;
  font: 400 12px/2.5 'OpenSans', sans-serif; }
  .traffic-driver__item .td__column a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0.04em; }
    .traffic-driver__item .td__column a:hover {
      text-decoration: none; }

.traffic-driver__item .td__image {
  margin-bottom: 5px;
  margin: 0 -10px 10px; }
  .traffic-driver__item .td__image img {
    display: block;
    width: 100%; }

.traffic-driver__item .td__headline {
  margin-bottom: 30px;
  font: 600 16px/1.4 'Roboto', sans-serif; }
  .traffic-driver__item .td__headline a {
    color: #555; }

.traffic-driver__item .td__more {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  text-align: right;
  width: 100%;
  right: 10px; }

.ad--mobile {
  position: fixed;
  bottom: -70px;
  left: 0;
  z-index: 14;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background: #34373c;
  width: 100%;
  height: 70px; }
  .ad--mobile .ad {
    background: #000;
    height: 50px; }

.ad__close {
  display: none;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: 20;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  border: 2px solid #fff;
  text-align: center;
  line-height: 9px;
  padding: 0; }
  .ad__close .fa {
    font-size: 12px; }
  .ad__close:hover {
    cursor: pointer; }

#article:after {
  content: "";
  display: table;
  clear: both; }

#article-body {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px; }
  #article-body p {
    margin-bottom: 15px; }
    #article-body p a {
      text-decoration: underline; }
    #article-body p a:hover {
      text-decoration: none; }
    #article-body p > strong {
      margin-bottom: 6px; }
  #article-body > p.editorcomment:first-of-type + p {
    font-weight: bold; }
  #article-body p.editorcomment {
    font-style: italic;
    font-weight: normal; }
  #article-body p.correction::before {
    content: 'CORRECTION';
    background-color: #bc4550;
    color: white;
    font-size: 13px;
    line-height: 1;
    padding: 4px 8px 3px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 1px;
    font-style: normal; }
  #article-body p.correction {
    font-style: italic;
    color: #7e8187; }
  #article-body ul {
    margin: 0 0 20px 20px; }
  #article-body h6 {
    font: 700 20px/1.4 'Roboto', sans-serif;
    margin-bottom: 2px; }
    @media screen and (max-width: 759px) {
      #article-body h6 {
        font-size: 18px;
        margin-bottom: 5px; } }
  #article-body table {
    width: 100%;
    margin: 14px 0 20px; }
    #article-body table tr {
      font-size: 15px;
      line-height: 21px; }
    #article-body table tr:first-child {
      font-weight: 600;
      color: #648c94; }
    #article-body table tr.even {
      background-color: #f2f4f6; }
    #article-body table td {
      font-size: 14px;
      line-height: 1.2;
      padding: 6px;
      vertical-align: middle; }
  #article-body blockquote {
    font-size: 22px;
    line-height: 27px;
    font-style: italic;
    color: #648c94;
    border: 1px solid #d5d5d5;
    border-width: 1px 0;
    padding: 30px 0 40px;
    margin: 20px auto;
    max-width: 630px;
    text-align: center; }
    #article-body blockquote cite {
      color: #333333;
      font-size: 15px;
      line-height: 21px;
      font-style: normal; }
  #article-body blockquote.shareable {
    padding-bottom: 10px; }
  #article-body pre {
    font-size: 13px; }
  #article-body .quote {
    display: inline-block; }
    #article-body .quote .qt-chip {
      font-weight: bold; }
    #article-body .quote a {
      text-decoration: none; }
  #article-body .quote.up .qt-chip {
    color: #3aa150; }
  #article-body .quote.down .qt-chip {
    color: #bc4550; }
  @media screen and (min-width: 1260px) {
    #article-body {
      float: right;
      display: block;
      margin-left: 2.25564%;
      width: 72.93233%;
      margin-left: 0; }
      #article-body:last-child {
        margin-left: 0; } }
  @media screen and (min-width: 760px) and (max-width: 1023px) {
    #article-body {
      font-size: 16px;
      line-height: 25px; }
      #article-body p, #article-body h6, #article-body ul {
        max-width: 630px;
        margin: 0 auto 15px; }
      #article-body ul {
        position: relative;
        left: 20px; }
      #article-body h6 {
        margin-bottom: 5px; } }
  @media screen and (max-width: 759px) {
    #article-body {
      font-size: 14px;
      line-height: 21px; } }

#article-body.small {
  font-size: 14px;
  line-height: 1.5; }

#article-body.medium {
  font-size: 16px;
  line-height: 1.5; }

#article-body.large {
  font-size: 18px;
  line-height: 1.5; }

#article-body.extra-large {
  font-size: 20px;
  line-height: 1.5; }

.pulse #article-body > p:first-of-type, .audio #article-body > p:first-of-type {
  font-weight: normal; }

.press-release #article-body table {
  font-family: monospace; }
  .press-release #article-body table tr:first-child {
    font-weight: 400;
    color: #333333; }
  .press-release #article-body table tr.even {
    background-color: transparent; }
  .press-release #article-body table td {
    padding: 0; }
.press-release #article-body:after {
  content: 'The MarketWatch News Department was not involved in the creation of the content.';
  font-style: italic;
  margin-bottom: 15px;
  display: block; }

.conga {
  float: left;
  margin-right: 20px;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 18px; }
  .conga table {
    text-align: left; }
  .conga th {
    text-transform: uppercase; }

.conga .addgutter {
  margin-right: 20px; }

.conga > .onewide, .conga > .twowide, .conga > .fourwide {
  width: 100%; }

.conga .onewide, .conga .twowide {
  float: left; }
  .conga .onewide:after, .conga .twowide:after {
    content: "";
    display: table;
    clear: both; }

.video-inset {
  width: 90%;
  margin: 0 auto 20px; }
  .video-inset h6 {
    display: inline-block;
    margin-bottom: 6px; }
  .video-inset time {
    color: #afafaf;
    font: 400 italic 14px/1 'OpenSans', sans-serif;
    padding-left: 5px; }
  .video-inset .wrapper {
    margin-bottom: 15px; }
  .video-inset p {
    font-size: 12px;
    line-height: 18px; }
  @media screen and (min-width: 1024px) {
    .video-inset {
      width: 512px; } }

.inset {
  margin: 20px auto;
  max-width: 630px; }

.embedded.vine {
  margin: 0 auto;
  position: relative;
  max-width: 600px; }
  .embedded.vine:after {
    padding-top: 100%;
    content: '';
    display: block; }
  .embedded.vine .vine-embed {
    position: absolute; }

.embedded.instagram {
  margin: 0 auto;
  position: relative;
  max-width: 560px; }
  .embedded.instagram:after {
    padding-top: 116%;
    content: '';
    display: block; }
  .embedded.instagram .instagram-embed {
    position: absolute; }

.embedded.tout {
  margin: 0 auto;
  position: relative;
  max-width: 420px; }
  .embedded.tout:after {
    padding-top: 75%;
    content: '';
    display: block; }
  .embedded.tout .tout-embed {
    position: absolute; }

.embedded.youtube {
  margin: 0 auto;
  position: relative;
  max-width: 560px; }
  .embedded.youtube:after {
    padding-top: 56%;
    content: '';
    display: block; }
  .embedded.youtube .youtube-embed {
    position: absolute; }

#ad-display-ad, #ad-bottom-display-ad {
  padding: 10px; }

#article-body .ad-extra-text {
  margin-bottom: 3px; }

#article-instruments .lame-sponsor-wrapper {
  float: right;
  position: relative;
  bottom: 0; }
  #article-instruments .lame-sponsor-wrapper::before {
    display: inline-block;
    content: 'Sponsored by ';
    color: #555555;
    font: 400 11px/1 'OpenSans', sans-serif; }

#ad-stock-references-ad {
  display: inline-block; }

#sponsored-links {
  border-top: 1px solid #e1e1e1;
  clear: both;
  padding: 20px 0 0;
  position: relative;
  font: italic 15px/27px 'OpenSans', sans-serif; }
  #sponsored-links .article-image-wrap {
    position: relative; }
  #sponsored-links cite {
    font-size: 12px;
    color: white;
    text-shadow: 1px 1px 1px black;
    position: absolute;
    right: 10px;
    bottom: 5px; }
  #sponsored-links .share-icons {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -1px; }
  #sponsored-links iframe {
    height: 230px; }

.external-content-inset .twitter-tweet {
  margin: 0 auto !important; }

.fyre-notifier-container {
  background: #a8c1c1; }

#choiceBoxWashout {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #666 url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/images/backgrounds/back-cvr24.png") repeat scroll 50% 50%; }

#choiceBox {
  padding: 14px 12px;
  border: solid 5px #333;
  width: 465px;
  position: absolute;
  z-index: 20;
  background-color: #fff; }

#choiceBox h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  border-bottom: solid 1px #b4c9ca;
  padding-bottom: 10px;
  margin-bottom: 11px; }

#choiceBox .btns {
  height: 24px;
  padding: 7px 0 0;
  text-align: center; }

#choiceBox p {
  margin-bottom: 5px; }

#choiceBox .border {
  border: 1px solid #ccc;
  margin: 3px 6px;
  padding: 11px;
  text-align: center;
  background-color: #eff6f2; }

#choiceBox .btns div {
  display: inline-block;
  float: inherit;
  margin-right: 12px; }

#choiceBox .btns div a {
  padding: 6px;
  color: white;
  margin: 0;
  padding: 3px 9px;
  font-size: 13px;
  line-height: 10px;
  font-weight: bold; }

#choiceBox .btns div a {
  background: 0;
  background-color: #939393;
  border: solid 1px #666; }

#choiceBox .btns div:first-child a {
  background: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/images/mw-sprite-backgrounds.png") repeat-x scroll 0 -520px #098e2f;
  border: 1px solid #058a2f; }

#choiceBox .closeLink {
  background: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/images/btn-closeX.png") no-repeat scroll center top transparent;
  display: block;
  height: 10px;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 10px; }

#choiceBox .footer {
  text-align: center;
  margin-top: 19px; }

#powered_by_livefyre_new {
  margin: 20px 0 0 0; }

#powered_by_livefyre_new a {
  background: url('https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://zor.livefyre.com/wjs/v1.0/images/icons/poweredbylivefyre.png') no-repeat left top;
  display: block;
  height: 24px;
  font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  text-decoration: none;
  color: #404040;
  padding-left: 28px;
  padding-top: 4px; }

#powered_by_livefyre_new a:hover {
  text-decoration: underline; }

#article-comments .fyre .fyre-user-avatar, #article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar .goog-toolbar-separator, #article-comments .fyre-widget .fyre-logo-drop, #article-comments .fyre-widget .fyre-logo-help, #article-comments .fyre-widget .fyre-help, #article-comments .fyre .fyre-moderator, #article-comments .fyre .fyre-comment-divider, #article-comments .fyre .fyre-box-list li a, #article-comments .fyre .fyre-box-wrapper:hover .fyre-box-list, #article-comments .fyre .fyre-listener-avatars, #article-comments .fyre .fyre-user-loggedout, #article-comments .fyre .fyre-comment-user, #article-comments .fyre .fyre-login-bar img, #article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar > .fyre-mention-menu .fyre-mention-item .fyre-mention-item-avatar, #article-comments .fyre.fyre-width-medium .fyre-listener-avatars, #article-comments .fyre-hovercard, #article-comments .fyre .fyre-help {
  display: none; }

#article-comments .fyre .fyre-stream-stats, #article-comments .fyre .fyre-stream-livecount {
  height: 0; }

#article-comments .fyre .fyre-editor .fyre-editor-toolbar {
  margin: 0;
  height: auto; }

#article-comments .fyre .fyre-editor .fyre-editor-toolbar > .fyre-mention-menu .fyre-mention-item h4.fyre-mention-item-display-name {
  margin: 0;
  font-size: 14px;
  font-weight: bold; }

#article-comments .fyre .fyre-auth {
  margin: 0; }

#article-comments .fyre .fyre-live-container {
  display: block; }

#article-comments .fyre .fyre-stream-livecount-icon {
  background: none repeat scroll 0 0 transparent;
  width: auto;
  height: 16px; }

#article-comments .fyre .fyre-stream-livecount-icon:before {
  content: "followers"; }

#article-comments .fyre .fyre-stream-livecount {
  color: #3e3e3e;
  padding-left: 7px; }

#article-comments .fyre .fyre-livecount {
  top: 3px; }

#article-comments .fyre .fyre-stream-livecount {
  font: 11px/25px Arial, Helevetica, Geneva, sans-serif;
  text-align: right;
  text-transform: uppercase; }

#article-comments .fyre .fyre-stream-stats {
  height: 0; }

#article-comments .fyre .fyre-live-container {
  float: none;
  position: absolute;
  right: 0;
  text-align: right;
  top: 5px;
  width: 145px; }

#article-comments .fyre .fyre-comment em {
  font-style: italic; }

#article-comments .fyre .fyre-comment ul, #article-comments .fyre .fyre-comment ul li {
  list-style: disc outside;
  margin-left: 12px;
  line-height: 16px;
  padding-bottom: 6px; }

#article-comments .fyre .fyre-comment ol, #article-comments .fyre .fyre-comment ol li {
  list-style: decimal outside none;
  margin-left: 12px;
  padding: 0;
  line-height: 16px;
  margin-bottom: 6px; }

#article-comments .fyre .fyre-comment a.fyre-mention {
  color: #545454;
  cursor: text; }

#article-comments .fyre {
  padding: 0 0 0 5px; }

#article-comments .fyre a:hover {
  background-color: inherit;
  text-decoration: underline; }

#article-comments .fyre .fyre-comment-count {
  display: inline-block;
  font: bold 13px/19px Arial, Helvetica, Sans-serif;
  padding: 0;
  position: relative;
  right: 0;
  top: -5px;
  color: #4b4b4b; }

#article-comments .fyre .fyre-comment-count span {
  float: none;
  line-height: 19px;
  padding: 0; }

#article-comments .fyre .fyre-beta-banner {
  width: 549px; }

#article-comments .fyre .fyre-editor {
  margin-top: 37px; }

#article-comments .fyre .fyre-login-bar {
  height: 24px;
  float: none; }

#article-comments .fyre .fyre-editor .fyre-editor-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-editable {
  background-color: white;
  border: 1px solid #a1a1a1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px #ededed;
  -moz-box-shadow: inset 0 1px 2px #ededed;
  box-shadow: inset 0 1px 2px #ededed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .fyre-follow-button {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0; }

#article-comments .fyre .fyre-comment-wrapper .fyre-comment-footer .fyre-editor .fyre-editor-toolbar .fyre-mention-button {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .fyre-share-button {
  border-right: 1px solid #a1a1a1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

#article-comments .fyre .fyre-comment-wrapper .fyre-comment-footer .fyre-editor .fyre-editor-toolbar .fyre-button-left-open, #article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .fyre-button-left-open {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .fyre-share-container {
  border-top: 1px solid #a1a1a1; }

#article-comments .fyre a:hover {
  text-decoration: none; }

#article-comments .fyre .fyre-user-loggedin {
  cursor: text;
  padding: 0; }

#article-comments .fyre .fyre-login-bar .fyre-box-wrapper a, #article-comments .fyre .fyre-login-bar .fyre-box-wrapper a:link, #article-comments .fyre .fyre-login-bar .fyre-box-wrapper a:visited, #article-comments .fyre .fyre-login-bar .fyre-box-wrapper a:hover, #article-comments .fyre .fyre-login-bar .fyre-box-wrapper a:active {
  left: 0;
  top: 0;
  cursor: text; }

#article-comments .fyre .fyre-login-bar .fyre-box-wrapper {
  left: 0; }

#article-comments .fyre .fyre-login-bar .fyre-box-wrapper, #article-comments .fyre .fyre-login-bar .fyre-box-wrapper:hover {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none; }

#article-comments .fyre .fyre-login-bar .fyre-box-wrapper span.fyre-user-drop {
  background: none;
  color: #333;
  max-width: inherit; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar > .fyre-cancel-button {
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  height: 26px;
  margin-top: 4px; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar > .fyre-cancel-button .fyre-button-right-inner-box {
  line-height: 26px; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar > .fyre-mention-menu {
  border: 1px solid #a1a1a1; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar > .fyre-mention-menu .fyre-mention-item .fyre-mention-item-livefyre {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/livefyre/images/mw-namespace.png");
  background-repeat: no-repeat;
  background-position: left top; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar > div.fyre-post-button.fyre-post-button-disabled .fyre-button-right-inner-box {
  color: #b3b3b3;
  text-shadow: none; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar > div.fyre-post-button-disabled {
  border: solid 1px #138b11;
  background: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.08, #ddd), color-stop(0.54, #eee));
  background-image: -moz-linear-gradient(center bottom, #ddd 8%, #eee 54%);
  background-image: linear-gradient(center bottom, #ddd 8%, #eee 54%);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px #b5bec4;
  color: #FFF;
  cursor: pointer;
  border: 1px solid #a1a1a1; }

#article-comments .fyre .fyre-editor .fyre-editor-container .fyre-editor-toolbar .fyre-format-toolbar {
  border: 1px solid #a1a1a1;
  height: 69px; }

#article-comments .fyre .fyre-stream-sort a.fyre-stream-sort-selected {
  background: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/images/mw-sprite-backgrounds.png") repeat-x scroll 0 -593px #fff;
  border-color: #b4c9ca;
  border-style: solid;
  border-width: 1px 1px 0;
  color: #3a9732 !important;
  padding: 4px 6px;
  cursor: default;
  margin: 0;
  font-weight: normal; }

#article-comments .fyre .fyre-stream-sort a.fyre-stream-sort-selected:hover {
  background-color: #fff;
  text-decoration: none; }

#article-comments .fyre .fyre-stream-sort {
  color: #fff !important;
  border-bottom: 1px solid #b4c9ca;
  color: #7b848d;
  font-size: 1px;
  margin-top: 10px;
  padding: 0 0 0 8px;
  text-transform: uppercase;
  line-height: 14px;
  margin-bottom: 13px;
  margin-left: 0;
  height: 23px; }

#article-comments .fyre .fyre-stream-sort a {
  padding: 4px 4px;
  color: #004176 !important;
  display: inline-block;
  font-size: 11px;
  margin: 0 4px; }

#article-comments .fyre .fyre-stream-sort a:hover {
  text-decoration: underline; }

#article-comments .fyre .fyre-stream-sort a.selected:hover {
  text-decoration: none; }

#article-comments .fyre .fyre-stream-sort a:active {
  font-weight: normal; }

#article-comments .fyre .fyre-stream-sort a.selected {
  background: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/images/mw-sprite-backgrounds.png") repeat-x scroll 0 -593px #fff;
  border-color: #b4c9ca;
  border-style: solid;
  border-width: 1px 1px 0;
  color: #3a9732;
  padding: 4px 6px 5px;
  cursor: default; }

#article-comments .fyre .fyre-comment-divider > a, #article-comments .fyre .fyre-comment-actions a > span {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/livefyre/images/sprite.png"); }

#article-comments .fyre .fyre-comment-wrapper {
  width: 100%;
  margin: 18px 0 10px; }

#article-comments .fyre .fyre-comment p {
  margin-bottom: 0;
  padding: 0 0 10px;
  font: 14px/19px Arial, Helvetica, Sans-serif;
  line-height: 19px !important; }

#article-comments .fyre .fyre-comment-media-expanded {
  margin-top: 0; }

#article-comments .fyre .fyre-comment-head, #article-comments .fyre .fyre-comment-body {
  margin-left: 0; }

#article-comments .fyre .fyre-comment-article {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/livefyre/images/comment-text-bkgd.png");
  background-repeat: repeat-x;
  background-position: left 29px; }

#article-comments .fyre .fyre-comment-head {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/livefyre/images/comment-text-bubble.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 30px;
  display: block;
  position: relative;
  border-top: 0;
  padding: 0; }

#article-comments .fyre .fyre-comment-body {
  padding: 7px 10px 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-top: -1px; }

#article-comments .fyre .fyre-comment-article .fyre-comment-footer {
  height: auto;
  min-height: 30px;
  margin: 0;
  text-align: right;
  background-color: inherit;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 10px 0 7px; }

#article-comments .fyre a.fyre-comment-username {
  font-weight: bold;
  text-decoration: none;
  font-size: 115%;
  color: #333;
  padding-left: 0;
  padding-right: 0;
  cursor: text; }

#article-comments .fyre .fyre-comment-replies-indent {
  margin-left: 25px; }

#article-comments .fyre .fyre-comment-actions {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  margin: 5px 0 0 0;
  font-size: 12px; }

#article-comments .fyre .fyre-comment-actions span {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5; }

#article-comments .fyre .fyre-comment-actions a.fyre-share-link > span {
  background-position: -23px 0; }

#article-comments .fyre .fyre-comment-actions a:hover {
  color: #333; }

#article-comments .fyre .fyre-comment-reply, #article-comments .fyre .fyre-comment-reply {
  border: solid 1px #a8c1c1;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  background-color: #f5f5f5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -webkit-transition: opacity 0.1s linear 0s;
  -moz-transition: opacity 0.1s linear 0s;
  -o-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s; }

#article-comments .fyre a.fyre-comment-like-btn, #article-comments .fyre a.fyre-comment-reply {
  color: #656565;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  top: 0; }

#article-comments .fyre .fyre-comment-like {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -webkit-transition: opacity 0.1s linear 0s;
  -moz-transition: opacity 0.1s linear 0s;
  -o-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s;
  top: 0; }

#article-comments .fyre .fyre-comment-like-btn {
  margin-left: 5px;
  border: 1px solid #a8c1c1;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  font-size: 11px;
  padding: 3px 5px;
  text-decoration: none;
  background-color: #f5f5f5; }

#article-comments .fyre .fyre-comment-like-btn:hover, .fyre .fyre-comment-reply:hover {
  border: solid 1px #a8c1c1; }

#article-comments .fyre .fyre-comment-wrapper:hover .fyre-comment-footer > .fyre-comment-like, .fyre .fyre-comment-wrapper:hover .fyre-comment-footer > .fyre-comment-reply {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)"; }

#article-comments .fyre .fyre-comment-replies-indent > article.fyre-comment-article {
  margin: 10px 0; }

#article-comments .fyre .fyre-comment-wrapper .fyre-comment-footer .fyre-editor {
  margin-top: 10px;
  margin-bottom: 10px; }

#article-comments .fyre-modal-container .fyre-modal-textarea.fyre-modal-flagas {
  text-transform: capitalize; }

#article-comments .fyre .fyre-comment-author-tag-mw-editor > .fyre-comment-head a.fyre-comment-username {
  border: solid 1px #a8c1c1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eff6f2;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/livefyre/images/commenter-badge-sprite.png");
  background-repeat: no-repeat;
  background-position: right -2px;
  padding: 0 66px 1px 5px; }

#article-comments .fyre .fyre-comment-author-tag-trading-deck-contributor > .fyre-comment-head a.fyre-comment-username {
  border: solid 1px #a8c1c1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eff6f2;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/livefyre/images/commenter-badge-sprite.png");
  background-repeat: no-repeat;
  background-position: right -65px;
  padding: 0 106px 1px 5px; }

#article-comments .fyre .fyre-comment-author-tag-mw-journalist > .fyre-comment-head a.fyre-comment-username {
  border: solid 1px #a8c1c1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eff6f2;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/livefyre/images/commenter-badge-sprite.png");
  background-repeat: no-repeat;
  background-position: right -33px;
  padding: 0 92px 1px 5px; }

#article-comments .fyre .fyre-comment-author-tag-mw-staff > .fyre-comment-head a.fyre-comment-username {
  border: solid 1px #a8c1c1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eff6f2;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw4.wsj.net/MW5/content/livefyre/images/commenter-badge-sprite.png");
  background-repeat: no-repeat;
  background-position: right -97px;
  padding: 0 60px 1px 5px; }

#article-comments .fyre .fyre-stream-content .fyre-comment-article .fyre-comment-wrapper .comment-shared {
  background-color: #f6f7e9;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 7px 10px; }

.clear, #article-comments .fyre-clear, #article-comments .fyre-comment-stream .fyre-comment-article {
  clear: both; }

#article-comments .fyre-avatar a {
  cursor: default; }

#article-comments .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button {
  background: #148d10 url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://mw2.wsj.net/MW5/content/images/backgrounds/search-btn-bkg.png") repeat-x left top;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #148d10), color-stop(0.6, #35b200));
  background-image: -moz-linear-gradient(center bottom, #148d10, #35b200 60%);
  background-image: linear-gradient(center bottom, #148d10, #35b200 60%);
  padding: 0px 12px;
  border-radius: 5px !important;
  height: 26px;
  margin: 4px 0 0 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; }

#article-comments .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  line-height: 26px; }

/* Mobile Specific */
#article-comments .fyre-mobile .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button {
  right: 0;
  position: absolute;
  width: 140px; }

#article-comments .fyre-mobile .fyre-comment-article .fyre-comment-body {
  margin-left: 0; }

/*# sourceMappingURL=maps/article.debug-5527253970.css.map */