* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, 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: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
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: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  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;
  }
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  max-width: 800px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
}
body .title {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  body .title {
    font-size: 23px;
  }
}
body .chatter {
  font-size: 18px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  body .chatter {
    font-size: 16px;
  }
}
table.ceo-table {
  margin-top: 20px;
  line-height: 1.5;
  border-collapse: collapse;
  width: 100%;
  border: none;
}
@media (max-width: 480px) {
  table.ceo-table {
    font-size: 13px;
  }
}
table.ceo-table thead tr {
  border: none;
}
table.ceo-table tr:nth-child(even) td {
  background: #d5e4f0;
}
table.ceo-table tr:nth-child(odd) td {
  background: white;
}
table.ceo-table td,
table.ceo-table th {
  padding: 8px 8px;
  border: none;
  line-height: 16px;
  text-align: left;
}
@media (max-width: 480px) {
  table.ceo-table td,
  table.ceo-table th {
    padding: 2px 4px;
  }
}
table.ceo-table th.pay .desktop {
  display: inline;
}
@media (max-width: 480px) {
  table.ceo-table th.pay .desktop {
    display: none;
  }
}
table.ceo-table th.pay .mobile {
  display: none;
}
@media (max-width: 480px) {
  table.ceo-table th.pay .mobile {
    display: inline;
  }
}
table.ceo-table .rank {
  width: 43px;
}
@media (max-width: 480px) and (orientation: portrait) {
  table.ceo-table .rank {
    width: 20px;
    max-width: 20px;
  }
}
table.ceo-table .image {
  width: 55px;
}
table.ceo-table .image img {
  width: 34px;
}
@media (max-width: 700px) {
  table.ceo-table .image {
    display: none;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  table.ceo-table .image {
    display: none;
  }
}
table.ceo-table .age {
  width: 70px;
}
@media (max-width: 480px) and (orientation: portrait) {
  table.ceo-table .age {
    display: none;
  }
}
table.ceo-table .company,
table.ceo-table .name {
  width: 175px;
}
@media (max-width: 480px) and (orientation: portrait) {
  table.ceo-table .company,
  table.ceo-table .name {
    width: 50px;
    text-wrap: true;
  }
}
table.ceo-table .total {
  font-weight: bold;
}
@media (max-width: 480px) {
  table.ceo-table .cash,
  table.ceo-table .equity {
    display: none;
  }
}
.header {
  color: #424648;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 4px solid #424648;
}
.header:hover {
  cursor: pointer;
}
.header .rank:hover {
  cursor: default;
}
.button-container {
  text-align: center;
}
.button-container .button {
  display: inline-block;
  margin: 3px 3px;
  border: 1px #d5e4f0;
  background-color: #d5e4f0;
  padding: 5px 10px;
}
.button-container .button:hover {
  cursor: pointer;
  background-color: #a3c1dd;
  color: black;
}
.button-container .button.active {
  background-color: #a3c1dd;
  color: black;
  font-weight: bold;
}
@media (max-width: 480px) and (orientation: landscape) {
  .button-container .button {
    padding: 5px 5px;
  }
}
.up::after,
.down::after {
  color: #424648;
  font-size: 0.7em;
  margin-left: 4px;
}
.up::after {
  content: "\25B2";
  padding-top: 0.2em;
}
.down::after {
  content: "\25BC";
  padding-top: 0.2em;
}
.outer-bar {
  line-height: 1;
  font-weight: bold;
}
.outer-bar .bar-container {
  position: relative;
}
.pay-bar {
  height: 20px;
  float: left;
  cursor: pointer;
}
@media (max-width: 480px) {
  .pay-bar {
    height: 30px;
  }
}
.pay-bar.salary {
  background: #534D53;
}
.pay-bar.bonus {
  background: #5B7F3C;
}
.pay-bar.neip {
  background: #89A43F;
}
.pay-bar.equity {
  background: #BED630;
}
.pay-bar.other {
  background: #707AB9;
}
.bar-container {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 6px 0;
}
.bar-container::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.bar-container .tooltip {
  position: absolute;
  background: white;
  border: 1px solid #e0e0e0;
  line-height: 130%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  top: calc(100% + 5px);
  right: 0;
  display: none;
  z-index: 999;
  list-style-type: none;
  margin: 10;
}
.bar-container .tooltip.color_bar {
  background: #89A43F;
}
.bar-container .tooltip .text-pop-up {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  vertical-align: top;
}
.bar-container .tooltip .color-box {
  list-style: none;
  padding: 8px;
  width: 10px;
  vertical-align: center;
  display: inline-block;
}
.bar-container .tooltip .color-box.salary {
  background: #534D53;
}
.bar-container .tooltip .color-box.bonus {
  background: #5B7F3C;
}
.bar-container .tooltip .color-box.neip {
  background: #89A43F;
}
.bar-container .tooltip .color-box.equity {
  background: #BED630;
}
.bar-container .tooltip .color-box.other {
  background: #707AB9;
}
.bar-container .tooltip li {
  white-space: nowrap;
}
.active .bar-container .tooltip {
  display: block;
}
.bar-container:hover .tooltip {
  display: block;
}
table.ceo-table tr:last-child .tooltip {
  bottom: calc(100% + 5px);
  top: auto;
}
.mug {
  position: relative;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-color: white;
  border-style: solid;
  border-width: 0px;
}
label {
  font-size: 20;
}
.footnotes {
  padding-top: 20px;
  text-align: center;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 12px;
}
.footnotes li {
  display: inline-block;
  margin-right: 23px;
}
@media (max-width: 480px) {
  .footnotes .asterisk {
    display: none;
  }
}
.source {
  font-style: italic;
  padding-top: 10px;
}
.credit {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.source,
.credit {
  font-size: 11.5px;
  color: #7e838b;
}
