/*-
	SCSS Layout
	1. Variables
	2. Mixins
		a) custom fonts
		b) bootstrap fixes
		c) jquery UI
		d) center-aligned template
		e) left-aligned template
	3. HTML reset
	4. General HTML styles
	5. Responsive CSS
		a) iPad - 748px
		b) Mobile - 500px

-*/
/* - Color variables -*/
/* - Font variables - */
/* - Widths - */
.splitter:before, .splitter-full:before {
  content: "";
  height: 3px;
  width: 55px;
  display: block;
  margin: 0 auto;
  padding-top: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #555;
  border: 0; }

.splitter-full:before {
  width: 150px;
  margin-bottom: 50px; }

.caption {
  color: #666666;
  line-height: 18px;
  font-size: 13px;
  font-family: "Whitney SSm", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left; }

.credit {
  color: #666666;
  line-height: 18px;
  font-style: italic;
  font-size: 11px;
  text-transform: uppercase; }

.legend {
  font-size: 12px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #d1d1d1; }
  .legend .legend-label {
    font-weight: 800; }
  .legend .legend-box {
    width: 8px;
    height: 12px;
    margin-bottom: -1px; }
  .legend table td {
    padding: 2px;
    font-size: 12px; }

.legend.legend-horizontal {
  width: 100%;
  float: left;
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px; }
  .legend.legend-horizontal .legend-label {
    display: none; }
  .legend.legend-horizontal table, .legend.legend-horizontal strong, .legend.legend-horizontal tr {
    float: left; }
  .legend.legend-horizontal tr {
    margin-right: 10px; }
    .legend.legend-horizontal tr td {
      padding-top: 0;
      padding-bottom: 0; }
  .legend.legend-horizontal .legend-box {
    float: left; }

body.quants-dark .series-logo__type {
  background-image: url("https://s.wsj.net/media/QUANTS_dotlogo_light.png") !important; }

body.quants-dark .series-logo__skew {
  background: #222222 !important; }

.series-logo__container {
  width: 100%;
  max-width: 280px;
  margin: auto;
  margin-top: 50px; }

.series-logo__skew {
  background: #111;
  padding: 8px 0 0;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg); }

.series-logo__marquee {
  overflow: hidden; }

.series-logo__type {
  display: inline-block;
  background: url("https://s.wsj.net/media/QUANTS_dotlogo_light.png");
  height: 54px;
  width: 675px;
  background-repeat: space no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-237.5px);
          transform: translateX(-237.5px);
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(-237.5px);
            transform: translateX(-237.5px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(-237.5px);
            transform: translateX(-237.5px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@media screen and (max-width: 621px) {
  .series-logo__container {
    width: 100%;
    max-width: 140px;
    margin: auto;
    margin-top: 50px; }
  .series-logo__skew {
    background: #111;
    padding: 8px 0 0;
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg); }
  .series-logo__marquee {
    overflow: hidden; }
  .series-logo__type {
    display: inline-block;
    background: url("https://s.wsj.net/media/QUANTS_dotlogo_light.png");
    height: 27px;
    width: 337.5px;
    background-repeat: space no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-118.75px);
            transform: translateX(-118.75px);
    -webkit-animation: marquee 5s linear infinite;
            animation: marquee 5s linear infinite; }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(-118.75px);
              transform: translateX(-118.75px); }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(-118.75px);
              transform: translateX(-118.75px); }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0); } } }

