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

html {
  background-color: #191919;
}

body {
  color: #f2f2f2;
  font: 16px/1.5 "Helvetica Neue", Helvetica,arial,freesans,clean,sans-serif;
  padding-top: 80px;
  padding-bottom: 0px;
  color: #ddd;
}

a {
  color: #fc3;
  text-decoration: none;
}

a.target-link {
  position: relative;
  top: -79px;
}

a.rule-link {
  position: relative;
  top: -79px;
}

a.faq-link {
  position: relative;
  top: -79px;
}

a.vuln-link {
  position: relative;
  top: -79px;
}

a.ineligible-link {
  position: relative;
  top: -79px;
}

p {
  margin-bottom: 1.4em;
}

h1 {
  color: #fc0;
  font-weight: normal;
  font-size: 48px;
  margin-top: 0.2em;
  line-height: 1.1;
}

h2 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}

h2.with-anchor {
  padding-top: 60px;
}

h3 {
  color: #f2f2f2;
  margin-top: 40px;
}

.container {
  margin: 0 auto;
  width: 920px;
}

.site-header {
  background-color: rgba(25, 25, 25, 1);
  padding: 13px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.site-header-logo {
  background: transparent url(../images/github-security-logo@2x.png) 0 0 no-repeat;
  background-size: 206px 32px;
  display: block;
  float: left;
  margin: 9px 10px 9px 0;
  position: relative;
  text-indent: -9999px;
  height: 32px;
  width: 206px;
}

.top-nav {
  float: right;
  list-style-type: none;
  margin-top: 13px;
  padding-left: 0;
}

.top-nav li {
  float: left;
}

.top-nav a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-left: 15px;
  padding: 5px;
}

.top-nav a.active,
.top-nav a.bright,
.top-nav a:hover {
  color: #fc0;
}

.site-section {
  padding: 10px 0 20px;
}

.site-section-light {
  background-color: #fff;
  color: #191919;
}

.site-section-light a {
  color: #0074d9;
}

.site-section-light h3 {
  color: #191919;
}

.smoke {
  width: 200px;
  height: 290px;
  position: absolute;
  bottom: 105px;
  left: 180px;
  opacity: 0.5;
}

.site-section-hero,
.site-section-404 {
  background: transparent url(../images/city-bg@2x.png) 50% 0 no-repeat;
  background-size: 1588px 532px;
  background-position-y: center;
  padding-bottom: 0;
  height: 85vh;
  display: flex;
  align-items: center;
}

.container-intro {
  background: transparent url(../images/noircat-no-smoke@2x.png) 0 20px no-repeat;
  background-size: 380px 458px;
  height: 481px;
  position: relative;
  top: -60px;
}

.container-404 {
  background: transparent url(../images/lightpost@2x.png) 120px 20px no-repeat;
  background-size: 236px 369px;
  height: 475px;
  position: relative;
  top: 25px;
  text-align: center;
}

.no-canvas .container-intro {
  background: transparent url(../images/noircat@2x.png) 0 20px no-repeat;
  background-size: 380px 458px;
}

.hero-copy {
  margin-left: 398px;
  padding-top: 55px;
  width: 520px;
}

.four-oh-four-copy {
  margin-left: 328px;
}

.giant-heading {
  font-size: 100px;
  margin-bottom: 20px;
}

.hero-heading {
  color: #fc0;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0.67em;
}

.hero-copy p {
  font-size: 21px;
  margin: 10px 0 0;
}

.leaderboard-table {
  font-size: 19px;
  line-height: 1.1;
  width: 100%;
  margin-bottom: 12px;
}

.leaderboard-table td {
  padding: 5px 10px 10px;
}

.leaderboard-table .position {
  color: #bbb;
  font-size: 30px;
  letter-spacing: -1px;
  width: 20px;
  text-align: left;
}

.leaderboard-table .avatar {
  width: 40px;
}

.leaderboard-table .avatar img {
  width: 40px;
  height: 40px;
  -webkit-filter: grayscale(100%);
  -webkit-transform: translateZ(0);
}

.leaderboard-table .name {
  position: relative;
}

