* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body {
  color: #231f20;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #bc5c23;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #ffa500;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
header.intro {
  color: white;
  background: #444;
  background: linear-gradient(to bottom, #444444, #222222);
  opacity: 0.95;
  padding-bottom: 20px;
  box-shadow: 0 12px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 200px;
}
header.intro .logo-bar {
  padding-top: 20px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  height: 0;
}
header.intro .logo-bar .logo img {
  height: 30px;
  position: relative;
  background: #373737;
  top: -10px;
  padding: 0 10px;
}
header.intro .contents {
  margin: auto;
  max-width: 1024px;
}
header.intro .contents .chatter {
  font-size: 18px;
  max-width: 800px;
  text-align: center;
  margin: auto;
}
header.intro h1 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #ffa500;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.4em;
  padding: 0;
  text-align: center;
  margin: 0;
  margin-top: 30px;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  header.intro h1 {
    font-size: 42px;
    line-height: 1.1em;
    padding-bottom: 10px;
  }
}
header.intro .jump {
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px 3px 10px;
  background: #ffa500;
  border-radius: 3px;
  color: #222222;
  transition: background 0.15s ease-in-out;
  margin: 3px;
}
header.intro .jump:hover {
  background: #bc5c23;
}
header.intro .jump.break {
  display: inline-block;
  margin-top: 8px;
}
header.intro p {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  header.intro p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
header.intro p.byline {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #e0e0e0;
}
@media (max-width: 480px) {
  header.intro p.byline {
    font-size: 12px;
  }
}
header.intro p.instructions {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #e0e0e0;
  opacity: 0.5;
  text-transform: none;
  margin: 0;
}
@media (max-width: 480px) {
  header.intro p.instructions {
    font-size: 12px;
  }
}
footer {
  background: #222;
  opacity: 0.95;
  padding: 8px;
  position: relative;
  z-index: 99;
}
footer .logo {
  float: left;
  margin-right: 10px;
}
footer .logo img {
  margin-top: 5px;
  height: 20px;
}
footer::after {
  clear: both;
  content: " ";
  display: block;
}
footer .share-bottom {
  float: left;
  padding-top: 4px;
}
footer .share-bottom label {
  background: #222222 !important;
  color: #f8f8f8 !important;
}
.ad {
  text-align: center;
  padding: 10px;
}
.ad.top {
  margin: 0;
  margin-bottom: 10px;
  background: #7e838b;
}
.ad.bottom {
  background: #424648;
}
@media (max-width: 480px) {
  .ad.bottom {
    display: none;
  }
}
.scroll {
  position: relative;
  z-index: 99;
}
.fixed-frame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fixed-frame img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-height: 110%;
  transition: opacity .3s linear;
}
@media (min-aspect-ratio: 16/9) {
  .fixed-frame img {
    height: auto;
    min-height: 100%;
    max-height: none;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}
.fixed-frame img[visible] {
  opacity: 1;
}
.fixed-frame .dots {
  position: absolute;
  bottom: 30%;
  right: 0;
  z-index: 9;
  padding: 0;
  margin: 0;
  color: rgba(126, 131, 139, 0.8);
  font-size: 28px;
  line-height: .75;
}
@media (max-width: 480px) {
  .fixed-frame .dots {
    line-height: 10px;
  }
}
.fixed-frame .dots .dot.active {
  color: #ffa500;
}
.parallax-play {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  padding: 0 0 100%;
}
.parallax-play .description {
  position: relative;
  margin: 40px 100px 0;
  float: left;
  width: 360px;
  background: rgba(34, 34, 34, 0.95);
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: white;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 480px) {
  .parallax-play .description {
    margin: 40px 20px 0;
    width: auto;
  }
}
.parallax-play .description h3.rank {
  margin-top: 0;
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #f8f8f8;
  margin-bottom: 20px;
}
.parallax-play .description h3.rank .circle {
  background: #ffa500;
  display: inline-block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-right: 5px;
  font-size: 90px;
  font-family: Georgia, serif;
}
.parallax-play .description h3.rank .circle div {
  margin-top: 36px;
  text-align: center;
}
.parallax-play .description h3.rank .circle div.micron,
.parallax-play .description h3.rank .circle div.f5,
.parallax-play .description h3.rank .circle div.expedia {
  margin-top: 31px;
}
.parallax-play .description h3.rank .circle .number {
  color: #222222;
}
.parallax-play .description h3.rank .name {
  margin-top: 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}
.parallax-play .description h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 1em;
  padding: 0 20px;
  color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
.parallax-play .description .copy {
  letter-spacing: .3px;
}
.parallax-play .description .chatter {
  font-size: 16px;
}
.parallax-play .description h2 {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 0 0 8px 0;
  display: inline;
  padding-right: 5px;
  color: #f8f8f8;
  text-transform: uppercase;
}
.parallax-play .description p {
  font-family: "Helvetica Neue";
  font-weight: 200;
  margin-top: 0;
  font-size: 17px;
  display: inline;
  color: #d3d3d3;
}
.parallax-play .description .chunk {
  padding-bottom: 20px;
}
.parallax-play .description .chunk svg {
  padding-top: 10px;
  height: 300px;
}
.parallax-play .description .chunk .nowrap {
  white-space: nowrap;
}
.parallax-play .description .chunk .illions {
  font-size: 14px;
}
.parallax-play .description blockquote {
  margin: 0;
  text-style: normal;
  display: inline;
  font-size: 14px;
}
.parallax-play .description cite {
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #7e838b;
}
.parallax-play .description .read-more {
  display: block;
  padding: 7px 10px 5px 10px;
  background: #ffa500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #222222;
  transition: background 0.15s ease-in-out;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.parallax-play .description .read-more:hover {
  background: #bc5c23;
}
.parallax-play .description .credit {
  text-transform: uppercase;
  font-size: 11px;
  color: #7e838b;
  text-align: right;
  padding-top: 10px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.parallax-play .description .credit .caption {
  text-transform: none;
  font-style: italic;
  font-size: 12px;
}
.parallax-play .description.right {
  float: right;
}
aside.no-mobile-portrait {
  display: none;
  z-index: 999;
  border-radius: 20px;
  position: fixed;
  background: black;
  color: white;
  padding: 40px 40px 10px;
  top: 40px;
  left: 40px;
  right: 40px;
}
@media (max-width: 480px) and (orientation: portrait) {
  aside.no-mobile-portrait {
    display: block;
  }
}
aside.no-mobile-portrait .ok {
  position: absolute;
  top: 0px;
  right: 10px;
  display: block;
  color: white;
  font-size: 40px;
  font-weight: normal;
}
aside.no-mobile-portrait .rotation {
  display: block;
  text-align: center;
  font-size: 80px;
  margin: 20px;
}
.hide-warning aside.no-mobile-portrait {
  display: none;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
.spark-tooltip {
  position: absolute;
  z-index: 999;
}
.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(34, 34, 34, 0.75);
  color: #f8f8f8;
  padding: 9px 12px 6px 12px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.to-top .fa-chevron-up {
  padding-right: 3px;
  color: #ffa500;
}
.to-top:hover {
  background: #222222;
  color: #f8f8f8;
}
@media (max-width: 480px) {
  .to-top {
    padding: 8px 10px 5px 10px;
    font-size: 12px;
  }
}
.fixed {
  position: fixed;
  top: 0;
  background: white;
  z-index: 999;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1360px) {
  .fixed {
    width: calc(100% - 160px);
  }
}
@media (max-width: 1150px) {
  .fixed {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .fixed {
    width: calc(100% - 20px);
  }
}
.chart {
  position: absolute;
  background: white;
  width: 100%;
}
.chart .hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 34px;
  background: #222222;
  color: #f8f8f8;
  padding: 20px 80px;
}
@media (max-width: 1150px) {
  .chart .hed {
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  .chart .hed {
    padding: 15px 10px;
  }
}
@media (max-width: 480px) {
  .chart .hed {
    font-size: 28px;
  }
}
.chart .inner {
  margin: 20px 80px;
  max-width: 1200px;
}
@media (max-width: 1150px) {
  .chart .inner {
    margin: 20px 40px;
  }
}
@media (max-width: 768px) {
  .chart .inner {
    margin: 15px 10px;
  }
}
.chart p {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.chart .filter-wrapper {
  display: inline-block;
}
.chart .filter {
  padding-right: 3px;
}
table {
  border-collapse: collapse;
  text-align: right;
  display: block;
}
table thead,
table tbody {
  display: block;
}
table th {
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 10px;
  padding-left: 16px;
}
@media (max-width: 1150px) {
  table th {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  table th {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  table th {
    font-size: 9px;
  }
}
table th:hover {
  background: #e0e0e0;
}
table th.left {
  text-align: left;
}
table th.up::before,
table th.down::before {
  position: absolute;
  color: #bc5c23;
  font-size: 0.7em;
  margin-left: -1.3em;
}
table th.up::before {
  content: "\25B2";
  padding-top: 0.2em;
}
table th.down::before {
  content: "\25BC";
  padding-top: 0.2em;
}
table th.spark {
  cursor: default;
}
table th.spark:hover {
  background: white;
}
table thead tr {
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
table tr {
  border-bottom: 1px solid #c0c0c0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1360px) {
  table tr {
    font-size: 12px;
  }
}
table tr td {
  padding: 2px 10px;
  font-size: 14px;
}
@media (max-width: 1360px) {
  table tr td {
    padding: 1px 5px;
  }
}
@media (max-width: 700px) {
  table tr td {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  table tr td {
    font-size: 10px;
  }
}
table tr td,
table tr th {
  display: block;
  float: left;
  -webkit-flex: 1 1 165px;
  -ms-flex: 1 1 165px;
  flex: 1 1 165px;
}
table .rank {
  text-align: right;
  cursor: pointer;
  -webkit-flex: 1 1 125px;
  -ms-flex: 1 1 125px;
  flex: 1 1 125px;
}
table .rank .fa-caret-down {
  color: #c0218a;
}
table .rank .fa-caret-up {
  color: #578f3f;
}
table .rank span {
  padding-left: 2px;
}
table .rank:hover .tooltip {
  display: block;
}
table .rank .tooltip {
  display: none;
  position: absolute;
  background: #f8f8f8;
  padding: 3px 5px;
  font-size: 14px;
  border: #e0e0e0;
}
table .company {
  text-align: left;
  -webkit-flex: 2 1 400px;
  -ms-flex: 2 1 400px;
  flex: 2 1 400px;
}
table td.company {
  font-size: 15px;
}
@media (max-width: 700px) {
  table td.company {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  table td.company {
    font-size: 11px;
  }
}
table .symbol {
  font-size: 12px;
  color: #7e838b;
}
@media (max-width: 1360px) {
  table .symbol {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
  table .symbol {
    font-size: 10px;
  }
}
table .industry {
  -webkit-flex: 1 1 186px;
  -ms-flex: 1 1 186px;
  flex: 1 1 186px;
  text-align: center;
  cursor: pointer;
}
table .industry:hover .tooltip {
  display: block;
}
table .industry:hover img {
  opacity: .75;
}
table .industry .tooltip {
  display: none;
  position: absolute;
  background: #f8f8f8;
  padding: 3px 5px;
  font-size: 14px;
  border: #e0e0e0;
}
table .roic {
  -webkit-flex: 1 1 115px;
  -ms-flex: 1 1 115px;
  flex: 1 1 115px;
}
table .freecashflow {
  -webkit-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
}
table .profitlossperc {
  -webkit-flex: 1 1 185px;
  -ms-flex: 1 1 185px;
  flex: 1 1 185px;
}
table .roa {
  -webkit-flex: 1 1 150px;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
}
table .employees {
  -webkit-flex: 1 1 210px;
  -ms-flex: 1 1 210px;
  flex: 1 1 210px;
}
table .peyoy {
  -webkit-flex: 1 1 177px;
  -ms-flex: 1 1 177px;
  flex: 1 1 177px;
}
table .spark {
  -webkit-flex: 2 1 350px;
  -ms-flex: 2 1 350px;
  flex: 2 1 350px;
  text-align: center;
}
table img {
  width: 30px;
}
@media (max-width: 1300px) {
  table img {
    width: 20px;
  }
}
@media (max-width: 1300px) {
  table .profits,
  table .profitlossperc,
  table .roa,
  table .employees,
  table .peyoy {
    display: none;
  }
}
@media (max-width: 700px) {
  table .spark {
    display: none;
  }
}
@media (max-width: 480px) {
  table .industry {
    display: none;
  }
}
.spark-tooltip {
  display: none;
  position: absolute;
  background: #f8f8f8;
  padding: 3px 5px;
  font-size: 14px;
  border: #e0e0e0;
}
.spark-tooltip.show {
  display: block;
}
.credits {
  padding: 30px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.credits div {
  padding-top: 5px;
}
.share {
  margin: auto;
}
.share label {
  background: #2C2C2C !important;
  color: #bc5c23 !important;
}
.share .social {
  transform: translateX(37px) !important;
}
.share-right {
  float: right;
  margin-top: 15px;
}
.share-right label {
  background: #e0e0e0 !important;
}
@media (max-width: 768px) {
  .share-right {
    display: none !important;
  }
}