.exp-header {
  padding-bottom: 0;
  max-width: 925px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 0px;
  padding: 25px 15px 65px 15px;
  box-sizing: border-box;
  color: #ECF5EB;
  border-bottom: 1px solid black;
  border-top: 4px solid black; }
  @media screen and (max-width: 661px) {
    .exp-header {
      padding: 10px 15px 50px 15px; } }
  @media screen and (max-width: 621px) {
    .exp-header {
      border-top: 0; } }
  .exp-header .nc-exp-titlearea {
    position: static;
    bottom: 0;
    color: #ECF5EB;
    text-align: center;
    width: 100%;
    box-sizing: border-box; }
  .exp-header h1.wsj-article-headline {
    font-size: 80px;
    line-height: 70px;
    font-style: italic;
    letter-spacing: -8px;
    word-spacing: 12px;
    text-transform: uppercase;
    max-width: 600px;
    font-weight: 600;
    text-shadow: none;
    margin: 0 auto;
    padding: 30px 0px 0;
    color: #333; }
    @media screen and (max-width: 661px) {
      .exp-header h1.wsj-article-headline {
        padding: 10px 0 0px 0;
        font-size: 65px;
        line-height: 60px;
        letter-spacing: -6px; } }
    @media screen and (max-width: 621px) {
      .exp-header h1.wsj-article-headline {
        font-size: 55px;
        line-height: 48px;
        letter-spacing: -5px;
        max-width: 350px; } }
    @media screen and (max-width: 320px) {
      .exp-header h1.wsj-article-headline {
        font-size: 45px;
        line-height: 42px; } }
  .exp-header .dek {
    font-size: 24px;
    max-width: 500px;
    margin: 20px auto;
    line-height: 35px;
    letter-spacing: -0.75px; }
  .exp-header .specialbyline {
    font-family: "Whitney SSm", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 2.5px;
    word-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    color: #333; }
  .exp-header .wsj-article-headline, .exp-header .dek, .exp-header .specialbyline {
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(-10.35deg);
    transform: rotate(-10.35deg); }
  .exp-header .begin-instruction {
    text-align: center;
    margin: 100px 0 50px 0;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 3px;
    font-weight: 400; }
    .exp-header .begin-instruction img {
      vertical-align: middle;
      height: 9px; }

.quants-dark header.exp-header {
  border-top: 1px solid #ECF5EB;
  border-bottom: 1px solid #ECF5EB;
  padding-bottom: 0; }

.quants-dark h1.wsj-article-headline {
  color: #ECF5EB; }

.quants-dark .specialdek {
  color: #ECF5EB; }

.quants-dark .specialbyline {
  color: #ECF5EB; }

.quants-game h1.wsj-article-headline {
  font-size: 71px;
  line-height: 70px;
  max-width: 600px; }
  @media screen and (max-width: 661px) {
    .quants-game h1.wsj-article-headline {
      font-size: 55px;
      line-height: 55px; } }
  @media screen and (max-width: 621px) {
    .quants-game h1.wsj-article-headline {
      font-size: 45px;
      line-height: 45px; } }
  @media screen and (max-width: 320px) {
    .quants-game h1.wsj-article-headline {
      font-size: 32px;
      line-height: 33px;
      letter-spacing: -3px;
      word-spacing: 8px; } }

.quants-game .begin-instruction {
  text-align: center;
  margin: 75px 0 50px 0;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 3px;
  font-weight: 400; }
  @media screen and (max-width: 661px) {
    .quants-game .begin-instruction {
      margin: 75px 0 50px 0; } }
  @media screen and (max-width: 621px) {
    .quants-game .begin-instruction {
      margin: 60px 0 25px 0; } }

.quants-game .exp-header .dek {
  font-size: 22px;
  max-width: 100%;
  line-height: 24px;
  font-weight: 300; }
  @media screen and (max-width: 621px) {
    .quants-game .exp-header .dek {
      margin-top: 15px; } }
  @media screen and (max-width: 320px) {
    .quants-game .exp-header .dek {
      font-size: 20px;
      line-height: 26px; } }

body.template-standalone {
  background-color: #ECF5EB;
  border-top: 0;
  padding-top: 50px; }
  @media screen and (max-width: 621px) {
    body.template-standalone {
      padding-top: 0px; } }

.nc-exp-byline {
  display: none; }

.nc-exp-header.nc-exp-atm-none {
  padding-bottom: 0;
  max-width: 767px;
  margin: 0 auto;
  border-bottom: 1px solid;
  border-top: 5px solid;
  margin-bottom: 0px;
  margin-top: 50px;
  padding: 30px 0 10px; }
  @media screen and (max-width: 661px) {
    .nc-exp-header.nc-exp-atm-none {
      padding: 5px 0 35px; } }

.template-standalone .quants-related-links-module {
  margin: 75px auto; }

article a:link, article a:visited {
  color: #4bb47d; }

.specialbyline a:link, .specialbyline a:visited {
  color: #555; }

.top-header-wrapper {
  display: none; }

.template-standalone .flex-ad > div, .template-standalone .flex-ad div {
  border-bottom: 0;
  padding-bottom: 0; }

.template-standalone footer {
  background-color: #222;
  color: white; }
  .template-standalone footer a, .template-standalone footer a:link, .template-standalone footer a:visited {
    text-decoration: none;
    color: #ecf5eb;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/*# sourceMappingURL=the-quants-grfx.css.map*/