.leaderboard-table .name:after {
  display: block;
  content: '';
  height: 2px;
  margin-top: -7px;
  margin-bottom: 7px;
  background-image: -moz-linear-gradient(90deg, #191919 25%, #191919 75%, #ddd 75%);
  background-image: linear-gradient(90deg, #191919 25%, #191919 75%, #555 75%);
  background-size: 6px 2px;
  z-index: 1;
}

.leaderboard-table .real-name {
  display: block;
  font-weight: bold;
}

.leaderboard-table .username {
  font-size: 16px;
  background-color: #191919;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.leaderboard-table .points {
  font-size: 28px;
  font-weight: bold;
  float: right;
  margin-top: 11px;
  background-color: #191919;
  padding-left: 10px;
}

.leaderboard-table .badges {
  text-align: right;
}

.leaderboard-table .badges .user-badges li {
  margin-left: 10px;
  margin-right: 0;
}

.leaderboard-table .points small {
  font-weight: normal;
  font-size: 16px;
  color: #bbb;
}

.ineligible-submissions dt,
.scope dt,
.q-and-a dt,
.rewards dt {
  font-size: 18px;
  font-weight: bold;
}

.ineligible-submissions dd,
.scope dd,
.q-and-a dd,
.rewards dd {
  margin-left: 0;
  padding-bottom: 20px;
}

.scope hr {
  margin-bottom: 40px;
  border-color: #444;
}

.more-content {
  display: none;
}

.available-bounty-summary {
  float: right;
  color: #fc0;
}

.user-profile-header {
  padding-left: 230px;
}

.user-profile-badges {
  width: 200px;
  float: left;
  text-align: center;
}

.user-profile-gravatar {
  float: left;
  width: 200px;
  height: 200px;
  margin-left: -230px;
  -webkit-filter: grayscale(100%);
}

.user-profile-real-name {
  margin-bottom: 2px;
}

.user-profile-username {
  margin-top: 0;
  margin-bottom: 15px;
}

.user-profile-metadata {
  margin-top: 0;
}

.user-profile-points {
  float: right;
  font-size: 26px;
  color: #bbb;
}

.user-profile-points strong {
  color: #ddd;
  font-size: 48px;
}

.user-badges {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.user-badges li {
  display: inline;
  margin-right: 10px;
}

.user-badges img {
  height: 50px;
  vertical-align: center;
}

.user-badge-title {
  display: block;
  margin-top: 4px;
  color: #eff1f2;
}

.user-badge-for-home .user-badge-title {
  display: none;
}

.user-badge-for-bounty-hunters .user-badge-title {
  display: none;
}

.user-badge-for-researcher img {
  height: 74px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.user-badge {
  font-size: 12px;
  color: #bbb;
}

.user-badge-for-researcher {
  float: left;
  width: 120px;
  text-align: center;
}

.user-profile-badges .user-badges {
  text-align: center;
}

.user-profile-badges .user-badge {
  width: 200px;
  margin: 0 auto 30px auto;
}

.reported-vulns-wrapper {
  float: right;
  width: 690px;
}

.reported-vulns {
  padding-left: 0;
  list-style-type: none;
}

.reported-vulns li {
  margin-bottom: 40px;
  padding-left: 50px;
}

.reported-vuln-summary li {
  margin-bottom: 0px;
  padding-left: 0px;
}

.reported-vuln-badge {
  float: left;
  color: #bbb;
  margin-left: -50px;
}

.reported-vuln-badge img {
  height: 40px;
  position: relative;
  top: -4px;
}

.reported-vuln-points {
  float: right;
  font-size: 14px;
  color: #bbb;
  margin-left: 50px;
}

.reported-vuln-points strong {
  color: #ddd;
  font-size: 16px;
}

.reported-vuln-name {
  color: #fc0;
  font-size: 16px;
  margin-bottom: 5px;
}

.reported-vuln-summary {
  margin-top: 0;
  margin-bottom: 0;
}

.reported-vuln-metadata {
  font-size: 12px;
  color: #bbb;
}

.classification-heading {
  padding-left: 60px;
  margin-right: -60px;
}

.badge-title {
  float: left;
  width: 50px;
  vertical-align: top;
  margin-left: -60px;
  position: relative;
  top: -4px;
}

.classification-description blockquote {
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  background-color: #2a2a2a;
  box-shadow: 0 1px 0 #000;
}

.js-hidden {
  display: none;
}

.vulnerability-form-wrapper {
  padding: 20px;
  padding-bottom: 55px;
  border-radius: 5px;
  width: 530px;
  background-color: #2a2a2a;
  margin-top: 40px;
  box-shadow: 0 1px 0 #000;
}

.vulnerability-form-wrapper h3 {
  margin-top: 0;
}

label {
  display: block;
  color: #fc0;
  margin-bottom: 5px;
}

.vulnerability-form-wrapper .state {
  display: none;
}

.vulnerability-form-wrapper.new   .state.new,
.vulnerability-form-wrapper.error .state.new {
  display: inline;
}

.vulnerability-form-wrapper.error .state.error {
  display: inline;
}

.vulnerability-form-wrapper.sending .state.sending {
  display: inline;
}

.vulnerability-form-wrapper.sent .state.sent {
  display: inline;
}

.vulnerability-form input[type="text"],
.vulnerability-form select,
.vulnerability-form textarea {
  width: 100%;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  vertical-align: middle;
  border: solid 1px #000;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 20px;
  background-color: #191919;
  color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vulnerability-form textarea {
  padding-top: 12px;
  padding-bottom: 12px;
}

.vulnerability-form select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  position: relative;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 1);
}

.select-wrapper {
  position: relative;
}

.select-wrapper:after {
  content:'▾';
  right: 8px;
  top: 4px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  z-index: 11;
}

.select-wrapper:before {
  content: '';
  right: 6px;
  top: 2px;
  width: 25px;
  height: 28px;
  background: #191919;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 10;
}

.vulnerability-form textarea {
  height: 260px;
  resize: vertical;
}

.vulnerability-form input[type="text"]:focus,
.vulnerability-form select:focus,
.vulnerability-form textarea:focus {
  border-color: #fc0;
  outline: 0;
  box-shadow: 0 0 6px #fc0;
}

.vulnerability-form .error {
  float: left;
  color: #ff4d4d;
  width: 330px;
  font-size: 14px;
  font-weight: bold;
  margin-top: -16px;
}

.small-form-header {
  color: #ccc;
  font-size: 14px;
  margin-top: -20px;
  width: 530px;
}

.button {
  display: inline-block;
  background-color: #fc0;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 3px;
  color: #191919;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  border: 0;
  float: right;
}

.nav-button {
  display: inline-block;
  background-color: #fc0;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 20px;
  padding-bottom: 2px;
  vertical-align: middle;
}

.nav-button a {
  margin-left: 5px;
  margin-right: 5px;
  color: #191919;
}

.nav-button a:hover {
  color: #191919;
}

.vuln-button {
  display: inline-block;
  background-color: #fc0;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 30px;
  vertical-align: middle;
}

.vuln-button a {
  color: #191919;
  font-size: 1.17em;
  font-weight: bold;
  line-height: 1;
}

.form-contact-extra {
  display: none;
}

.form-instructions {
  margin-top: 140px;
  width: 360px;
  float: right;
  font-size: 16px;
}

.form-instructions li {
  list-style: none;
  margin-bottom: 14px;
  text-indent: -8px
}

.form-instructions ul {
  padding-left: 24px;
}

.form-instructions li:before
{
  content: '\f03a';
  font: normal normal 16px github-octicons;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.sha {
  float: right;
  color: #191919;
  cursor: pointer;
}

.clearfix {
  content:"";
  display:table;
  clear:both;
}

#footer {
  padding: 20px 0;
  position: relative;
  margin-top: 20px;
  font-size: 13px;
}

#footer .octicon-mark-github {
  position: absolute;
  bottom: 38px;
  left: 50%;
  height: 24px;
  width: 24px;
  margin-top: -4px;
  margin-left: -12px;
  font-size: 24px;
  color: #ccc;
}

#footer .octicon-mark-github:hover {
  color: #fff;
}

.right { float: right; }
#footer .right { margin-right: -12px; }

#legal {
  margin: 0;
  list-style: none;
  padding-left: 0px;
}

#legal li {
  display: inline-block;
  margin-right: 15px;
}

/* tipsy style */
.tipsy { font-size: 12px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #eff1f2; color: #191919; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #eff1f2; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #eff1f2; }
.tipsy-arrow-s { border-top-color: #eff1f2; }
.tipsy-arrow-e { border-left-color: #eff1f2; }
.tipsy-arrow-w { border-right-color: #eff1f2; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
