.react-flex-view {
  box-sizing: 'border-box';
  min-width: 0;
  min-height: 0;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }
  .react-flex-view.flex-column {
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .react-flex-view.flex-wrap {
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .react-flex-view.align-content-start {
    -ms-flex-align: start;
    flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .react-flex-view.align-content-center {
    -ms-flex-align: center;
    flex-align: center;
    -webkit-align-items: center;
    -moz-box-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center; }
  .react-flex-view.align-content-end {
    -ms-flex-align: end;
    flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .react-flex-view.justify-content-start {
    -ms-flex-pack: start;
    flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .react-flex-view.justify-content-center {
    -ms-flex-pack: center;
    flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .react-flex-view.justify-content-end {
    -ms-flex-pack: end;
    flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
@font-face {
  font-family: "hackerone";
  font-weight: normal;
  font-style: normal;
  src: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/hackerone-970a5b55.eot);
  src: local("#"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/hackerone-e56419fd.ttf) format("truetype"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/hackerone-ae1cf7d2.woff) format("woff"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/hackerone-e48c94b2.svg) format("svg"); }

@font-face {
  font-family: "Rye";
  font-weight: normal;
  font-style: normal;
  src: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/rye-09da95ce.eot);
  src: local("#"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/rye-7232cf83.ttf) format("truetype"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/rye-b053531e.woff) format("woff"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/rye-19bfdbc9.svg) format("svg"); }

@font-face {
  font-family: "Effra";
  font-weight: 300;
  font-style: normal;
  src: local("#"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/effra-light-94247eb5.woff) format("woff"); }

@font-face {
  font-family: "Effra";
  font-weight: 400;
  font-style: normal;
  src: local("#"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/effra-regular-41247f5b.woff) format("woff"); }

@font-face {
  font-family: "Effra";
  font-weight: 500;
  font-style: normal;
  src: local("#"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/effra-medium-6e68e123.woff) format("woff"); }

@font-face {
  font-family: "Effra";
  font-weight: 600;
  font-style: normal;
  src: local("#"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/effra-medium-6e68e123.woff) format("woff"); }

/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

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

a img {
  border: 0; }

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

/* stylelint-enable */
body.non-boxless .wrapper, .inner-container, .full-width-inner-container, .profile-header__container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  /* stylelint-disable */
  /* stylelint-enable */ }
  body.non-boxless .wrapper, body.non-boxless .inner-container, body.non-boxless .full-width-inner-container, body.non-boxless .profile-header__container {
    width: 980px; }

.button--disabled, .button:disabled, input[type=submit]:disabled,
input[type=button]:disabled, .input-label.disabled, .input:disabled, .select:disabled, .report-action-picker__input:disabled, .input--superman:disabled, a.disabled,
.link.disabled, .disabled, input[type="checkbox"]:disabled,
input[type="radio"]:disabled, input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label, .input:disabled + .helper-text, .select:disabled + .helper-text, .report-action-picker__input:disabled + .helper-text {
  opacity: 0.35;
  cursor: not-allowed; }

.settings-title-container--daisy, .daisy-text, .daisy-link, .daisy-h1,
.daisy-h2,
.daisy-h3,
.daisy-h4,
.daisy-h5,
.daisy-h6 {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.settings-title-container--daisy, .daisy-text {
  font-size: 16px; }

.settings-title-container--daisy, .daisy-text {
  line-height: 24px; }

.daisy-text--small {
  line-height: 20px; }

.daisy-text--small {
  font-size: 14px; }

.daisy-text--smaller {
  line-height: 19px; }

.daisy-text--smaller {
  font-size: 12px; }

* {
  box-sizing: border-box; }

body,
html {
  height: 100%; }

body {
  background: #f5f5f5; }

.full-size {
  width: 100%;
  height: 100%; }

.wrapper {
  padding-top: 60px;
  /* stylelint-disable */
  /* stylelint-enable */ }
  body.non-boxless .wrapper {
    zoom: 1;
    position: relative;
    z-index: 1;
    padding-top: 88px; }
    body.non-boxless .wrapper::before, body.non-boxless .wrapper::after {
      display: block;
      overflow: hidden;
      height: 0;
      content: " "; }
    body.non-boxless .wrapper::after {
      clear: both; }

.content-wrapper {
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .content-wrapper--red {
    border: 1px solid color(RED); }
  .content-wrapper--green {
    border: 1px solid color(GREEN); }
  .content-wrapper--embedded {
    background: transparent;
    border: none; }

.container {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  /* stylelint-disable */
  /* stylelint-enable */ }
  body.non-boxless .container {
    border: 1px solid #c5c5c5;
    border-radius: 4px; }

.inner-container--extra-padding {
  padding-top: 80px;
  padding-bottom: 80px; }

.inner-container--small {
  max-width: 600px; }

.signed-in .inner-container:target {
  margin-top: -60px;
  padding-top: 60px; }

.signed-out .inner-container:target {
  margin-top: -91px;
  padding-top: 91px; }

.main-column-wrapper {
  /* stylelint-disable */
  /* stylelint-enable */ }
  body.non-boxless .main-column-wrapper {
    zoom: 1;
    padding: 20px; }
    body.non-boxless .main-column-wrapper::before, body.non-boxless .main-column-wrapper::after {
      display: block;
      overflow: hidden;
      height: 0;
      content: " "; }
    body.non-boxless .main-column-wrapper::after {
      clear: both; }
    body.non-boxless .main-column-wrapper .main-column {
      float: left;
      width: 100%; }
    body.non-boxless .main-column-wrapper .right-column {
      float: right;
      width: 30%; }
    body.non-boxless .main-column-wrapper .right-column + .main-column {
      width: 70%;
      padding-right: 20px; }

.full-width-inner-container {
  padding: 30px 20px; }

@media (min-width: 640px) {
  .full-width-main-column {
    float: left;
    width: 75%;
    padding-right: 20px; } }

@media (min-width: 640px) {
  .full-width-right-column {
    float: right;
    width: 25%; } }

.narrow-wrapper {
  max-width: 440px;
  margin: 0 auto;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .signed-in .narrow-wrapper {
    padding: 90px 20px 30px; }
  .signed-out .narrow-wrapper {
    padding: 121px 20px 30px; }
  .narrow_layout .narrow-wrapper {
    min-height: 100%;
    margin-bottom: -61px; }
    .narrow_layout .narrow-wrapper::after {
      display: block;
      height: 61px;
      content: ""; }
  .narrow-wrapper--terms {
    max-width: 600px;
    margin: 0 auto; }

.narrow-intro {
  margin-bottom: 30px;
  text-align: center; }

.narrow-container {
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
  color: #000;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  text-align: left;
  overflow-wrap: break-word; }
  .narrow-container--muted-border {
    border-color: #e5e5e5; }

.narrow-footer {
  color: #777;
  font-size: 12px;
  text-align: center; }

@media (min-width: 940px) {
  .narrow-wrapper-columns {
    margin: 0 -10px; } }

@media (min-width: 940px) {
  .narrow-wrapper-column {
    float: left;
    width: 50%;
    padding: 0 10px; } }

[data-theme="dark"] {
  background: #0A0A0A;
  min-height: 100vh; }
  [data-theme="dark"] .daisy-sub-header {
    color: #C5C5C5;
    background: #0A0A0A;
    border-bottom: 1px solid #3E3E3E; }
  [data-theme="dark"] .daisy-sub-header__item a,
  [data-theme="dark"] .daisy-sub-header__item a:hover,
  [data-theme="dark"] .daisy-sub-header__item a:visited,
  [data-theme="dark"] .card__subheading-item a,
  [data-theme="dark"] .card__subheading-item a:hover,
  [data-theme="dark"] .card__subheading-item a:visited {
    color: #C5C5C5 !important; }
  [data-theme="dark"] .daisy-h1,
  [data-theme="dark"] .daisy-h2,
  [data-theme="dark"] .daisy-h3,
  [data-theme="dark"] .daisy-h4,
  [data-theme="dark"] .daisy-h5,
  [data-theme="dark"] .daisy-h6,
  [data-theme="dark"] .daisy-text,
  [data-theme="dark"] .daisy-table {
    color: #C5C5C5; }
  [data-theme="dark"] .daisy-banner {
    color: #C5C5C5;
    background: #0A0A0A;
    border: 1px solid #3E3E3E;
    border-left-width: 4px; }
    [data-theme="dark"] .daisy-banner--grey {
      border-left-color: #E9E9E9; }
    [data-theme="dark"] .daisy-banner--yellow {
      border-left-color: #F9DCA2; }
    [data-theme="dark"] .daisy-banner--red {
      border-left-color: #DF2935; }
    [data-theme="dark"] .daisy-banner--green {
      border-left-color: #09A571; }
    [data-theme="dark"] .daisy-banner--blue {
      border-left-color: #2D68F4; }
  [data-theme="dark"] .card {
    color: #C5C5C5;
    background: #0A0A0A;
    border: 1px solid #3E3E3E;
    box-shadow: none; }
    [data-theme="dark"] .card.bg-light {
      background: #0A0A0A;
      border: 1px solid #3E3E3E;
      box-shadow: none; }
  [data-theme="dark"] .card__heading,
  [data-theme="dark"] .card__subheading,
  [data-theme="dark"] .daisy-table__head {
    background: #0A0A0A;
    border-bottom: 1px solid #3E3E3E; }
  [data-theme="dark"] .link-tile {
    background: #0A0A0A;
    border: 1px solid #3E3E3E; }
  [data-theme="dark"] .daisy-separator,
  [data-theme="dark"] .daisy-table__row {
    border-bottom: 1px solid #3E3E3E; }
  [data-theme="dark"] .text-field {
    background: #0A0A0A;
    border: 1px solid #3E3E3E;
    box-shadow: none; }
    [data-theme="dark"] .text-field .text-field__input {
      color: #C5C5C5; }
  [data-theme="dark"] .Select-control {
    color: #C5C5C5;
    background: #0A0A0A;
    border: 1px solid #3E3E3E;
    box-shadow: none; }
    [data-theme="dark"] .Select-control:hover {
      background: #0A0A0A; }
    [data-theme="dark"] .Select-control .Select-value-label {
      color: #C5C5C5 !important; }
  [data-theme="dark"] .daisy-dropdown.is-open .Select-control {
    background: #0A0A0A;
    border: 1px solid #3E3E3E; }
  [data-theme="dark"] .daisy-dropdown.is-focused:not(.is-open) > .Select-control {
    background: #0A0A0A;
    box-shadow: none; }
  [data-theme="dark"] .form-label {
    color: #C5C5C5; }
  [data-theme="dark"] .footer-nav-item-link,
  [data-theme="dark"] .footer-nav-item-link:hover,
  [data-theme="dark"] .footer-nav-item-link:visited {
    color: #C5C5C5; }
  [data-theme="dark"] .inline-help {
    border-color: #3E3E3E; }
  [data-theme="dark"] .daisy-list--horizontal.daisy-list--separator li + li {
    border-color: #3E3E3E; }
  [data-theme="dark"] .loading-indicator__inner {
    border-color: #3E3E3E transparent transparent #3E3E3E !important; }
  [data-theme="dark"] .loading-indicator__overlay {
    background-color: #0A0A0A; }
  [data-theme="dark"] .topbar-sign-up-menu,
  [data-theme="dark"] .notifications-menu-wrapper,
  [data-theme="dark"] .settings-menu {
    background-color: #0A0A0A;
    border-color: #3E3E3E;
    box-shadow: none; }
    [data-theme="dark"] .topbar-sign-up-menu:before,
    [data-theme="dark"] .notifications-menu-wrapper:before,
    [data-theme="dark"] .settings-menu:before {
      border-bottom-color: #3E3E3E; }
    [data-theme="dark"] .topbar-sign-up-menu:after,
    [data-theme="dark"] .notifications-menu-wrapper:after,
    [data-theme="dark"] .settings-menu:after {
      border-bottom-color: #0A0A0A; }
  [data-theme="dark"] .dropdown-menu-header {
    border-bottom-color: #3E3E3E; }
  [data-theme="dark"] .notifications__footer {
    background-color: #0A0A0A;
    border-top-color: #3E3E3E; }
  [data-theme="dark"] .settings-group-listing-item-label,
  [data-theme="dark"] .settings-group-listing-item-link,
  [data-theme="dark"] .settings-group-listing-item-link:hover,
  [data-theme="dark"] .settings-group-listing-item-link:visited {
    color: #C5C5C5; }
  [data-theme="dark"] .settings-group-listing-item-link--break {
    border-bottom-color: #3E3E3E !important; }

.customer-pages-benefits-image {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.blog-page-image {
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.blog-page-image-description {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  text-align: center; }

.blog__youtube-container {
  position: relative;
  width: 100%;
  margin-bottom: 15px; }
  .blog__youtube-container::before {
    display: block;
    padding-top: 56.25%;
    content: ""; }

.blog__youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blog__footnote {
  position: relative;
  top: -5px;
  color: #828282;
  font-size: 10px;
  vertical-align: 0; }

.masthead__video-overlay {
  position: fixed;
  z-index: 1250;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }

.masthead__video-content {
  position: relative;
  z-index: 1251;
  overflow: hidden;
  height: 0;
  margin-top: 50px;
  padding-bottom: 56.25%; }

.masthead__video {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }
  @media (min-width: 940px) {
    .masthead__video {
      left: 12.5%;
      width: 75%;
      height: 75%; } }

.masthead__close-icon {
  position: absolute;
  z-index: 1252;
  top: 0;
  right: 0%;
  padding: 5px 10px;
  background: #ff669b;
  color: #fff;
  font-size: 10px;
  cursor: pointer; }
  @media (min-width: 940px) {
    .masthead__close-icon {
      right: 12.5%;
      padding: 15px;
      font-size: 20px; } }

.masthead__play-icon {
  display: inline-block;
  width: 300px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 60px;
  cursor: pointer; }
  .masthead__play-icon:hover {
    color: rgba(255, 255, 255, 0.8); }

.pricing-questions {
  margin: 60px 0 100px;
  padding: 30px;
  background: #f5f5f5;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  line-height: 24px;
  text-align: center; }
  .pricing-questions__container {
    max-width: 560px;
    margin: 0 auto; }

.pricing__button {
  display: inline-block;
  padding: 9px;
  background: #fff;
  color: #333;
  border: 2px solid #c5c5c5;
  border-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; }
  .pricing__button:hover {
    background-color: #f5f5f5;
    text-decoration: none; }
  .pricing__button:link, .pricing__button:visited {
    color: #333; }
  .pricing__button--blue, .pricing__button--green {
    color: #fff; }
    .pricing__button--blue:link, .pricing__button--blue:visited, .pricing__button--green:link, .pricing__button--green:visited {
      color: #fff; }
  .pricing__button--blue {
    background: #216ba5;
    border-color: #216ba5; }
    .pricing__button--blue:hover {
      background: #194f7b;
      border-color: #194f7b; }
  .pricing__button--green {
    background: #02bb4f;
    border-color: #02bb4f; }
    .pricing__button--green:hover {
      background: #01893a;
      border-color: #01893a; }
  .pricing__button--big {
    padding: 14px 36px; }
  .pricing__button--link {
    color: #216ba5;
    border-color: transparent;
    font-weight: 400; }
    .pricing__button--link:hover {
      background: transparent;
      text-decoration: underline; }

.pricing-page__introduction {
  margin-bottom: 80px;
  text-align: center; }
  .pricing-page__introduction--plans {
    margin-bottom: 110px; }

.pricing-plan {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  text-align: center; }
  @media (min-width: 940px) {
    .pricing-plan--is-most-popular, .pricing-plan--is-convenient {
      margin-top: -29px; } }
  .pricing-plan--is-most-popular {
    border-color: #216ba5; }
  .pricing-plan--is-convenient {
    background: #daf9e7;
    border-color: #02bb4f; }
  .pricing-plan__indicator {
    padding: 4px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
    .pricing-plan--is-most-popular .pricing-plan__indicator {
      background-color: #216ba5; }
    .pricing-plan--is-convenient .pricing-plan__indicator {
      background-color: #02bb4f; }
  .pricing-plan__top {
    padding: 10px;
    background: #fff;
    border-color: inherit;
    border-bottom: 1px solid; }
  .pricing-plan__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 2px solid #e5e5e5;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px; }
  .pricing-plan__description {
    margin-bottom: 30px;
    font-size: 14px; }
  .pricing-plan__features {
    padding: 0 10px; }
  .pricing-plan__feature {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px; }
    .pricing-plan--is-most-popular .pricing-plan__feature {
      border-color: #dfe7ec; }
    .pricing-plan--is-convenient .pricing-plan__feature {
      border-color: #c6e0d1; }
    .pricing-plan__feature:last-child {
      border-bottom: 0; }
  .pricing-plan__contract {
    height: 20px; }
  .pricing-plan__wrapper {
    padding-top: 30px; }

.pricing-table {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .pricing-table__scroll-area {
    overflow-y: scroll; }
  .pricing-table__content {
    min-width: 760px; }
  .pricing-table__shadow-left, .pricing-table__shadow-right {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 10px; }
  .pricing-table__shadow-left--active {
    left: -15px;
    box-shadow: 10px 0 10px 1px rgba(0, 0, 0, 0.25); }
  .pricing-table__shadow-right--active {
    right: -15px;
    box-shadow: -10px 0 10px 1px rgba(0, 0, 0, 0.25); }
  .pricing-table__section-separator {
    background: #ebf5fa;
    border: 2px solid #e5e5e5; }
  .pricing-table__section-title {
    padding: 12px 0 12px 20px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 2px solid #e5e5e5;
    font-weight: 600; }
    @media (min-width: 640px) {
      .pricing-table__section-title {
        padding-right: 20px;
        padding-left: 20px; } }
  .pricing-table__feature-image {
    display: none;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
    @media (min-width: 640px) {
      .pricing-table__feature-image {
        display: inline-block; } }
  .pricing-table__feature {
    font-size: 21px; }
    .pricing-table__feature--excluded {
      color: #dcdcdc; }
    .pricing-table__feature--included {
      color: #3cbd6b; }
  .pricing-table__column {
    width: 12%;
    font-weight: 300; }
    .pricing-table__row:hover .pricing-table__column {
      background: #f5f5f5;
      -webkit-transition: background 0.3s ease 0s;
      transition: background 0.3s ease 0s; }
    .pricing-table__column--footer {
      padding: 10px;
      border-bottom: 2px solid #e5e5e5;
      border-left: 2px solid #e5e5e5; }
    .pricing-table__column--footer-active {
      border-right: 2px solid #216ba5;
      border-bottom: 2px solid #216ba5;
      border-left: 2px solid #216ba5; }
    .pricing-table__column--footer:last-child {
      border-right: 2px solid #e5e5e5; }
    .pricing-table__column--description, .pricing-table__column--plan, .pricing-table__column--benefit {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5e5; }
      @media (min-width: 640px) {
        .pricing-table__column--description, .pricing-table__column--plan, .pricing-table__column--benefit {
          padding-top: 20px;
          padding-bottom: 20px; } }
    .pricing-table__column--description {
      width: 25%;
      padding-right: 10px;
      padding-left: 10px;
      background: #fafafa;
      border-right: 2px solid #e5e5e5;
      border-left: 2px solid #e5e5e5; }
      @media (min-width: 640px) {
        .pricing-table__column--description {
          padding-right: 20px;
          padding-left: 20px; } }
      .pricing-table__row:last-child .pricing-table__column--description {
        border-bottom-width: 2px; }
      .pricing-table__row:hover .pricing-table__column--description {
        background: #f0f0f0; }
    .pricing-table__column--key-feature {
      width: 250px; }
    .pricing-table__column--plan {
      text-align: center; }
      .pricing-table__column--plan:last-child {
        border-right: 2px solid #e5e5e5;
        border-left: 2px solid #e5e5e5; }
    .pricing-table__column--benefit {
      width: auto;
      padding: 20px; }
      .pricing-table__column--benefit:last-child {
        border-right: 2px solid #e5e5e5;
        border-left: 2px solid #e5e5e5; }
    .pricing-table__column--active {
      border-right: 2px solid #216ba5;
      border-left: 2px solid #216ba5; }
      tbody:first-child .pricing-table__section-separator .pricing-table__column--active {
        border-top: 2px solid #216ba5; }

.promo-banner {
  position: absolute;
  z-index: 1199;
  top: 91px;
  width: 100%;
  padding: 10px 20px;
  background: #8c8c8c;
  color: #fff;
  cursor: pointer; }
  .promo-banner__container {
    position: relative; }
  .promo-banner__content {
    display: inline-block;
    padding-right: 30px;
    font-size: 14px; }
  .promo-banner__arrow-icon {
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -20px;
    font-size: 25px; }
    @media (min-width: 640px) {
      .promo-banner__arrow-icon {
        margin-top: -18px;
        font-size: 25px; } }

/* stylelint-disable */
.controller_maturity_model,
.controller_blog,
.controller_home-about,
.controller_home-careers,
.controller_home-resources,
.controller_home-product,
.controller_teams.action_new,
.controller_press {
  background: #fff;
  color: #7c848a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8; }
  .controller_maturity_model p,
  .controller_blog p,
  .controller_home-about p,
  .controller_home-careers p,
  .controller_home-resources p,
  .controller_home-product p,
  .controller_teams.action_new p,
  .controller_press p {
    margin-bottom: 24px; }

/* stylelint-enable */
.superman-hero {
  position: relative;
  padding: 172px 0;
  color: #fff;
  text-align: center; }
  .superman-hero--small {
    padding: 100px 0; }
  .superman-hero--default {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/default-db2b0752.jpg) center no-repeat;
    background-size: cover; }
  .superman-hero--girl {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/girl-41e82c18.jpg) center no-repeat;
    background-size: cover; }
  .superman-hero--man {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/man-a1e3fe51.jpg) center no-repeat;
    background-size: cover; }
  .superman-hero--computer {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/computer-44720c99.jpg) center no-repeat;
    background-size: cover; }
  .superman-hero--laptop {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/laptop-a5965def.jpg) center no-repeat;
    background-size: cover; }
  .superman-hero--hack-the-world {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/hack-the-world-447ac089.jpg) center no-repeat;
    background-size: cover; }
  .superman-hero--dod {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/dod-9e030de8.jpg) center no-repeat;
    background-size: cover; }
  .superman-hero--localtapiola {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/localtapiola-3938ce3a.jpg) center no-repeat;
    background-size: cover; }
  .superman-hero__title {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 1.5; }
    @media (min-width: 640px) {
      .superman-hero__title {
        font-size: 72px; } }
    .superman-hero__title--small {
      font-size: 36px; }
  .superman-hero__sub-title {
    margin-bottom: 85px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5; }
    .superman-hero__sub-title--small {
      font-size: 21px; }
  .superman-hero .narrow-container a,
  .superman-hero .narrow-container a:hover,
  .superman-hero .narrow-container a:link,
  .superman-hero .narrow-container a:visited {
    color: #000; }
  .superman-hero .meta-text a,
  .superman-hero .meta-text a:hover,
  .superman-hero .meta-text a:link,
  .superman-hero .meta-text a:visited {
    color: #828282; }
  .superman-hero a {
    color: #fff; }
    .superman-hero a:hover {
      color: #ababab; }
    .superman-hero a:visited {
      color: #fff; }

.superman-button {
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  background-color: #ff669b;
  border: 0;
  border-radius: 4px;
  text-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; }
  .superman-button:visited {
    color: #fff; }
  .superman-button:hover {
    color: #fff; }
  .superman-button:active {
    color: #fff; }
  .superman-button--small {
    padding: 5px 12px;
    font-size: 14px; }
  .superman-button--big {
    padding: 14px 50px;
    font-size: 20px; }
  .superman-button--topbar {
    margin-top: -20px;
    padding: 5px 20px;
    font-size: inherit; }
  .superman-button--grey {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6); }
  .superman-button--shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .superman-button:hover {
    background-color: #ff4d8a;
    text-decoration: none; }
  .superman-button:disabled {
    opacity: 0.35;
    cursor: not-allowed; }
  .superman-button:focus {
    background-color: #ff4d8a;
    box-shadow: 0 0 10px #ff669b, inset 0 0 0 2px #ff1a69;
    outline: none; }

.superman-circle {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 32px auto;
  background: #fff;
  border-radius: 50%;
  text-align: center; }
  .superman-circle--border {
    border: 2px solid #e6e7ea; }
  .superman-circle--transparent {
    background: transparent; }
  .superman-circle--translucent {
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
  .superman-circle--small {
    width: 44px;
    height: 44px; }
  .superman-circle--big {
    width: 100px;
    height: 100px;
    font-size: 38px; }
  .superman-circle--shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
    .superman-footer .superman-circle--shadow {
      margin-top: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      @media (min-width: 640px) {
        .superman-footer .superman-circle--shadow {
          margin-top: 0; } }
    .superman-hero .superman-circle--shadow {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: -40px;
      left: 0;
      margin: auto; }

.superman-icon {
  display: inline-block;
  color: #ff669b;
  font-size: 40px;
  line-height: 1; }
  .superman-icon--blue {
    color: #00dbff; }
  .superman-icon--grey {
    color: #d7d7d7; }

.superman-container {
  position: relative;
  padding: 150px 0;
  text-align: center; }
  .superman-container--tiny {
    padding: 40px 0; }
  .superman-container--small {
    padding: 80px 0; }
  .superman-container--soft-grey {
    background: #f5f5f5; }
  .superman-container--human {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/human-bed9e0be.jpg) no-repeat;
    background-size: cover;
    color: #b9c2c7; }
  .superman-container--localtapiola-ciso {
    padding: 350px 0 25px;
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/ciso-c1732b79.jpg) center center no-repeat;
    background-size: cover;
    color: #b9c2c7; }
  .superman-container--handshake {
    padding: 200px 0;
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/handshake-49158bb9.jpg) center center no-repeat;
    background-size: cover;
    color: #b9c2c7; }
  .superman-container--nako {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/nako-1ba6a8a4.jpg) no-repeat;
    background-size: cover;
    color: #b9c2c7; }
    .superman-container--nako a:not(.superman-button) {
      text-decoration: underline; }
    .superman-container--nako a:hover:not(.superman-button) {
      color: #0099b3; }
    .superman-container--nako a:not(.superman-button),
    .superman-container--nako a:visited:not(.superman-button),
    .superman-container--nako a:active:not(.superman-button) {
      color: #00dbff; }

.superman-title {
  text-align: center; }
  .superman-title--left {
    text-align: left; }
  .superman-title__content {
    max-width: 600px;
    margin: 0 auto 7px;
    color: #000;
    font-size: 40px;
    line-height: 1.5; }
    .superman-title--left .superman-title__content {
      margin-left: 0; }
    .superman-title--medium .superman-title__content {
      font-size: 21px; }
    .superman-title--small .superman-title__content {
      font-size: 16px; }
    .superman-title--white .superman-title__content {
      color: #fff; }
  .superman-title__separator {
    width: 62px;
    height: 4px;
    margin: 14px auto 60px;
    background: #00dbff; }
    .superman-title--medium .superman-title__separator {
      margin: 7px auto 30px; }
    .superman-title--left .superman-title__separator {
      margin-left: 0; }
  .superman-title__intro {
    max-width: 800px;
    margin: 0 auto 90px; }
    .superman-title--small .superman-title__intro {
      margin-bottom: 32px; }

@media (min-width: 768px) {
  .superman-feature__description-left, .superman-feature__description-right {
    min-height: 420px; } }

.superman-feature__description-left {
  margin-top: 30px; }
  @media (min-width: 640px) {
    .superman-feature__description-left {
      margin-top: 0;
      padding-left: 30px; } }

.superman-feature__description-right {
  padding-right: 30px; }

.superman-testimonials {
  color: #fff; }
  .superman-testimonials__item {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px; }
    .superman-testimonials__item--soft-grey {
      background: #f5f5f5;
      color: #7c848a; }
    .superman-testimonials__item p {
      font-size: 20px;
      font-style: italic;
      line-height: 28px; }
  .superman-testimonials__title {
    color: #ff669b;
    font-weight: 700; }
  .superman-testimonials__quote {
    height: 190px; }

.superman-dod__image {
  padding: 40px;
  background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/world-3761b0d0.png) center center no-repeat;
  background-size: 100%; }

.superman-dod__content {
  margin: 60px 0; }

.superman-footer__logo {
  display: inline-block;
  width: 150px;
  margin-top: 10px; }

.superman-footer__heading {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700; }
  @media (min-width: 640px) {
    .superman-footer__heading {
      margin-bottom: 34px; } }

.superman-footer__link {
  color: #828282;
  display: block;
  margin-bottom: 15px; }
  .superman-footer__link:visited {
    color: #828282; }
  .superman-footer__link:hover {
    color: #828282; }
  .superman-footer__link:active {
    color: #828282; }

.superman-footer__social-link {
  font-size: 30px; }

.superman-footer__social-link + .superman-footer__social-link {
  margin-left: 20px; }

.superman-footer__utility {
  margin: 10px 0; }
  @media (min-width: 640px) {
    .superman-footer__utility {
      margin: 0; } }

.superman-footer__utility-item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }
  .superman-footer__utility-item:last-child {
    margin-right: 0; }

.superman-footer--column {
  margin-bottom: 40px; }
  @media (min-width: 640px) {
    .superman-footer--column {
      min-height: 350px;
      margin-bottom: 0; } }
  .superman-footer--column:last-child {
    margin-bottom: 0; }

.superman-services {
  margin-top: 90px;
  margin-bottom: 90px; }
  .superman-services__button-spacing {
    margin-bottom: 40px; }

.superman-client {
  position: relative;
  height: 120px; }

.superman-client img {
  max-width: 90%;
  max-height: 120px; }

.superman-text--small {
  font-size: 14px;
  line-height: 1.6; }

.superman-comparison {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 5px; }
  .superman-comparison__title {
    padding: 10px;
    background: #edeef0;
    font-weight: 700; }
  @media (min-width: 800px) {
    .superman-comparison__entry {
      display: table; } }
  .superman-comparison__content, .superman-comparison__icon {
    display: table-cell;
    vertical-align: middle; }
    @media (min-width: 800px) {
      .superman-comparison__content, .superman-comparison__icon {
        display: block; } }
  .superman-comparison__icon {
    width: 1%; }
    @media (min-width: 800px) {
      .superman-comparison__icon {
        width: auto; } }
  .superman-comparison__content {
    padding-left: 20px;
    text-align: left; }
    @media (min-width: 800px) {
      .superman-comparison__content {
        padding-left: 0;
        text-align: center; } }
  .superman-comparison__arrow-placeholder {
    display: none; }
    @media (min-width: 800px) {
      .superman-comparison__arrow-placeholder {
        position: absolute;
        top: 80px;
        left: 81%;
        display: block;
        width: 35%; }
        .superman-comparison__arrow-placeholder--three-col {
          width: 235%; } }
  .superman-comparison__arrow {
    height: 3px;
    background: #e6e7ea; }
    .superman-comparison__arrow::after, .superman-comparison__arrow::before {
      position: absolute;
      top: 1px;
      right: auto;
      left: auto;
      width: 0;
      height: 0;
      border: solid transparent;
      content: ""; }
    .superman-comparison__arrow::after {
      border-width: 10px;
      border-color: transparent; }
    .superman-comparison__arrow::before {
      border-width: 10px; }
    .superman-comparison__arrow::after, .superman-comparison__arrow::before {
      top: 1px;
      left: 100%; }
    .superman-comparison__arrow::after {
      margin-top: -10px;
      border-left-color: #e6e7ea; }
    .superman-comparison__arrow::before {
      margin-top: -10px;
      border-left-color: #e6e7ea; }
  .superman-comparison__column {
    position: relative;
    padding: 20px;
    border-bottom: 1px dashed #e6e7ea; }
    @media (min-width: 800px) {
      .superman-comparison__column {
        display: table-cell;
        width: 20%;
        padding: 40px 20px;
        border-right: 1px dashed #e6e7ea;
        border-bottom: 0; } }
    .superman-comparison__column:last-child {
      border-right: 0;
      border-bottom: 0; }

.superman-scrollspy {
  height: 1px;
  font-size: 13px; }
  .superman-scrollspy .affix {
    position: fixed;
    top: 100px; }
  .superman-scrollspy .affix-bottom {
    position: absolute;
    bottom: 0; }

.superman-cta {
  color: #333;
  display: block;
  padding: 10px 30px;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer; }
  .superman-cta:visited {
    color: #333; }
  .superman-cta:hover {
    color: #333; }
  .superman-cta:active {
    color: #333; }
  .superman-cta:hover {
    border-color: #e6e7ea;
    text-decoration: none; }

.superman-profile {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  vertical-align: top; }
  .superman-profile__name {
    margin-top: 10px;
    font-weight: 600; }
  .superman-profile__avatar {
    position: relative;
    width: 130px;
    height: 130px;
    margin: auto;
    line-height: 130px; }
  .superman-profile__links {
    position: absolute;
    top: 1px;
    left: 0;
    width: 130px;
    height: 130px;
    padding-top: 50px;
    background-color: #ff669b;
    border-radius: 500px; }
  .superman-profile__link {
    display: inline-block;
    width: 32px;
    height: 31px;
    margin: 0 5px;
    vertical-align: top; }
    .superman-profile__link:hover {
      text-decoration: none; }
    .superman-profile__link--twitter {
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/twitter-f6ddff68.png); }
    .superman-profile__link--github {
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/github-7e86b188.png); }
    .superman-profile__link--linkedin {
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/linkedin-b2504cab.png); }

.superman-table {
  width: 100%; }
  .superman-table__heading, .superman-table__column {
    padding: 12px 10px; }
    @media (min-width: 640px) {
      .superman-table__heading, .superman-table__column {
        padding-right: 20px;
        padding-left: 20px; } }
  .superman-table__heading {
    background: #ebf5fa;
    border: 1px solid #e5e5e5;
    font-weight: 600; }
  .superman-table__column {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    font-weight: 300; }
    .superman-table__row:hover .superman-table__column {
      background: #f5f5f5;
      -webkit-transition: background 0.3s ease 0s;
      transition: background 0.3s ease 0s; }

.superman-carousel {
  z-index: 0; }
  @media (min-width: 768px) {
    .superman-carousel--security-inbox {
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/security-inbox-706739bd.jpg);
      background-size: cover; } }
  @media (min-width: 768px) {
    .superman-carousel--coordination {
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/coordination-2592eefa.jpg);
      background-size: cover; } }
  @media (min-width: 768px) {
    .superman-carousel--insight {
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/insight-074f602c.jpg);
      background-size: cover; } }
  @media (min-width: 768px) {
    .superman-carousel--bug-bounty {
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/bug-bounty-c7839a96.jpg);
      background-size: cover; } }
  @media (min-width: 768px) {
    .superman-carousel--secure-confidential {
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/secure-confidential-18ee6201.jpg);
      background-size: cover; } }
  @media (min-width: 768px) {
    .superman-carousel::before {
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
      /* stylelint-disable */
      filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='    #00FFFFFF', endColorstr='#FFFFFFFF')";
      /* stylelint-enable */
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ""; } }
  @media (min-width: 768px) {
    .superman-carousel__item {
      display: none; } }
  .superman-carousel__item--active {
    display: block; }
  .superman-carousel__arrow-wrapper {
    display: none; }
    @media (min-width: 1150px) {
      .superman-carousel__arrow-wrapper {
        display: block; } }
  .superman-carousel__arrow {
    position: absolute;
    top: 470px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .superman-carousel__arrow--left {
      left: 10px; }
    .superman-carousel__arrow--right {
      right: 10px; }
  .superman-carousel__navigation-item {
    display: table-cell;
    width: 20%;
    padding: 10px;
    color: #216ba5;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .superman-carousel__navigation-item:hover {
      text-decoration: underline; }
    .superman-carousel__navigation-item--active {
      border-color: #ff669b; }

.superman-preload {
  position: absolute;
  top: -99999px;
  bottom: -99999px;
  width: 1px;
  height: 1px; }
  .superman-preload__security-inbox {
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/security-inbox-706739bd.jpg); }
  .superman-preload__coordination {
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/coordination-2592eefa.jpg); }
  .superman-preload__insight {
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/insight-074f602c.jpg); }
  .superman-preload__bug-bounty {
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/bug-bounty-c7839a96.jpg); }
  .superman-preload__secure-confidential {
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/secure-confidential-18ee6201.jpg); }

.landing__lead-form-link {
  display: block;
  margin-top: 10px; }
  .landing__lead-form-link a {
    padding: 10px;
    color: #fff;
    text-shadow: 0 0.5px 0 #000;
    font-size: 14px;
    text-decoration: underline; }
    .landing__lead-form-link a:visited {
      color: #fff; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.year-in-review {
  color: #3e3e3e;
  font-family: "Effra", sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .year-in-review__topbar {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 8px 24px;
    background: #fff;
    font-family: "Effra", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .year-in-review__topbar i {
      color: #3e3e3e; }
    @media (min-width: 960px) {
      .year-in-review__topbar {
        position: fixed; } }
  @media (min-width: 960px) {
    .year-in-review__section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .year-in-review__wrapper {
    display: -ms-grid;
    display: grid;
    max-width: 1200px;
    margin: auto;
    padding: 0 24px;
    grid-gap: 24px;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr); }
  .year-in-review .year-in-review__col-6 + .year-in-review__col-6 {
    margin-top: 48px; }
    @media (min-width: 960px) {
      .year-in-review .year-in-review__col-6 + .year-in-review__col-6 {
        margin-top: 0; } }
  .year-in-review .year-in-review__col-6 {
    -ms-grid-column: span 12;
        grid-column: span 12; }
  .year-in-review__hero {
    color: #fff; }
    .year-in-review__hero--pink, .year-in-review__hero--green {
      background-repeat: no-repeat;
      background-position: bottom; }
    .year-in-review__hero--pink {
      background-color: #E10E71;
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/grey-bottom-02c39fa5.svg); }
    .year-in-review__hero--green {
      background-color: #09A571;
      background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/grey-bottom-other-5a946709.svg); }
  .year-in-review__intro {
    padding-top: 60px;
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/green-bottom-454ce809.svg);
    background-repeat: no-repeat;
    background-position: bottom; }
  .year-in-review__intro .year-in-review__wrapper {
    min-height: 740px; }
  .year-in-review__intro .year-in-review__logo {
    width: 160px;
    height: 30px;
    margin: 64px auto; }
  .year-in-review__intro .year-in-review__avatar {
    width: 160px;
    height: 160px;
    margin-top: 48px;
    margin-bottom: 48px;
    border-radius: 100%; }
  .year-in-review__arrow {
    display: inline-block;
    text-align: center;
    -webkit-animation: bounce 2s infinite;
            animation: bounce 2s infinite; }
  .year-in-review__no-data {
    min-height: 100px;
    padding-top: 60px; }
  .year-in-review__no-data .year-in-review__wrapper {
    min-height: 740px; }
  .year-in-review__no-data .year-in-review__logo {
    width: 160px;
    height: 30px;
    margin: 64px auto; }
  .year-in-review__overview {
    min-height: 600px; }
  .year-in-review__overview .year-in-review__wrapper {
    min-height: 460px; }
  .year-in-review__bug-placeholder {
    max-width: 400px;
    margin: auto; }
  .year-in-review__bug {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 100%;
    background: #fff;
    border-radius: 50%; }
  .year-in-review__bug-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .year-in-review__bug-text {
    position: absolute;
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    color: #c4c4c4;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    text-align: center; }
  .year-in-review__states .one {
    grid-column: 7 / 10;
    -ms-grid-row-span: 8;
    -ms-grid-row: 5;
        grid-row: 5 / span 8; }
  .year-in-review__states .two {
    grid-column: 3 / 6;
    -ms-grid-row-span: 8;
    -ms-grid-row: 5;
        grid-row: 5 / span 8; }
  .year-in-review__states .three {
    grid-column: 9 / 12;
    -ms-grid-row-span: 4;
    -ms-grid-row: 1;
        grid-row: 1 / span 4; }
  .year-in-review__states .four {
    grid-column: 5 / 8;
    -ms-grid-row-span: 4;
    -ms-grid-row: 1;
        grid-row: 1 / span 4; }
  .year-in-review__states .five {
    grid-column: 1 / 4;
    -ms-grid-row-span: 4;
    -ms-grid-row: 1;
        grid-row: 1 / span 4; }
  .year-in-review__states .year-in-review__wrapper {
    min-height: 490px; }
  .year-in-review__states .year-in-review__bubbles {
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr); }
  @media (min-width: 960px) {
    .year-in-review__states .year-in-review__col-6:last-child {
      margin-top: 40px; } }
  .year-in-review__trivia {
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/pink-bottom-ff1ec332.svg);
    background-repeat: no-repeat;
    background-position: bottom; }
    .year-in-review__trivia .year-in-review__bubble--average-bounty {
      grid-column: 1 / 13;
      -ms-grid-row-span: 8;
      -ms-grid-row: 3;
          grid-row: 3 / span 8; }
      @media (min-width: 480px) {
        .year-in-review__trivia .year-in-review__bubble--average-bounty .title {
          font-size: 60px; }
        .year-in-review__trivia .year-in-review__bubble--average-bounty .meta {
          font-size: 20px; } }
    .year-in-review__trivia .year-in-review__bubble--hacktivity-upvotes {
      grid-column: 13 / 22;
      -ms-grid-row-span: 7;
      -ms-grid-row: 2;
          grid-row: 2 / span 7; }
    .year-in-review__trivia .year-in-review__bubble--impact {
      grid-column: 4 / 12;
      -ms-grid-row-span: 16;
      -ms-grid-row: 11;
          grid-row: 11 / span 16; }
      @media (min-width: 480px) {
        .year-in-review__trivia .year-in-review__bubble--impact .title {
          font-size: 40px; } }
    .year-in-review__trivia .year-in-review__bubble--resolved-reports {
      grid-column: 12 / 25;
      -ms-grid-row-span: 19;
      -ms-grid-row: 9;
          grid-row: 9 / span 19; }
      @media (min-width: 480px) {
        .year-in-review__trivia .year-in-review__bubble--resolved-reports .title {
          font-size: 96px; }
        .year-in-review__trivia .year-in-review__bubble--resolved-reports .meta {
          font-size: 24px; } }
  .year-in-review__trivia .year-in-review__wrapper {
    padding-top: 120px;
    padding-bottom: 320px; }
    @media (min-width: 960px) {
      .year-in-review__trivia .year-in-review__wrapper {
        padding-top: 0; } }
  @media (min-width: 960px) {
    .year-in-review__trivia .year-in-review__col-6:first-child {
      margin-top: -60px; } }
  .year-in-review__trivia .year-in-review__bubbles {
    grid-gap: 12px;
    -ms-grid-columns: (1fr)[24];
        grid-template-columns: repeat(24, 1fr); }
  .year-in-review__bubbles {
    display: -ms-grid;
    display: grid; }
  .year-in-review__bubble-content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1; }
    .year-in-review__bubble-content .title {
      font-family: "Effra", sans-serif;
      font-size: 48px;
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .year-in-review__bubble-content .meta {
      margin-top: 8px;
      color: #9e9e9e;
      font-family: "Effra", sans-serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .year-in-review__bubble {
    position: relative;
    background: #fff;
    color: #585858;
    border-radius: 100%;
    text-align: center; }
    .year-in-review__bubble::before {
      display: block;
      padding-top: 100%;
      content: ""; }
  .year-in-review__hacktivty {
    min-height: 600px;
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/white-bottom-6f84171a.svg);
    background-repeat: no-repeat;
    background-position: bottom; }
  .year-in-review__hacktivty .year-in-review__wrapper {
    padding-top: 120px; }
    @media (min-width: 960px) {
      .year-in-review__hacktivty .year-in-review__wrapper {
        padding-top: 0; } }
  .year-in-review__list-item {
    margin-bottom: 8px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(196, 196, 196, 0.5); }
  .year-in-review__list-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; }
  .year-in-review__list-indicator {
    display: none;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    background: #c4c4c4;
    color: #fff;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-align: center; }
    @media (min-width: 960px) {
      .year-in-review__list-indicator {
        display: block; } }
  .year-in-review__outro {
    position: relative;
    min-height: 720px;
    background-color: #fff;
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/blue-bottom-84c7fad7.svg);
    background-repeat: no-repeat;
    background-position: bottom; }
  .year-in-review__outro .year-in-review__wrapper {
    margin-bottom: 80px;
    padding-top: 120px; }
  .year-in-review__outro .year-in-review__footer {
    padding: 32px 24px; }
  .year-in-review__outro .year-in-review__logo {
    width: 120px;
    margin: auto; }
  .year-in-review__social {
    margin-top: 48px;
    font-size: 32px; }
  .year-in-review__teaser {
    margin-bottom: 24px;
    font-family: "Effra", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px; }
  .year-in-review__fact {
    font-family: "Effra", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px; }
  .year-in-review a {
    color: #2D68F4; }
    .year-in-review a:visited {
      color: #2D68F4; }
    .year-in-review a:hover {
      color: #214CB2; }
    .year-in-review a:active {
      color: #2D68F4; }
  .year-in-review__username {
    padding: 2px 8px;
    background-color: #e9e9e9;
    border-radius: 8px;
    line-height: 20px;
    text-decoration: none; }
    .year-in-review__username:hover {
      background-color: #e4e4e4; }
    .year-in-review__username--green {
      background-color: #099e6c;
      color: #fff; }
      .year-in-review__username--green:hover, .year-in-review__username--green:link, .year-in-review__username--green:active, .year-in-review__username--green:visited {
        color: #fff !important; }
      .year-in-review__username--green:hover {
        background-color: #089667; }
  .year-in-review__section-title {
    margin-bottom: 16px;
    font-family: "Effra", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase; }
  .year-in-review strong {
    font-family: "Effra", sans-serif;
    font-weight: 700; }
  .year-in-review .text-pink {
    color: #E10E71; }
  .year-in-review a.text-pink {
    color: #E10E71; }
    .year-in-review a.text-pink:visited {
      color: #E10E71; }
    .year-in-review a.text-pink:hover {
      color: #A40B53; }
    .year-in-review a.text-pink:active {
      color: #E10E71; }
  .year-in-review .text-green {
    color: #09A571; }
  .year-in-review .text-muted {
    color: #9e9e9e; }
  .year-in-review .severity-none {
    color: #53aa33; }
  .year-in-review .severity-low {
    color: #ffcb0d; }
  .year-in-review .severity-medium {
    color: #f9a009; }
  .year-in-review .severity-high {
    color: #df3d03; }
  .year-in-review .severity-critical {
    color: #cc0500; }
  @media (min-width: 960px) {
    .year-in-review .year-in-review__col-6 {
      -ms-grid-column: span 6;
          grid-column: span 6; }
    .year-in-review .year-in-review__intro .year-in-review__col-6,
    .year-in-review .year-in-review__no-data .year-in-review__col-6,
    .year-in-review .year-in-review__outro .year-in-review__col-6 {
      -ms-grid-column-span: 6;
      -ms-grid-column: 4;
          grid-column: 4 / span 6; } }

.alerts {
  position: fixed;
  z-index: 1300;
  top: 13px;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.alert__close {
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer; }

.alert {
  position: relative;
  margin-bottom: 7px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px; }

.alert--notice {
  background: #dff0d8;
  color: #335a23;
  border: 1px solid #b2dba1; }
  .alert--notice .alert__close {
    color: #335a23; }

.alert--error {
  background: #f2dede;
  color: #5f2525;
  border: 1px solid #dca7a7; }
  .alert--error .alert__close {
    color: #5f2525; }

.alert--warning {
  background: #fffae0;
  color: #947c00;
  border: 1px solid #ffee94; }
  .alert--warning .alert__close {
    color: #947c00; }

img.avatar {
  padding: 1px;
  background: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 10%;
  text-align: center; }
  img.avatar.no-border {
    padding: 0;
    border-color: transparent; }
  img.avatar.circle {
    border-radius: 500px; }
  img.avatar.emaillarge {
    width: 97px;
    height: 97px;
    line-height: 97px; }
  img.avatar.emailmedium {
    width: 63px;
    height: 63px;
    line-height: 63px; }
  img.avatar.xtralarge {
    width: 130px;
    height: 130px;
    padding: 2px;
    line-height: 130px; }
  img.avatar.large {
    width: 55px;
    height: 55px;
    line-height: 55px; }
  img.avatar.medium {
    width: 41px;
    height: 41px;
    border-radius: 13%;
    line-height: 41px; }
  img.avatar.small {
    width: 31px;
    height: 31px;
    border-radius: 13%;
    line-height: 31px; }
  img.avatar.tiny {
    width: 20px;
    height: 20px;
    border-radius: 25%;
    line-height: 20px; }

img.better-avatar {
  padding: 1px;
  background: #FFFFFF;
  text-align: center; }
  img.better-avatar.no-border {
    padding: 0;
    border-color: transparent; }
  img.better-avatar.circle {
    border-radius: 500px; }
  img.better-avatar.emaillarge {
    width: 97px;
    height: 97px;
    line-height: 97px; }
  img.better-avatar.emailmedium {
    width: 63px;
    height: 63px;
    line-height: 63px; }
  img.better-avatar.xtralarge {
    width: 130px;
    height: 130px;
    padding: 2px;
    line-height: 130px; }
  img.better-avatar.large {
    width: 55px;
    height: 55px;
    line-height: 55px; }
  img.better-avatar.medium {
    width: 41px;
    height: 41px;
    border-radius: 13%;
    line-height: 41px; }
  img.better-avatar.small {
    width: 31px;
    height: 31px;
    border-radius: 13%;
    line-height: 31px; }
  img.better-avatar.tiny {
    width: 20px;
    height: 20px;
    border-radius: 25%;
    line-height: 20px; }
  img.better-avatar.no-border-tiny {
    height: 20px;
    border-radius: 0;
    line-height: 20px; }

.banner {
  height: auto;
  min-height: 36px;
  padding: 7px 15px;
  background: #fffae0;
  color: #947c00;
  border-bottom: 1px solid #ffee94;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .banner > p {
    margin: 0; }
  .controller_bugs .banner {
    margin: -20px -20px 20px; }

.banner--dod-banner {
  background: #f5f5f5;
  color: #000;
  border-bottom: 0;
  text-align: center; }

.banner__container {
  display: table;
  width: 100%; }

.banner__content,
.banner__button {
  display: block;
  vertical-align: top; }
  @media (min-width: 640px) {
    .banner__content,
    .banner__button {
      display: table-cell; } }

.banner__content {
  padding: 0;
  text-align: center; }
  @media (min-width: 640px) {
    .banner__content {
      padding-right: 10px;
      text-align: left; } }

.banner__button {
  margin-top: 10px; }
  @media (min-width: 640px) {
    .banner__button {
      float: right;
      margin-top: 0; } }

.inline-banner {
  margin-bottom: 10px;
  padding: 7px 10px;
  background: #f5f5f5;
  border: 1px solid gainsboro;
  border-radius: 4px;
  overflow-wrap: break-word; }
  .inline-banner--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .inline-banner__content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
    float: left; }
  .inline-banner--no-margin,
  .inline-banner p:last-child {
    margin-bottom: 0; }
  .inline-banner__icon {
    float: left;
    margin: 10px 15px 10px 10px;
    font-size: 30px; }
    .inline-banner--info .inline-banner__icon {
      color: #5598cb; }
  .inline-banner--info {
    background: #deebf5;
    border-color: #b7d3e9; }
  .inline-banner--notice {
    background: #fef7d4;
    border-color: #fdeea2; }
  .inline-banner--error {
    background: #f2dede;
    border-color: #e4b9b9; }
  .inline-banner--success {
    background: #dff0d8;
    border-color: #c1e2b3; }

.button {
  color: #000;
  background-color: #ebebeb;
  color: #000;
  border-color: #999999;
  text-shadow: 0 1px 0 #efefef;
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid;
  border-bottom-width: 2px;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  /* HTML states */
  /* Sizes */
  /* Helpers */
  /* Colors */ }
  .button:visited {
    color: #000; }
  .button:hover {
    color: #000; }
  .button:active {
    color: #000; }
  .button--active {
    color: #000; }
  .button:hover {
    background-color: #e6e6e6; }
  .button:active, .button--active {
    background-color: gainsboro; }
  .button:active, .button:hover {
    text-decoration: none; }
  .button:active, .button:focus {
    outline: 0; }
  .button:focus {
    box-shadow: 0 0 10px rgba(33, 107, 165, 0.3); }
  .button--disabled, .button:disabled {
    cursor: not-allowed; }
  .button--small {
    padding: 2px 10px;
    font-size: 11px; }
  .button--big {
    padding: 15px 5px;
    font-size: 18px; }
  .button--modal {
    margin: 10px 0; }
  .button--bugs-filter {
    display: none;
    width: 85px;
    margin-left: 10px;
    text-align: right;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 960px) {
      .button--bugs-filter {
        display: inline-block; } }
  .button--centered {
    display: block;
    margin: auto; }
  .button--danger {
    color: #FFFFFF;
    background-color: #c92525;
    color: #FFFFFF;
    border-color: #831818;
    text-shadow: 0 1px 0 #a61f1f; }
    .button--danger:visited {
      color: #FFFFFF; }
    .button--danger:hover {
      color: #FFFFFF; }
    .button--danger:active {
      color: #FFFFFF; }
    .button--danger--active {
      color: #FFFFFF; }
    .button--danger:hover {
      background-color: #c02323; }
    .button--danger:active, .button--danger--active {
      background-color: #af2020; }
  .button--success {
    color: #FFFFFF;
    background-color: #72bc42;
    color: #FFFFFF;
    border-color: #4a7a2b;
    text-shadow: 0 1px 0 #5e9b36; }
    .button--success:visited {
      color: #FFFFFF; }
    .button--success:hover {
      color: #FFFFFF; }
    .button--success:active {
      color: #FFFFFF; }
    .button--success--active {
      color: #FFFFFF; }
    .button--success:hover {
      background-color: #6db43f; }
    .button--success:active, .button--success--active {
      background-color: #64a53a; }
  .button--blue {
    color: #FFFFFF;
    background-color: #216ba5;
    color: #FFFFFF;
    border-color: #15466b;
    text-shadow: 0 1px 0 #1b5888; }
    .button--blue:visited {
      color: #FFFFFF; }
    .button--blue:hover {
      color: #FFFFFF; }
    .button--blue:active {
      color: #FFFFFF; }
    .button--blue--active {
      color: #FFFFFF; }
    .button--blue:hover {
      background-color: #1f659d; }
    .button--blue:active, .button--blue--active {
      background-color: #1c5a8c; }
  .button--gray {
    color: #000;
    background-color: #f5f5f5;
    color: #000;
    border-color: #9f9f9f;
    text-shadow: 0 1px 0 #cacaca; }
    .button--gray:visited {
      color: #000; }
    .button--gray:hover {
      color: #000; }
    .button--gray:active {
      color: #000; }
    .button--gray--active {
      color: #000; }
    .button--gray:hover {
      background-color: #f0f0f0; }
    .button--gray:active, .button--gray--active {
      background-color: #e6e6e6; }
  .button--link {
    color: #216ba5;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    border-color: transparent;
    font-weight: 400; }
    .button--link:visited {
      color: #216ba5; }
    .button--link:hover {
      color: #144063; }
    .button--link:active {
      color: #216ba5; }
    .button--link:hover, .button--link:active {
      background-color: transparent;
      border-color: transparent; }
    .button--link:hover {
      text-decoration: underline; }
    .button--link:focus {
      box-shadow: none; }

.button-group {
  zoom: 1;
  white-space: nowrap; }
  .button-group::before, .button-group::after {
    display: block;
    overflow: hidden;
    height: 0;
    content: " "; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    border-radius: 0; }
    .button-group .button + .button {
      margin-left: -1px; }
    .button-group .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .button-group .button:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
    .button-group .button--active {
      border-top-width: 2px;
      border-bottom-width: 1px;
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15); }

.subscription-tooltip {
  display: block; }

.centering-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  text-align: center; }

.centering-outer::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ""; }

.centering-inner {
  display: inline-block;
  vertical-align: middle; }

.centering-content {
  visibility: visible; }

.clear-badge-wrapper--small {
  position: absolute;
  -webkit-transform: translate(75%, -35%);
      -ms-transform: translate(75%, -35%);
          transform: translate(75%, -35%); }

.clear-badge-wrapper--medium {
  position: absolute;
  -webkit-transform: translate(160%, -30%);
      -ms-transform: translate(160%, -30%);
          transform: translate(160%, -30%); }

.clear-badge-wrapper--large {
  position: absolute;
  -webkit-transform: translate(230%, 0%);
      -ms-transform: translate(230%, 0%);
          transform: translate(230%, 0%); }

.clear-badge-wrapper--small {
  position: absolute;
  -webkit-transform: translate(75%, -35%);
      -ms-transform: translate(75%, -35%);
          transform: translate(75%, -35%); }

.clear-badge-wrapper--medium {
  position: absolute;
  -webkit-transform: translate(160%, -30%);
      -ms-transform: translate(160%, -30%);
          transform: translate(160%, -30%); }

.clear-badge-wrapper--large {
  position: absolute;
  -webkit-transform: translate(230%, 0%);
      -ms-transform: translate(230%, 0%);
          transform: translate(230%, 0%); }

.content-footer {
  margin-top: 20px;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-left: -20px; }

.content-footer-wrapper {
  display: table;
  width: 100%;
  padding: 15px 20px;
  background: #f5f5f5;
  border-top: 1px solid #c5c5c5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .application_full_width_layout .content-footer-wrapper {
    background: none;
    border: 0; }
  .content-footer-wrapper--embedded {
    background: transparent;
    border-top: 0; }

.content-footer-left,
.content-footer-right {
  display: table-cell;
  width: 50%; }

.content-footer-left {
  text-align: left; }

.content-footer-right {
  text-align: right; }

.content-footer__note {
  margin-right: 15px;
  color: #828282;
  font-size: 12px;
  font-weight: normal; }

.content-footer__powered-by {
  width: 130px; }

.dropdown-box {
  position: relative;
  display: inline-block; }

.dropdown-list-container {
  position: absolute;
  z-index: 5;
  display: none;
  overflow: hidden;
  margin-top: 3px;
  background: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
  .open .dropdown-list-container {
    display: block; }
  .dropdown-placement-top .dropdown-list-container {
    bottom: 100%; }
  .dropdown-pull-right .dropdown-list-container {
    right: 0; }

.dropdown-list-wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: top; }
  .dropdown-with-description .dropdown-list-wrapper {
    box-shadow: inset 0 0 0 1px #e5e5e5; }

.dropdown-description-wrapper {
  display: none;
  min-width: 280px;
  background: #f5f5f5;
  font-size: 13px;
  font-weight: normal; }
  .dropdown-with-description .dropdown-description-wrapper {
    display: table-cell;
    width: 100%;
    vertical-align: top; }

.dropdown-scroll-area {
  position: relative;
  max-height: 243px; }

.dropdown-item-link-icon {
  position: absolute;
  right: 10px;
  display: inline;
  margin-left: 10px;
  color: #828282; }

.dropdown-item {
  color: #000;
  position: relative;
  display: block;
  height: 32px;
  padding: 0 35px 0 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 31px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .dropdown-item:visited {
    color: #000; }
  .dropdown-item:hover {
    color: #000; }
  .dropdown-item:active {
    color: #000; }
  .dropdown-item.disabled {
    color: #a6a6a6;
    opacity: 1;
    cursor: not-allowed; }
  .dropdown-item--no-checkmark {
    padding-right: 10px; }
  .dropdown-item:hover, .dropdown-item.hover {
    background: #f5f5f5;
    text-decoration: none; }
  .dropdown-item:last-child {
    border-bottom: 0; }
  .dropdown-with-description .dropdown-item:hover:last-child,
  .dropdown-with-description .dropdown-item.hover:last-child {
    border-bottom: 1px solid #e5e5e5; }

.dropdown-item-description {
  min-height: 160px;
  padding: 10px 20px; }
  .dropdown-item-description p:last-child {
    margin-bottom: 0; }

.dropdown-button {
  color: #000;
  display: inline-block;
  padding: 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-bottom-width: 2px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.2;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .dropdown-button:visited {
    color: #000; }
  .dropdown-button:focus {
    color: #000; }
  .dropdown-button:hover {
    color: #000; }
  .dropdown-button:active {
    color: #000; }
  .dropdown--disabled .dropdown-button {
    opacity: 0.35;
    cursor: not-allowed; }
    .dropdown--disabled .dropdown-button:hover {
      background: -webkit-linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
      background: linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
      /* stylelint-disable */
      filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='    #FFFFFFFF', endColorstr='#FFFFFFFF')";
      /* stylelint-enable */ }
  .dropdown-button--normal {
    font-size: 13px; }
  .dropdown-button--leaderboard {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px; }
  .dropdown-button:hover {
    background: -webkit-linear-gradient(#FFFFFF 0%, #ebebeb 100%);
    background: linear-gradient(#FFFFFF 0%, #ebebeb 100%);
    /* stylelint-disable */
    filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='    #FFFFFFFF', endColorstr='#FFEBEBEB')";
    /* stylelint-enable */
    text-decoration: none; }
  .open .dropdown-button {
    background: -webkit-linear-gradient(#FFFFFF 0%, #ebebeb 100%);
    background: linear-gradient(#FFFFFF 0%, #ebebeb 100%);
    /* stylelint-disable */
    filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='    #FFFFFFFF', endColorstr='#FFEBEBEB')";
    /* stylelint-enable */
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15); }
  .dropdown-silent .dropdown-button {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }
    .dropdown-silent .dropdown-button:hover {
      margin: 0;
      border: 1px solid #c5c5c5;
      border-bottom-width: 2px; }
  .dropdown-silent.open .dropdown-button {
    margin: 0;
    border: 1px solid #c5c5c5;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15); }
  .dropdown-button::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    border: 3px solid #000;
    border-color: #000 transparent transparent;
    content: ""; }

.dropdown-button-prefix {
  color: #828282;
  font-weight: 400; }

label,
input,
textarea,
select,
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  label:focus,
  input:focus,
  textarea:focus,
  select:focus,
  fieldset:focus {
    outline: 0; }

textarea {
  font-family: inherit;
  resize: none; }

/* stylelint-disable */
/* stylelint-enable */
.inline-form {
  display: inline-block; }

.grid-filler {
  max-width: inherit;
  padding: 24px 0;
  background: #f5f5f5;
  box-shadow: inset 0 0 0 1px #c5c5c5;
  font-weight: 600; }

.row {
  zoom: 1;
  position: relative; }
  .row::before, .row::after {
    display: block;
    overflow: hidden;
    height: 0;
    content: " "; }
  .row::after {
    clear: both; }
  .row .col {
    float: left; }

.row--20 {
  margin-bottom: 20px;
  margin-left: -20px; }
  .row--20 .col {
    padding-left: 20px; }

.col--one-whole,
.col--one-half,
.col--one-third,
.col--two-thirds,
.col--one-quarter,
.col--three-quarters,
.col--one-fifth,
.col--two-fifths,
.col--three-fifths,
.col--four-fifths,
.col--pricing,
.superman-footer--column {
  width: 100%; }

@media (min-width: 640px) {
  .col--one-half,
  .col--pricing,
  .superman-footer--column {
    width: 50%; }
  .col--one-third {
    width: 33.33333%; }
  .col--two-thirds {
    width: 66.66667%; }
  .col--one-quarter {
    width: 25%; }
  .col--three-quarters {
    width: 75%; }
  .col--one-fifth {
    width: 20%; }
  .col--two-fifths {
    width: 40%; }
  .col--three-fifths {
    width: 60%; }
  .col--four-fifths {
    width: 80%; } }

@media (min-width: 940px) {
  .col--pricing,
  .superman-footer--column {
    width: 25%; } }

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "hackerone", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  text-decoration: none; }

.icon-arrow::before {
  content: "\f100"; }

.icon-arrow-alt::before {
  content: "\f101"; }

.icon-arrow-closure::before {
  content: "\f102"; }

.icon-bank::before {
  content: "\f103"; }

.icon-bitcoin::before {
  content: "\f104"; }

.icon-bug::before {
  content: "\f105"; }

.icon-celebration::before {
  content: "\f106"; }

.icon-check::before {
  content: "\f107"; }

.icon-checkmark::before {
  content: "\f108"; }

.icon-checkmark-alt::before {
  content: "\f109"; }

.icon-checkmark-circle::before {
  content: "\f10a"; }

.icon-chevron::before {
  content: "\f10b"; }

.icon-chevron-down::before {
  content: "\f10c"; }

.icon-chevron-up::before {
  content: "\f10d"; }

.icon-circle::before {
  content: "\f10e"; }

.icon-clear::before {
  content: "\f10f"; }

.icon-clock::before {
  content: "\f110"; }

.icon-close::before {
  content: "\f111"; }

.icon-closed-lock::before {
  content: "\f112"; }

.icon-cross::before {
  content: "\f113"; }

.icon-cross-circle::before {
  content: "\f114"; }

.icon-cup::before {
  content: "\f115"; }

.icon-delete::before {
  content: "\f116"; }

.icon-edit::before {
  content: "\f117"; }

.icon-external-link::before {
  content: "\f118"; }

.icon-eye::before {
  content: "\f119"; }

.icon-gift::before {
  content: "\f11a"; }

.icon-hacktivity-vote::before {
  content: "\f11b"; }

.icon-hamburger::before {
  content: "\f11c"; }

.icon-info::before {
  content: "\f11d"; }

.icon-logo::before {
  content: "\f11e"; }

.icon-magnifier::before {
  content: "\f11f"; }

.icon-message::before {
  content: "\f120"; }

.icon-minus::before {
  content: "\f121"; }

.icon-needhelp::before {
  content: "\f122"; }

.icon-paperclip::before {
  content: "\f123"; }

.icon-participants::before {
  content: "\f124"; }

.icon-payout-settings::before {
  content: "\f125"; }

.icon-paypal::before {
  content: "\f126"; }

.icon-pencil::before {
  content: "\f127"; }

.icon-play::before {
  content: "\f128"; }

.icon-plus::before {
  content: "\f129"; }

.icon-policy::before {
  content: "\f12a"; }

.icon-profile::before {
  content: "\f12b"; }

.icon-programhealth::before {
  content: "\f12c"; }

.icon-publish::before {
  content: "\f12d"; }

.icon-remove::before {
  content: "\f12e"; }

.icon-search::before {
  content: "\f12f"; }

.icon-share-facebook::before {
  content: "\f130"; }

.icon-share-hacker-news::before {
  content: "\f132"; }

.icon-share-linkedin::before {
  content: "\f133"; }

.icon-share-reddit::before {
  content: "\f134"; }

.icon-share-rss::before {
  content: "\f135"; }

.icon-share-twitter::before {
  content: "\f136"; }

.icon-small-cup::before {
  content: "\f137"; }

.icon-users::before {
  content: "\f138"; }

img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

.input-wrapper,
.input-wrapper-small {
  position: relative; }
  .input-wrapper:last-child,
  .input-wrapper-small:last-child {
    margin-bottom: 0; }

.input-wrapper {
  margin-bottom: 20px; }
  .input-wrapper--mkto {
    border-bottom: 1px solid #c2c2c2; }

.input-wrapper--full-width {
  width: 100%; }

.input-wrapper-small {
  margin-bottom: 10px; }

.input-wrapper--inline {
  display: inline-block;
  margin: 0; }

.input-label {
  font-weight: 600;
  cursor: pointer; }
  .has-error .input-label {
    color: #cd3a3a; }
  .input-label--superman {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300; }
  .input-label--mkto {
    font-size: 13px;
    font-weight: 700; }

.input-tag {
  margin: -3px 5px -3px -7px;
  padding: 0 6px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  line-height: 21px; }
  .input-tag__remove {
    color: #828282;
    margin-left: 10px; }
    .input-tag__remove:visited {
      color: #828282; }
    .input-tag__remove:hover {
      color: #828282; }
    .input-tag__remove:active {
      color: #828282; }

.input--blank {
  width: 100%;
  padding: 1px 0;
  background: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  overflow-wrap: break-word; }

.input, .select, .report-action-picker__input {
  display: block;
  width: 100%;
  padding: 6px 5px 5px;
  background: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 16px; }
  .input--focus, .input:focus, .select:focus, .report-action-picker__input:focus {
    border-color: #c5c5c5;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 10px rgba(33, 107, 165, 0.3);
    outline: none; }
  .input:disabled, .select:disabled, .report-action-picker__input:disabled {
    background-color: #FFFFFF; }
  .input--mkto {
    padding: 3px 0;
    border: 0;
    box-shadow: none;
    font-family: "Effra", sans-serif;
    font-size: 16px;
    font-weight: 300; }
    .input--mkto:focus {
      box-shadow: none;
      outline: none; }
  .input--superman {
    height: 38px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: inherit;
    font-weight: 300; }
    .input--superman:focus {
      box-shadow: 0 0 10px rgba(0, 219, 255, 0.25), inset 0 0 0 2px #00dbff;
      outline: none; }
    .input--superman:disabled {
      background-color: #FFFFFF; }
    .input--superman::-webkit-input-placeholder {
      color: #c5c5c5; }
    .input--superman::-moz-placeholder {
      color: #c5c5c5; }
    .input--superman:-ms-input-placeholder {
      color: #c5c5c5; }
    .input--superman::placeholder {
      color: #c5c5c5; }
  .input--search {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px; }
    @media (min-width: 640px) {
      .input--search {
        font-size: 13px; } }
  .input--superman-textarea {
    padding: 20px; }
  .input-wrapper--inline .input, .input-wrapper--inline .select, .input-wrapper--inline .report-action-picker__input {
    display: inline;
    margin-right: 5px;
    margin-left: 5px; }
  .input--monospace {
    font-family: Consolas, "Liberation Mono", Courier, monospace; }
  .has-currency-indicator .input, .has-currency-indicator .select, .has-currency-indicator .report-action-picker__input {
    padding-left: 18px; }
  .has-currency-indicator.bounty-tables .input, .has-currency-indicator.bounty-tables .select, .has-currency-indicator.bounty-tables .report-action-picker__input {
    padding-left: 40px; }
  .input.has-input-color-indicator, .has-input-color-indicator.select, .has-input-color-indicator.report-action-picker__input {
    padding-left: 32px; }
  .has-max-length-indicator .input, .has-max-length-indicator .select, .has-max-length-indicator .report-action-picker__input {
    padding-right: 40px; }
  .has-error .input, .has-error .select, .has-error .report-action-picker__input {
    border-color: #cd3a3a; }
    .has-error .input:focus, .has-error .select:focus, .has-error .report-action-picker__input:focus {
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 10px rgba(205, 58, 58, 0.3); }
    .has-error .input--mkto:focus {
      box-shadow: none;
      outline: none; }

.input--required {
  margin-left: 3px;
  color: #e67e22; }

.input-content-counter {
  right: 10px;
  color: #9c9c9c;
  font-size: 12px;
  text-align: right; }
  .input-content-counter.is-below-zero {
    color: #cd3a3a;
    font-weight: 600; }

.input-content-counter,
.currency-indicator {
  position: absolute;
  z-index: 1;
  top: 1px;
  height: 29px;
  line-height: 29px; }
  .has-error .input-content-counter, .has-error
  .currency-indicator {
    color: #cd3a3a; }
  .input-wrapper .input-content-counter, .input-wrapper
  .currency-indicator {
    top: 22px; }
  .input--superman ~ .input-content-counter, .input--superman ~
  .currency-indicator {
    top: 36px; }

.internal-indicator {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 10px;
  height: 29px;
  line-height: 29px; }
  .has-error .internal-indicator {
    color: #cd3a3a; }
  .input-wrapper .internal-indicator {
    top: 22px; }
  .input--superman ~ .internal-indicator {
    top: 36px; }

@-moz-document url-prefix("") {
  .input-content-counter,
  .currency-indicator {
    top: 0; }
    .input-wrapper .input-content-counter, .input-wrapper
    .currency-indicator {
      top: 21px; }
    .input--superman ~ .input-content-counter, .input--superman ~
    .currency-indicator {
      top: 35px; } }

.currency-indicator {
  left: 10px; }
  .currency-indicator--small {
    height: 24px;
    line-height: 24px; }

.input__color-indicator {
  position: absolute;
  top: 27px;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  cursor: pointer; }

.input--reference-id {
  display: inline-block;
  width: 155px;
  padding-right: 25px;
  background: #fbf1f1; }

.input--setup {
  width: 85px; }

.icon--reference-id {
  position: absolute;
  top: 25px;
  right: 10px;
  left: 135px;
  width: 12px;
  height: 13px;
  color: #828282;
  font-size: 11px; }

.js-disabled {
  z-index: 1;
  margin-bottom: -60px;
  padding: 20px;
  background: rgba(206, 0, 0, 0.3);
  text-align: center; }

.label {
  padding: 0 2px;
  background: #f5f5f5;
  color: #000;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600; }

.label--green {
  background: #09A571;
  color: #FFFFFF;
  border-color: #077F57; }

.label--red {
  background: #DF2935;
  color: #FFFFFF;
  border-color: #A31E27; }

.label--yellow {
  background: #F3B234;
  color: #FFFFFF;
  border-color: #B18226; }

.label--blue {
  background: #2D68F4;
  color: #FFFFFF;
  border-color: #214CB2; }

.label--sla-status {
  display: inline-block;
  width: 24px;
  line-height: 15px;
  text-align: center; }

.list {
  margin: 0 0 15px 20px;
  list-style: disc; }
  .list:last-child {
    margin-bottom: 0; }
  .list--inline {
    margin-left: 0; }
    .list--inline li {
      position: relative;
      display: inline;
      padding-right: 7px; }
      .list--inline li::after {
        padding-left: 7px;
        font-size: 10px;
        content: "\2022"; }
      .list--inline li:last-child {
        padding-right: 0; }
      .list--inline li:last-child::after {
        padding-left: 0;
        content: ""; }
  .list--no-bullets {
    list-style: none; }

/* stylelint-disable */
ol.list {
  list-style: decimal; }

/* stylelint-enable */
.markdownable {
  margin-bottom: -15px; }
  .markdownable--no-margin-bottom {
    margin-bottom: 0; }
  .markdownable--no-p-margin-bottom p {
    margin-bottom: 0; }
  .markdownable--with-margin-bottom {
    margin-bottom: 15px; }
  .markdownable--scrollable {
    max-height: 300px;
    overflow-y: auto; }
  .markdownable h1,
  .markdownable h2,
  .markdownable h3,
  .markdownable h4,
  .markdownable h5,
  .markdownable h6 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .markdownable h1 {
    font-size: 19px; }
  .markdownable h2 {
    font-size: 17px; }
  .markdownable h3 {
    font-size: 15px; }
  .markdownable code {
    overflow-x: auto;
    padding: 0 5px;
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-size: 13px; }
  .markdownable pre code {
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    overflow-wrap: break-word; }
  .markdownable ul,
  .markdownable ol {
    margin-left: 17px;
    padding-bottom: 15px; }
  .markdownable ul {
    list-style: disc; }
  .markdownable ol {
    list-style: decimal; }
  .markdownable em {
    font-style: italic; }
  .markdownable blockquote {
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #e5e5e5; }
  .markdownable table {
    display: block;
    overflow-x: auto; }
  .markdownable i {
    margin-left: 3px; }

.modal-open {
  overflow: hidden; }

.modal-background {
  position: fixed;
  z-index: 1250;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.65); }
  .modal-background.is-hidden {
    display: none; }
  .modal-background.is-visible {
    display: block; }

.modal-close-button {
  color: #828282;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  font-size: 16px;
  cursor: pointer; }
  .modal-close-button:visited {
    color: #828282; }
  .modal-close-button:hover {
    color: #828282; }
  .modal-close-button:active {
    color: #828282; }
  @media (min-width: 768px) {
    .modal-close-button {
      padding: 0; } }
  .modal-close-button:hover {
    text-decoration: none; }

.modal-content {
  position: relative;
  z-index: 1251;
  margin: 10px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: default; }
  @media (min-width: 768px) {
    .modal-content {
      width: 700px;
      margin: 65px auto 30px; } }
  @media (min-width: 768px) {
    .modal-content .attachment--image {
      cursor: -webkit-zoom-out;
      cursor: zoom-out; } }
  .modal-content--small {
    width: 320px; }
  @media (min-width: 768px) {
    .modal-content--medium {
      width: 500px; } }
  @media (min-width: 768px) {
    .modal-content--large {
      width: 75%; } }

.modal-title {
  font-weight: 600; }

.modal-footer {
  overflow: hidden;
  margin: 20px -20px -20px;
  padding-right: 20px;
  padding-left: 20px;
  background: #f5f5f5;
  border-top: 1px solid #c5c5c5;
  line-height: 51px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.page-title-container {
  margin-bottom: 25px; }

.page-title__sub-title {
  margin-left: 10px;
  color: #828282;
  font-size: 16px; }

.settings-title-container {
  zoom: 1;
  position: relative; }
  .settings-title-container::before, .settings-title-container::after {
    display: block;
    overflow: hidden;
    height: 0;
    content: " "; }
  .settings-title-container::after {
    clear: both; }

.password-strength-container {
  position: relative;
  overflow: hidden;
  height: 4px;
  margin-top: -6px;
  background: #ccc;
  border-radius: 2px; }

.password-strength-indicator {
  position: absolute;
  width: auto;
  height: 4px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
  .password-strength-indicator.is-too-long, .password-strength-indicator.is-too-short, .password-strength-indicator.is-weak {
    width: 25%;
    background: #d20000; }
  .password-strength-indicator.is-so-so {
    width: 50%;
    background: #ef9f00; }
  .password-strength-indicator.is-good {
    width: 75%;
    background: #a0be91; }
  .password-strength-indicator.is-great {
    width: 100%;
    background: #63ac34;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; }

.password-strength-separator {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 4px;
  background: #FFFFFF; }
  .password-strength-separator:nth-child(2) {
    left: 25%; }
  .password-strength-separator:nth-child(3) {
    left: 50%; }
  .password-strength-separator:nth-child(4) {
    left: 75%; }

.password-strength-info {
  position: relative;
  width: 100%; }

.password-strength-text {
  margin-bottom: 10px;
  text-align: right; }
  .password-strength-text > .icon-info {
    padding-left: 5px;
    color: #aeaeae;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer; }

.password-strength-explanation {
  font-size: 11px;
  font-weight: 600; }
  .password-strength-explanation.is-too-short, .password-strength-explanation.is-too-long, .password-strength-explanation.is-weak {
    color: #d20000; }
  .password-strength-explanation.is-so-so {
    color: #ef9f00; }
  .password-strength-explanation.is-good {
    color: #a0be91; }
  .password-strength-explanation.is-great {
    color: #63ac34; }

.password-strength-image {
  width: 582px;
  height: 473px; }

.xkcd-source {
  margin: 0;
  color: #828282;
  font-size: 11px;
  text-align: center; }

.popover--is-loading {
  opacity: 0.01; }

.popover__content {
  z-index: 0;
  overflow: hidden;
  max-width: 240px;
  padding: 8px;
  background: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  line-height: 1.4; }
  .popover__content--small {
    max-width: 120px; }
  .popover__content--medium {
    max-width: 380px; }
  .popover__content--large {
    max-width: 600px; }
  .popover--no-padding .popover__content {
    padding: 0; }

.popover__footer {
  margin: 8px -8px -8px;
  padding: 6px;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.popover__arrow, .popover__arrow-shadow {
  position: absolute;
  width: 8px;
  height: 8px;
  margin: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.popover__arrow {
  z-index: 1;
  background: #FFFFFF; }

.popover__arrow-shadow {
  z-index: -1;
  border: 1px solid #c5c5c5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
  .tether-element-attached-top .popover__arrow-shadow {
    margin-bottom: -4px; }
  .tether-element-attached-right .popover__arrow-shadow {
    margin-left: -4px; }
  .tether-element-attached-bottom .popover__arrow-shadow {
    margin-top: -4px; }
  .tether-element-attached-left .popover__arrow-shadow {
    margin-right: -4px; }

.tether-element-attached-top.tether-element-attached-center .popover__arrow, .tether-element-attached-top.tether-element-attached-center
.popover__arrow-shadow {
  bottom: 100%;
  left: 50%; }

.tether-element-attached-bottom.tether-element-attached-center .popover__arrow, .tether-element-attached-bottom.tether-element-attached-center
.popover__arrow-shadow {
  top: 100%;
  left: 50%; }

.tether-element-attached-right.tether-element-attached-middle .popover__arrow, .tether-element-attached-right.tether-element-attached-middle
.popover__arrow-shadow {
  top: 50%;
  left: 100%; }

.tether-element-attached-left.tether-element-attached-middle .popover__arrow, .tether-element-attached-left.tether-element-attached-middle
.popover__arrow-shadow {
  top: 50%;
  right: 100%; }

.tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom .popover__arrow, .tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom
.popover__arrow-shadow {
  bottom: 100%;
  left: 13px; }

.tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom .popover__arrow, .tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom
.popover__arrow-shadow {
  right: 13px;
  bottom: 100%; }

.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top .popover__arrow, .tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top
.popover__arrow-shadow {
  top: 100%;
  left: 13px; }

.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top .popover__arrow, .tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top
.popover__arrow-shadow {
  top: 100%;
  right: 13px; }

.tether-element-attached-top.tether-element-attached-right.tether-target-attached-left .popover__arrow, .tether-element-attached-top.tether-element-attached-right.tether-target-attached-left
.popover__arrow-shadow {
  top: 13px;
  left: 100%; }

.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .popover__arrow, .tether-element-attached-top.tether-element-attached-left.tether-target-attached-right
.popover__arrow-shadow {
  top: 13px;
  right: 100%; }

.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left .popover__arrow, .tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left
.popover__arrow-shadow {
  bottom: 13px;
  left: 100%; }

.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right .popover__arrow, .tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right
.popover__arrow-shadow {
  right: 100%;
  bottom: 13px; }

.popover--new-feature .popover__content {
  min-width: 275px;
  margin-top: 15px;
  background: #0A0A0A;
  border-color: #3E3E3E; }

.popover--new-feature .popover__arrow {
  background: #0A0A0A; }

.popover--new-feature .popover__arrow-shadow {
  border-color: #3E3E3E; }

.popover--tutorial {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }
  .popover--tutorial .popover__content {
    padding: 15px;
    background: #fff0b9; }
  .popover--tutorial .popover__footer {
    margin: 15px -15px -15px;
    background: #FFFFFF; }
  .popover--tutorial .popover__arrow {
    background: #fff0b9; }
    .tether-element-attached-bottom.tether-element-attached-center .popover--tutorial .popover__arrow {
      background: #FFFFFF; }

.popover--mini-profile .popover__content {
  min-width: 220px;
  max-width: 220px;
  min-height: 50px; }

.popover {
  position: relative; }
  .tether-element-attached-bottom.tether-element-attached-center .popover {
    margin-bottom: 8px; }
  .tether-element-attached-top.tether-element-attached-center .popover {
    margin-top: 8px; }
  .tether-element-attached-right.tether-element-attached-middle .popover {
    margin-right: 8px; }
  .tether-element-attached-left.tether-element-attached-middle .popover {
    margin-left: 8px; }
  .tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom .popover {
    margin-top: 8px; }
  .tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom .popover {
    margin-top: 8px; }
  .tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top .popover {
    margin-bottom: 8px; }
  .tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top .popover {
    margin-bottom: 8px; }
  .tether-element-attached-top.tether-element-attached-right.tether-target-attached-left .popover {
    margin-right: 8px; }
  .tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .popover {
    top: 8px; }
  .tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left .popover {
    margin-right: 8px; }
  .tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right .popover {
    margin-left: 8px; }

.separator {
  width: 100%;
  margin: 30px 0;
  border-bottom: 1px solid #c5c5c5; }

.separator--small {
  margin: 10px 0; }

.separator--muted {
  border-bottom: 1px solid #e5e5e5; }

.separated-and-muted, .is-separated-and-muted ~ .is-separated-and-muted {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5; }

.separator--line {
  position: relative;
  height: 10px;
  margin-top: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c5c5; }

.separator--text {
  position: absolute;
  margin: 0 10px;
  padding: 0 7px;
  background: #FFFFFF;
  color: #828282;
  font-size: 11px;
  text-transform: uppercase; }

.status-page-image {
  width: 215px;
  height: 215px;
  margin-bottom: 15px;
  padding: 3px;
  background: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 400px; }

.tooltip {
  z-index: 1500;
  overflow: hidden; }

.tooltip__container {
  background: rgba(32, 32, 32, 0.8);
  color: #FFFFFF; }

.tether-target-attached-left.tether-element-attached-middle .tooltip__container::after {
  border-left-color: rgba(32, 32, 32, 0.8); }

.tether-element-attached-bottom.tether-element-attached-center .tooltip__container::after {
  border-top-color: rgba(32, 32, 32, 0.8); }

.tether-element-attached-top.tether-element-attached-center .tooltip__container::after {
  border-bottom-color: rgba(32, 32, 32, 0.8); }

.tether-target-attached-right.tether-element-attached-middle .tooltip__container::after {
  border-right-color: rgba(32, 32, 32, 0.8); }

.tooltip__container {
  overflow: hidden;
  max-width: 240px;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center; }
  .tooltip__container--small {
    max-width: 120px; }
  .tooltip__container--medium {
    max-width: 380px; }
  .tooltip__container--large {
    max-width: 600px; }
  .tooltip__container::after {
    position: absolute;
    margin: -8px;
    border: 8px solid transparent;
    content: "";
    pointer-events: none; }
  .tether-target-attached-left.tether-element-attached-middle .tooltip__container {
    margin-right: 8px; }
    .tether-target-attached-left.tether-element-attached-middle .tooltip__container::after {
      top: 50%;
      right: 100%; }
  .tether-element-attached-top.tether-element-attached-center .tooltip__container {
    margin-top: 8px; }
    .tether-element-attached-top.tether-element-attached-center .tooltip__container::after {
      bottom: 100%;
      left: 50%; }
  .tether-target-attached-right.tether-element-attached-middle .tooltip__container {
    margin-left: 8px; }
    .tether-target-attached-right.tether-element-attached-middle .tooltip__container::after {
      top: 50%;
      right: 100%; }
  .tether-element-attached-bottom.tether-element-attached-center .tooltip__container {
    margin-bottom: 8px; }
    .tether-element-attached-bottom.tether-element-attached-center .tooltip__container::after {
      top: 100%;
      left: 50%; }

.tooltip-password-advice {
  position: absolute;
  z-index: 10;
  top: -247px;
  right: 30px;
  width: 590px;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 12px; }
  .tooltip-password-advice::after, .tooltip-password-advice::before {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    pointer-events: none; }
  .tooltip-password-advice::after {
    margin-top: -9px;
    border-width: 9px;
    border-color: transparent;
    border-left-color: #FFFFFF; }
  .tooltip-password-advice::before {
    margin-top: -10px;
    border-width: 10px;
    border-color: transparent;
    border-left-color: #c5c5c5; }
  .tooltip-password-advice p:only-child {
    margin-bottom: 0; }

.typeahead {
  position: relative; }

.typeahead-dropdown {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  background: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
  .typeahead-dropdown::after, .typeahead-dropdown::before {
    position: absolute;
    top: auto;
    right: auto;
    left: 20px;
    width: 0;
    height: 0;
    border: solid transparent;
    content: ""; }
  .typeahead-dropdown::after {
    border-width: 6px;
    border-color: transparent; }
  .typeahead-dropdown::before {
    border-width: 7px; }
  .typeahead-dropdown::after, .typeahead-dropdown::before {
    right: auto;
    left: 20px;
    bottom: 100%; }
  .typeahead-dropdown::after {
    border-bottom-color: #FFFFFF; }
  .typeahead-dropdown::before {
    border-bottom-color: #c5c5c5;
    margin-left: -1px; }

.typeahead-suggestions {
  position: relative;
  overflow: hidden;
  max-height: 135px; }

.typeahead-suggestion {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 8px;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  cursor: pointer; }
  .typeahead-suggestion:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .typeahead-suggestion:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.typeahead-suggestion-selected {
  background: #f5f5f5; }

.user-autocomplete {
  width: 175px; }

.typeahead__loading-indicator {
  position: absolute;
  right: 3px;
  bottom: 3px; }

.typeahead-selection {
  display: table;
  width: 100%;
  height: 31px;
  padding: 3px 5px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  white-space: nowrap;
  table-layout: fixed; }
  .typeahead-selection__avatar {
    display: table-cell;
    width: 20px;
    vertical-align: middle; }
  .typeahead-selection__remove {
    color: #cd3a3a;
    display: table-cell;
    width: 13px;
    vertical-align: middle; }
    .typeahead-selection__remove:visited {
      color: #cd3a3a; }
    .typeahead-selection__remove:hover {
      color: #cd3a3a; }
    .typeahead-selection__remove:active {
      color: #cd3a3a; }
  .typeahead-selection__information {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: table-cell;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    vertical-align: middle; }
  .typeahead-selection__right {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: table-cell;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    text-align: right;
    vertical-align: middle; }

body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 21px; }

p {
  margin-bottom: 15px; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

a,
.link {
  color: #216ba5;
  text-decoration: none;
  cursor: pointer; }
  a:visited,
  .link:visited {
    color: #216ba5; }
  a:hover,
  .link:hover {
    color: #144063; }
  a:active,
  .link:active {
    color: #216ba5; }
  a:hover,
  .link:hover {
    text-decoration: underline; }
  a.red,
  .link.red {
    color: #cd3a3a; }

.link {
  padding: 0;
  background: none;
  border: 0;
  outline-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 21px;
  cursor: pointer; }

h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px; }

h2 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px; }

h3 {
  margin-bottom: 7.5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px; }

.text-muted {
  color: #828282; }

.text-red {
  color: #cd3a3a; }
  .text-red:visited, .text-red:active {
    color: #cd3a3a; }

.text-green {
  color: #109857; }
  .text-green:visited, .text-green:active {
    color: #109857; }

.text-blue {
  color: #216ba5; }
  .text-blue:visited, .text-blue:active {
    color: #216ba5; }

.text-hidden {
  visibility: hidden; }

.daisy-text {
  color: #3E3E3E; }
  .daisy-text--black {
    color: #0A0A0A !important; }
    .daisy-text--black:visited, .daisy-text--black:active, .daisy-text--black:hover {
      color: #0A0A0A; }
  .daisy-text--charcoal {
    color: #3E3E3E !important; }
    .daisy-text--charcoal:visited, .daisy-text--charcoal:active, .daisy-text--charcoal:hover {
      color: #3E3E3E; }
  .daisy-text--graphite {
    color: #767676 !important; }
    .daisy-text--graphite:visited, .daisy-text--graphite:active, .daisy-text--graphite:hover {
      color: #767676; }
  .daisy-text--stone {
    color: #9E9E9E !important; }
    .daisy-text--stone:visited, .daisy-text--stone:active, .daisy-text--stone:hover {
      color: #9E9E9E; }
  .daisy-text--smoke {
    color: #E9E9E9 !important; }
    .daisy-text--smoke:visited, .daisy-text--smoke:active, .daisy-text--smoke:hover {
      color: #E9E9E9; }
  .daisy-text--steam {
    color: #F7F8F9 !important; }
    .daisy-text--steam:visited, .daisy-text--steam:active, .daisy-text--steam:hover {
      color: #F7F8F9; }
  .daisy-text--white {
    color: #FFFFFF !important; }
    .daisy-text--white:visited, .daisy-text--white:active, .daisy-text--white:hover {
      color: #FFFFFF; }
  .daisy-text--pink_darker {
    color: #52062A !important; }
    .daisy-text--pink_darker:visited, .daisy-text--pink_darker:active, .daisy-text--pink_darker:hover {
      color: #52062A; }
  .daisy-text--pink_dark {
    color: #A40B53 !important; }
    .daisy-text--pink_dark:visited, .daisy-text--pink_dark:active, .daisy-text--pink_dark:hover {
      color: #A40B53; }
  .daisy-text--pink {
    color: #E10E71 !important; }
    .daisy-text--pink:visited, .daisy-text--pink:active, .daisy-text--pink:hover {
      color: #E10E71; }
  .daisy-text--pink_light {
    color: #E94F97 !important; }
    .daisy-text--pink_light:visited, .daisy-text--pink_light:active, .daisy-text--pink_light:hover {
      color: #E94F97; }
  .daisy-text--pink_lighter {
    color: #F191BE !important; }
    .daisy-text--pink_lighter:visited, .daisy-text--pink_lighter:active, .daisy-text--pink_lighter:hover {
      color: #F191BE; }
  .daisy-text--blue_darker {
    color: #112659 !important; }
    .daisy-text--blue_darker:visited, .daisy-text--blue_darker:active, .daisy-text--blue_darker:hover {
      color: #112659; }
  .daisy-text--blue_dark {
    color: #214CB2 !important; }
    .daisy-text--blue_dark:visited, .daisy-text--blue_dark:active, .daisy-text--blue_dark:hover {
      color: #214CB2; }
  .daisy-text--blue {
    color: #2D68F4 !important; }
    .daisy-text--blue:visited, .daisy-text--blue:active, .daisy-text--blue:hover {
      color: #2D68F4; }
  .daisy-text--blue_light {
    color: #6691F7 !important; }
    .daisy-text--blue_light:visited, .daisy-text--blue_light:active, .daisy-text--blue_light:hover {
      color: #6691F7; }
  .daisy-text--blue_lighter {
    color: #9FBAFA !important; }
    .daisy-text--blue_lighter:visited, .daisy-text--blue_lighter:active, .daisy-text--blue_lighter:hover {
      color: #9FBAFA; }
  .daisy-text--green_darker {
    color: #04402C !important; }
    .daisy-text--green_darker:visited, .daisy-text--green_darker:active, .daisy-text--green_darker:hover {
      color: #04402C; }
  .daisy-text--green_dark {
    color: #077F57 !important; }
    .daisy-text--green_dark:visited, .daisy-text--green_dark:active, .daisy-text--green_dark:hover {
      color: #077F57; }
  .daisy-text--green {
    color: #09A571 !important; }
    .daisy-text--green:visited, .daisy-text--green:active, .daisy-text--green:hover {
      color: #09A571; }
  .daisy-text--green_light {
    color: #4CC49C !important; }
    .daisy-text--green_light:visited, .daisy-text--green_light:active, .daisy-text--green_light:hover {
      color: #4CC49C; }
  .daisy-text--green_lighter {
    color: #8FDAC1 !important; }
    .daisy-text--green_lighter:visited, .daisy-text--green_lighter:active, .daisy-text--green_lighter:hover {
      color: #8FDAC1; }
  .daisy-text--red_darker {
    color: #520F14 !important; }
    .daisy-text--red_darker:visited, .daisy-text--red_darker:active, .daisy-text--red_darker:hover {
      color: #520F14; }
  .daisy-text--red_dark {
    color: #A31E27 !important; }
    .daisy-text--red_dark:visited, .daisy-text--red_dark:active, .daisy-text--red_dark:hover {
      color: #A31E27; }
  .daisy-text--red {
    color: #DF2935 !important; }
    .daisy-text--red:visited, .daisy-text--red:active, .daisy-text--red:hover {
      color: #DF2935; }
  .daisy-text--red_light {
    color: #E7636C !important; }
    .daisy-text--red_light:visited, .daisy-text--red_light:active, .daisy-text--red_light:hover {
      color: #E7636C; }
  .daisy-text--red_lighter {
    color: #F09DA3 !important; }
    .daisy-text--red_lighter:visited, .daisy-text--red_lighter:active, .daisy-text--red_lighter:hover {
      color: #F09DA3; }
  .daisy-text--orange_darker {
    color: #5D290D !important; }
    .daisy-text--orange_darker:visited, .daisy-text--orange_darker:active, .daisy-text--orange_darker:hover {
      color: #5D290D; }
  .daisy-text--orange_dark {
    color: #BA5119 !important; }
    .daisy-text--orange_dark:visited, .daisy-text--orange_dark:active, .daisy-text--orange_dark:hover {
      color: #BA5119; }
  .daisy-text--orange {
    color: #FF6F22 !important; }
    .daisy-text--orange:visited, .daisy-text--orange:active, .daisy-text--orange:hover {
      color: #FF6F22; }
  .daisy-text--orange_light {
    color: #FF965E !important; }
    .daisy-text--orange_light:visited, .daisy-text--orange_light:active, .daisy-text--orange_light:hover {
      color: #FF965E; }
  .daisy-text--orange_lighter {
    color: #FFBD9A !important; }
    .daisy-text--orange_lighter:visited, .daisy-text--orange_lighter:active, .daisy-text--orange_lighter:hover {
      color: #FFBD9A; }
  .daisy-text--yellow_darker {
    color: #594113 !important; }
    .daisy-text--yellow_darker:visited, .daisy-text--yellow_darker:active, .daisy-text--yellow_darker:hover {
      color: #594113; }
  .daisy-text--yellow_dark {
    color: #B18226 !important; }
    .daisy-text--yellow_dark:visited, .daisy-text--yellow_dark:active, .daisy-text--yellow_dark:hover {
      color: #B18226; }
  .daisy-text--yellow {
    color: #F3B234 !important; }
    .daisy-text--yellow:visited, .daisy-text--yellow:active, .daisy-text--yellow:hover {
      color: #F3B234; }
  .daisy-text--yellow_light {
    color: #F6C76B !important; }
    .daisy-text--yellow_light:visited, .daisy-text--yellow_light:active, .daisy-text--yellow_light:hover {
      color: #F6C76B; }
  .daisy-text--yellow_lighter {
    color: #F9DCA2 !important; }
    .daisy-text--yellow_lighter:visited, .daisy-text--yellow_lighter:active, .daisy-text--yellow_lighter:hover {
      color: #F9DCA2; }
  .daisy-text--facebook0 {
    color: #4267b2 !important; }
    .daisy-text--facebook0:visited, .daisy-text--facebook0:active, .daisy-text--facebook0:hover {
      color: #4267b2; }
  .daisy-text--facebook10 {
    color: #365899 !important; }
    .daisy-text--facebook10:visited, .daisy-text--facebook10:active, .daisy-text--facebook10:hover {
      color: #365899; }
  .daisy-text--facebook20 {
    color: #29487d !important; }
    .daisy-text--facebook20:visited, .daisy-text--facebook20:active, .daisy-text--facebook20:hover {
      color: #29487d; }
  .daisy-text--grey {
    color: #9E9E9E; }
  .daisy-text--light-grey {
    color: #9E9E9E; }
    .daisy-text--light-grey:visited, .daisy-text--light-grey:active {
      color: #9E9E9E; }
    .daisy-text--light-grey:hover {
      color: #767676; }

.daisy-link {
  color: #2D68F4 !important; }
  .daisy-link:visited {
    color: #2D68F4 !important; }
  .daisy-link:hover {
    color: #214CB2 !important; }
  .daisy-link:active {
    color: #2D68F4 !important; }
  .daisy-link--black {
    color: #0A0A0A !important; }
    .daisy-link--black:visited {
      color: #0A0A0A !important; }
    .daisy-link--black:hover {
      color: #0A0A0A !important; }
    .daisy-link--black:active {
      color: #0A0A0A !important; }
  .daisy-link--charcoal {
    color: #3E3E3E !important; }
    .daisy-link--charcoal:visited {
      color: #3E3E3E !important; }
    .daisy-link--charcoal:hover {
      color: #3E3E3E !important; }
    .daisy-link--charcoal:active {
      color: #3E3E3E !important; }
  .daisy-link--graphite {
    color: #767676 !important; }
    .daisy-link--graphite:visited {
      color: #767676 !important; }
    .daisy-link--graphite:hover {
      color: #767676 !important; }
    .daisy-link--graphite:active {
      color: #767676 !important; }
  .daisy-link--stone {
    color: #9E9E9E !important; }
    .daisy-link--stone:visited {
      color: #9E9E9E !important; }
    .daisy-link--stone:hover {
      color: #9E9E9E !important; }
    .daisy-link--stone:active {
      color: #9E9E9E !important; }
  .daisy-link--smoke {
    color: #E9E9E9 !important; }
    .daisy-link--smoke:visited {
      color: #E9E9E9 !important; }
    .daisy-link--smoke:hover {
      color: #E9E9E9 !important; }
    .daisy-link--smoke:active {
      color: #E9E9E9 !important; }
  .daisy-link--steam {
    color: #F7F8F9 !important; }
    .daisy-link--steam:visited {
      color: #F7F8F9 !important; }
    .daisy-link--steam:hover {
      color: #F7F8F9 !important; }
    .daisy-link--steam:active {
      color: #F7F8F9 !important; }
  .daisy-link--white {
    color: #FFFFFF !important; }
    .daisy-link--white:visited {
      color: #FFFFFF !important; }
    .daisy-link--white:hover {
      color: #FFFFFF !important; }
    .daisy-link--white:active {
      color: #FFFFFF !important; }
  .daisy-link--pink_darker {
    color: #52062A !important; }
    .daisy-link--pink_darker:visited {
      color: #52062A !important; }
    .daisy-link--pink_darker:hover {
      color: #52062A !important; }
    .daisy-link--pink_darker:active {
      color: #52062A !important; }
  .daisy-link--pink_dark {
    color: #A40B53 !important; }
    .daisy-link--pink_dark:visited {
      color: #A40B53 !important; }
    .daisy-link--pink_dark:hover {
      color: #A40B53 !important; }
    .daisy-link--pink_dark:active {
      color: #A40B53 !important; }
  .daisy-link--pink {
    color: #E10E71 !important; }
    .daisy-link--pink:visited {
      color: #E10E71 !important; }
    .daisy-link--pink:hover {
      color: #E10E71 !important; }
    .daisy-link--pink:active {
      color: #E10E71 !important; }
  .daisy-link--pink_light {
    color: #E94F97 !important; }
    .daisy-link--pink_light:visited {
      color: #E94F97 !important; }
    .daisy-link--pink_light:hover {
      color: #E94F97 !important; }
    .daisy-link--pink_light:active {
      color: #E94F97 !important; }
  .daisy-link--pink_lighter {
    color: #F191BE !important; }
    .daisy-link--pink_lighter:visited {
      color: #F191BE !important; }
    .daisy-link--pink_lighter:hover {
      color: #F191BE !important; }
    .daisy-link--pink_lighter:active {
      color: #F191BE !important; }
  .daisy-link--blue_darker {
    color: #112659 !important; }
    .daisy-link--blue_darker:visited {
      color: #112659 !important; }
    .daisy-link--blue_darker:hover {
      color: #112659 !important; }
    .daisy-link--blue_darker:active {
      color: #112659 !important; }
  .daisy-link--blue_dark {
    color: #214CB2 !important; }
    .daisy-link--blue_dark:visited {
      color: #214CB2 !important; }
    .daisy-link--blue_dark:hover {
      color: #214CB2 !important; }
    .daisy-link--blue_dark:active {
      color: #214CB2 !important; }
  .daisy-link--blue {
    color: #2D68F4 !important; }
    .daisy-link--blue:visited {
      color: #2D68F4 !important; }
    .daisy-link--blue:hover {
      color: #2D68F4 !important; }
    .daisy-link--blue:active {
      color: #2D68F4 !important; }
  .daisy-link--blue_light {
    color: #6691F7 !important; }
    .daisy-link--blue_light:visited {
      color: #6691F7 !important; }
    .daisy-link--blue_light:hover {
      color: #6691F7 !important; }
    .daisy-link--blue_light:active {
      color: #6691F7 !important; }
  .daisy-link--blue_lighter {
    color: #9FBAFA !important; }
    .daisy-link--blue_lighter:visited {
      color: #9FBAFA !important; }
    .daisy-link--blue_lighter:hover {
      color: #9FBAFA !important; }
    .daisy-link--blue_lighter:active {
      color: #9FBAFA !important; }
  .daisy-link--green_darker {
    color: #04402C !important; }
    .daisy-link--green_darker:visited {
      color: #04402C !important; }
    .daisy-link--green_darker:hover {
      color: #04402C !important; }
    .daisy-link--green_darker:active {
      color: #04402C !important; }
  .daisy-link--green_dark {
    color: #077F57 !important; }
    .daisy-link--green_dark:visited {
      color: #077F57 !important; }
    .daisy-link--green_dark:hover {
      color: #077F57 !important; }
    .daisy-link--green_dark:active {
      color: #077F57 !important; }
  .daisy-link--green {
    color: #09A571 !important; }
    .daisy-link--green:visited {
      color: #09A571 !important; }
    .daisy-link--green:hover {
      color: #09A571 !important; }
    .daisy-link--green:active {
      color: #09A571 !important; }
  .daisy-link--green_light {
    color: #4CC49C !important; }
    .daisy-link--green_light:visited {
      color: #4CC49C !important; }
    .daisy-link--green_light:hover {
      color: #4CC49C !important; }
    .daisy-link--green_light:active {
      color: #4CC49C !important; }
  .daisy-link--green_lighter {
    color: #8FDAC1 !important; }
    .daisy-link--green_lighter:visited {
      color: #8FDAC1 !important; }
    .daisy-link--green_lighter:hover {
      color: #8FDAC1 !important; }
    .daisy-link--green_lighter:active {
      color: #8FDAC1 !important; }
  .daisy-link--red_darker {
    color: #520F14 !important; }
    .daisy-link--red_darker:visited {
      color: #520F14 !important; }
    .daisy-link--red_darker:hover {
      color: #520F14 !important; }
    .daisy-link--red_darker:active {
      color: #520F14 !important; }
  .daisy-link--red_dark {
    color: #A31E27 !important; }
    .daisy-link--red_dark:visited {
      color: #A31E27 !important; }
    .daisy-link--red_dark:hover {
      color: #A31E27 !important; }
    .daisy-link--red_dark:active {
      color: #A31E27 !important; }
  .daisy-link--red {
    color: #DF2935 !important; }
    .daisy-link--red:visited {
      color: #DF2935 !important; }
    .daisy-link--red:hover {
      color: #DF2935 !important; }
    .daisy-link--red:active {
      color: #DF2935 !important; }
  .daisy-link--red_light {
    color: #E7636C !important; }
    .daisy-link--red_light:visited {
      color: #E7636C !important; }
    .daisy-link--red_light:hover {
      color: #E7636C !important; }
    .daisy-link--red_light:active {
      color: #E7636C !important; }
  .daisy-link--red_lighter {
    color: #F09DA3 !important; }
    .daisy-link--red_lighter:visited {
      color: #F09DA3 !important; }
    .daisy-link--red_lighter:hover {
      color: #F09DA3 !important; }
    .daisy-link--red_lighter:active {
      color: #F09DA3 !important; }
  .daisy-link--orange_darker {
    color: #5D290D !important; }
    .daisy-link--orange_darker:visited {
      color: #5D290D !important; }
    .daisy-link--orange_darker:hover {
      color: #5D290D !important; }
    .daisy-link--orange_darker:active {
      color: #5D290D !important; }
  .daisy-link--orange_dark {
    color: #BA5119 !important; }
    .daisy-link--orange_dark:visited {
      color: #BA5119 !important; }
    .daisy-link--orange_dark:hover {
      color: #BA5119 !important; }
    .daisy-link--orange_dark:active {
      color: #BA5119 !important; }
  .daisy-link--orange {
    color: #FF6F22 !important; }
    .daisy-link--orange:visited {
      color: #FF6F22 !important; }
    .daisy-link--orange:hover {
      color: #FF6F22 !important; }
    .daisy-link--orange:active {
      color: #FF6F22 !important; }
  .daisy-link--orange_light {
    color: #FF965E !important; }
    .daisy-link--orange_light:visited {
      color: #FF965E !important; }
    .daisy-link--orange_light:hover {
      color: #FF965E !important; }
    .daisy-link--orange_light:active {
      color: #FF965E !important; }
  .daisy-link--orange_lighter {
    color: #FFBD9A !important; }
    .daisy-link--orange_lighter:visited {
      color: #FFBD9A !important; }
    .daisy-link--orange_lighter:hover {
      color: #FFBD9A !important; }
    .daisy-link--orange_lighter:active {
      color: #FFBD9A !important; }
  .daisy-link--yellow_darker {
    color: #594113 !important; }
    .daisy-link--yellow_darker:visited {
      color: #594113 !important; }
    .daisy-link--yellow_darker:hover {
      color: #594113 !important; }
    .daisy-link--yellow_darker:active {
      color: #594113 !important; }
  .daisy-link--yellow_dark {
    color: #B18226 !important; }
    .daisy-link--yellow_dark:visited {
      color: #B18226 !important; }
    .daisy-link--yellow_dark:hover {
      color: #B18226 !important; }
    .daisy-link--yellow_dark:active {
      color: #B18226 !important; }
  .daisy-link--yellow {
    color: #F3B234 !important; }
    .daisy-link--yellow:visited {
      color: #F3B234 !important; }
    .daisy-link--yellow:hover {
      color: #F3B234 !important; }
    .daisy-link--yellow:active {
      color: #F3B234 !important; }
  .daisy-link--yellow_light {
    color: #F6C76B !important; }
    .daisy-link--yellow_light:visited {
      color: #F6C76B !important; }
    .daisy-link--yellow_light:hover {
      color: #F6C76B !important; }
    .daisy-link--yellow_light:active {
      color: #F6C76B !important; }
  .daisy-link--yellow_lighter {
    color: #F9DCA2 !important; }
    .daisy-link--yellow_lighter:visited {
      color: #F9DCA2 !important; }
    .daisy-link--yellow_lighter:hover {
      color: #F9DCA2 !important; }
    .daisy-link--yellow_lighter:active {
      color: #F9DCA2 !important; }
  .daisy-link--facebook0 {
    color: #4267b2 !important; }
    .daisy-link--facebook0:visited {
      color: #4267b2 !important; }
    .daisy-link--facebook0:hover {
      color: #4267b2 !important; }
    .daisy-link--facebook0:active {
      color: #4267b2 !important; }
  .daisy-link--facebook10 {
    color: #365899 !important; }
    .daisy-link--facebook10:visited {
      color: #365899 !important; }
    .daisy-link--facebook10:hover {
      color: #365899 !important; }
    .daisy-link--facebook10:active {
      color: #365899 !important; }
  .daisy-link--facebook20 {
    color: #29487d !important; }
    .daisy-link--facebook20:visited {
      color: #29487d !important; }
    .daisy-link--facebook20:hover {
      color: #29487d !important; }
    .daisy-link--facebook20:active {
      color: #29487d !important; }

.text-mkto-pink {
  color: #ec1075; }

.blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid #eee; }
  .blockquote--large {
    font-size: 125%;
    line-height: 1.25; }
  .inline-banner--notice .blockquote {
    border-color: #ffee94; }

.blockquote__footer {
  margin-bottom: 0; }

.daisy-h1,
.daisy-h2,
.daisy-h3,
.daisy-h4,
.daisy-h5,
.daisy-h6 {
  margin-bottom: 24px;
  color: #3E3E3E; }

.daisy-h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 54px; }

.daisy-h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 44px; }

.daisy-h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px; }

.daisy-h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; }

.daisy-h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }

.daisy-h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.user-item {
  margin-bottom: 20px; }
  .user-item:last-child {
    margin-bottom: 0; }

.user-item__avatar {
  vertical-align: middle; }

.user-item__user {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 78%;
  display: inline-block;
  margin-left: 8px;
  line-height: 15px;
  vertical-align: middle; }

.user-item__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%; }

.user-item__meta {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #828282;
  font-size: 11px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.display-none {
  display: none; }

.display-block {
  display: block; }

.cursor--default {
  cursor: default; }

.cursor {
  cursor: pointer; }

.cursor--move {
  cursor: move; }

.text-uppercase {
  text-transform: uppercase; }

.text-aligned-center {
  text-align: center; }

.text-aligned-right {
  text-align: right; }

.text-aligned-left {
  text-align: left; }

.is-full-width {
  width: 100%; }
  .is-full-width--inside-table {
    display: table;
    table-layout: fixed; }

.is-half-width {
  width: 50%; }

.is-quarter-width {
  width: 25%; }

.inline {
  display: inline; }

.inline-help {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  cursor: help; }

.underlined {
  text-decoration: underline; }

.monospace {
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

code {
  padding: 1px 4px;
  background-color: #f5f5f5;
  border: 1px solid gainsboro;
  border-radius: 4px;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.meta-text {
  color: #828282;
  font-size: 11px;
  line-height: 16px; }

.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.pre-wrap {
  white-space: pre-wrap; }

.no-wrap {
  white-space: nowrap; }

.break-word {
  overflow-wrap: break-word; }

td.break-word {
  word-break: break-word; }

.break-all {
  word-break: break-all; }

.superscript {
  position: relative;
  top: -0.5em;
  font-size: 80%; }

.large-icon {
  display: inline-block;
  margin: 20px auto;
  color: #f3f3f3;
  font-size: 125px;
  line-height: 1; }

.external-reference-create {
  margin-left: 5px; }

.clearfix {
  clear: both; }

.internal {
  background: #fbf1f1;
  border: 1px solid #f5dddd; }

.disable-click {
  pointer-events: none; }

.margin {
  margin: 15px; }

.no-margin {
  margin: 0 !important; }

.padding {
  padding: 15px; }

.no-padding {
  padding: 0; }

.negative-margin {
  margin: -15px; }

.margin-0--top {
  margin-top: 0px; }

.margin-2--top {
  margin-top: 2px; }

.margin-4--top {
  margin-top: 4px; }

.margin-5--top {
  margin-top: 5px; }

.margin-8--top {
  margin-top: 8px; }

.margin-10--top {
  margin-top: 10px; }

.margin-12--top {
  margin-top: 12px; }

.margin-15--top {
  margin-top: 15px; }

.margin-16--top {
  margin-top: 16px; }

.margin-20--top {
  margin-top: 20px; }

.margin-24--top {
  margin-top: 24px; }

.margin-30--top {
  margin-top: 30px; }

.margin-32--top {
  margin-top: 32px; }

.margin-45--top {
  margin-top: 45px; }

.margin-48--top {
  margin-top: 48px; }

.margin-0--right {
  margin-right: 0px; }

.margin-2--right {
  margin-right: 2px; }

.margin-4--right {
  margin-right: 4px; }

.margin-5--right {
  margin-right: 5px; }

.margin-8--right {
  margin-right: 8px; }

.margin-10--right {
  margin-right: 10px; }

.margin-12--right {
  margin-right: 12px; }

.margin-15--right {
  margin-right: 15px; }

.margin-16--right {
  margin-right: 16px; }

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

.margin-24--right {
  margin-right: 24px; }

.margin-30--right {
  margin-right: 30px; }

.margin-32--right {
  margin-right: 32px; }

.margin-45--right {
  margin-right: 45px; }

.margin-48--right {
  margin-right: 48px; }

.margin-0--bottom {
  margin-bottom: 0px; }

.margin-2--bottom {
  margin-bottom: 2px; }

.margin-4--bottom {
  margin-bottom: 4px; }

.margin-5--bottom {
  margin-bottom: 5px; }

.margin-8--bottom {
  margin-bottom: 8px; }

.margin-10--bottom {
  margin-bottom: 10px; }

.margin-12--bottom {
  margin-bottom: 12px; }

.margin-15--bottom {
  margin-bottom: 15px; }

.margin-16--bottom {
  margin-bottom: 16px; }

.margin-20--bottom {
  margin-bottom: 20px; }

.margin-24--bottom {
  margin-bottom: 24px; }

.margin-30--bottom {
  margin-bottom: 30px; }

.margin-32--bottom {
  margin-bottom: 32px; }

.margin-45--bottom {
  margin-bottom: 45px; }

.margin-48--bottom {
  margin-bottom: 48px; }

.margin-0--left {
  margin-left: 0px; }

.margin-2--left {
  margin-left: 2px; }

.margin-4--left {
  margin-left: 4px; }

.margin-5--left {
  margin-left: 5px; }

.margin-8--left {
  margin-left: 8px; }

.margin-10--left {
  margin-left: 10px; }

.margin-12--left {
  margin-left: 12px; }

.margin-15--left {
  margin-left: 15px; }

.margin-16--left {
  margin-left: 16px; }

.margin-20--left {
  margin-left: 20px; }

.margin-24--left {
  margin-left: 24px; }

.margin-30--left {
  margin-left: 30px; }

.margin-32--left {
  margin-left: 32px; }

.margin-45--left {
  margin-left: 45px; }

.margin-48--left {
  margin-left: 48px; }

.padding-0--top {
  padding-top: 0px; }

.padding-2--top {
  padding-top: 2px; }

.padding-4--top {
  padding-top: 4px; }

.padding-5--top {
  padding-top: 5px; }

.padding-8--top {
  padding-top: 8px; }

.padding-10--top {
  padding-top: 10px; }

.padding-12--top {
  padding-top: 12px; }

.padding-15--top {
  padding-top: 15px; }

.padding-16--top {
  padding-top: 16px; }

.padding-20--top {
  padding-top: 20px; }

.padding-24--top {
  padding-top: 24px; }

.padding-30--top {
  padding-top: 30px; }

.padding-32--top {
  padding-top: 32px; }

.padding-45--top {
  padding-top: 45px; }

.padding-48--top {
  padding-top: 48px; }

.padding-0--right {
  padding-right: 0px; }

.padding-2--right {
  padding-right: 2px; }

.padding-4--right {
  padding-right: 4px; }

.padding-5--right {
  padding-right: 5px; }

.padding-8--right {
  padding-right: 8px; }

.padding-10--right {
  padding-right: 10px; }

.padding-12--right {
  padding-right: 12px; }

.padding-15--right {
  padding-right: 15px; }

.padding-16--right {
  padding-right: 16px; }

.padding-20--right {
  padding-right: 20px; }

.padding-24--right {
  padding-right: 24px; }

.padding-30--right {
  padding-right: 30px; }

.padding-32--right {
  padding-right: 32px; }

.padding-45--right {
  padding-right: 45px; }

.padding-48--right {
  padding-right: 48px; }

.padding-0--bottom {
  padding-bottom: 0px; }

.padding-2--bottom {
  padding-bottom: 2px; }

.padding-4--bottom {
  padding-bottom: 4px; }

.padding-5--bottom {
  padding-bottom: 5px; }

.padding-8--bottom {
  padding-bottom: 8px; }

.padding-10--bottom {
  padding-bottom: 10px; }

.padding-12--bottom {
  padding-bottom: 12px; }

.padding-15--bottom {
  padding-bottom: 15px; }

.padding-16--bottom {
  padding-bottom: 16px; }

.padding-20--bottom {
  padding-bottom: 20px; }

.padding-24--bottom {
  padding-bottom: 24px; }

.padding-30--bottom {
  padding-bottom: 30px; }

.padding-32--bottom {
  padding-bottom: 32px; }

.padding-45--bottom {
  padding-bottom: 45px; }

.padding-48--bottom {
  padding-bottom: 48px; }

.padding-0--left {
  padding-left: 0px; }

.padding-2--left {
  padding-left: 2px; }

.padding-4--left {
  padding-left: 4px; }

.padding-5--left {
  padding-left: 5px; }

.padding-8--left {
  padding-left: 8px; }

.padding-10--left {
  padding-left: 10px; }

.padding-12--left {
  padding-left: 12px; }

.padding-15--left {
  padding-left: 15px; }

.padding-16--left {
  padding-left: 16px; }

.padding-20--left {
  padding-left: 20px; }

.padding-24--left {
  padding-left: 24px; }

.padding-30--left {
  padding-left: 30px; }

.padding-32--left {
  padding-left: 32px; }

.padding-45--left {
  padding-left: 45px; }

.padding-48--left {
  padding-left: 48px; }

.no-margin--top {
  margin-top: 0; }

.no-margin-0--top {
  no-margin-top: 0px; }

.no-margin-2--top {
  no-margin-top: 2px; }

.no-margin-4--top {
  no-margin-top: 4px; }

.no-margin-5--top {
  no-margin-top: 5px; }

.no-margin-8--top {
  no-margin-top: 8px; }

.no-margin-10--top {
  no-margin-top: 10px; }

.no-margin-12--top {
  no-margin-top: 12px; }

.no-margin-15--top {
  no-margin-top: 15px; }

.no-margin-16--top {
  no-margin-top: 16px; }

.no-margin-20--top {
  no-margin-top: 20px; }

.no-margin-24--top {
  no-margin-top: 24px; }

.no-margin-30--top {
  no-margin-top: 30px; }

.no-margin-32--top {
  no-margin-top: 32px; }

.no-margin-45--top {
  no-margin-top: 45px; }

.no-margin-48--top {
  no-margin-top: 48px; }

.no-margin--right {
  margin-right: 0; }

.no-margin-0--right {
  no-margin-right: 0px; }

.no-margin-2--right {
  no-margin-right: 2px; }

.no-margin-4--right {
  no-margin-right: 4px; }

.no-margin-5--right {
  no-margin-right: 5px; }

.no-margin-8--right {
  no-margin-right: 8px; }

.no-margin-10--right {
  no-margin-right: 10px; }

.no-margin-12--right {
  no-margin-right: 12px; }

.no-margin-15--right {
  no-margin-right: 15px; }

.no-margin-16--right {
  no-margin-right: 16px; }

.no-margin-20--right {
  no-margin-right: 20px; }

.no-margin-24--right {
  no-margin-right: 24px; }

.no-margin-30--right {
  no-margin-right: 30px; }

.no-margin-32--right {
  no-margin-right: 32px; }

.no-margin-45--right {
  no-margin-right: 45px; }

.no-margin-48--right {
  no-margin-right: 48px; }

.no-margin--bottom {
  margin-bottom: 0; }

.no-margin-0--bottom {
  no-margin-bottom: 0px; }

.no-margin-2--bottom {
  no-margin-bottom: 2px; }

.no-margin-4--bottom {
  no-margin-bottom: 4px; }

.no-margin-5--bottom {
  no-margin-bottom: 5px; }

.no-margin-8--bottom {
  no-margin-bottom: 8px; }

.no-margin-10--bottom {
  no-margin-bottom: 10px; }

.no-margin-12--bottom {
  no-margin-bottom: 12px; }

.no-margin-15--bottom {
  no-margin-bottom: 15px; }

.no-margin-16--bottom {
  no-margin-bottom: 16px; }

.no-margin-20--bottom {
  no-margin-bottom: 20px; }

.no-margin-24--bottom {
  no-margin-bottom: 24px; }

.no-margin-30--bottom {
  no-margin-bottom: 30px; }

.no-margin-32--bottom {
  no-margin-bottom: 32px; }

.no-margin-45--bottom {
  no-margin-bottom: 45px; }

.no-margin-48--bottom {
  no-margin-bottom: 48px; }

.no-margin--left {
  margin-left: 0; }

.no-margin-0--left {
  no-margin-left: 0px; }

.no-margin-2--left {
  no-margin-left: 2px; }

.no-margin-4--left {
  no-margin-left: 4px; }

.no-margin-5--left {
  no-margin-left: 5px; }

.no-margin-8--left {
  no-margin-left: 8px; }

.no-margin-10--left {
  no-margin-left: 10px; }

.no-margin-12--left {
  no-margin-left: 12px; }

.no-margin-15--left {
  no-margin-left: 15px; }

.no-margin-16--left {
  no-margin-left: 16px; }

.no-margin-20--left {
  no-margin-left: 20px; }

.no-margin-24--left {
  no-margin-left: 24px; }

.no-margin-30--left {
  no-margin-left: 30px; }

.no-margin-32--left {
  no-margin-left: 32px; }

.no-margin-45--left {
  no-margin-left: 45px; }

.no-margin-48--left {
  no-margin-left: 48px; }

.negative-margin-0--top {
  margin-top: -0px; }

.negative-margin-2--top {
  margin-top: -2px; }

.negative-margin-4--top {
  margin-top: -4px; }

.negative-margin-5--top {
  margin-top: -5px; }

.negative-margin-8--top {
  margin-top: -8px; }

.negative-margin-10--top {
  margin-top: -10px; }

.negative-margin-12--top {
  margin-top: -12px; }

.negative-margin-15--top {
  margin-top: -15px; }

.negative-margin-16--top {
  margin-top: -16px; }

.negative-margin-20--top {
  margin-top: -20px; }

.negative-margin-24--top {
  margin-top: -24px; }

.negative-margin-30--top {
  margin-top: -30px; }

.negative-margin-32--top {
  margin-top: -32px; }

.negative-margin-45--top {
  margin-top: -45px; }

.negative-margin-48--top {
  margin-top: -48px; }

.negative-margin-0--right {
  margin-right: -0px; }

.negative-margin-2--right {
  margin-right: -2px; }

.negative-margin-4--right {
  margin-right: -4px; }

.negative-margin-5--right {
  margin-right: -5px; }

.negative-margin-8--right {
  margin-right: -8px; }

.negative-margin-10--right {
  margin-right: -10px; }

.negative-margin-12--right {
  margin-right: -12px; }

.negative-margin-15--right {
  margin-right: -15px; }

.negative-margin-16--right {
  margin-right: -16px; }

.negative-margin-20--right {
  margin-right: -20px; }

.negative-margin-24--right {
  margin-right: -24px; }

.negative-margin-30--right {
  margin-right: -30px; }

.negative-margin-32--right {
  margin-right: -32px; }

.negative-margin-45--right {
  margin-right: -45px; }

.negative-margin-48--right {
  margin-right: -48px; }

.negative-margin-0--bottom {
  margin-bottom: -0px; }

.negative-margin-2--bottom {
  margin-bottom: -2px; }

.negative-margin-4--bottom {
  margin-bottom: -4px; }

.negative-margin-5--bottom {
  margin-bottom: -5px; }

.negative-margin-8--bottom {
  margin-bottom: -8px; }

.negative-margin-10--bottom {
  margin-bottom: -10px; }

.negative-margin-12--bottom {
  margin-bottom: -12px; }

.negative-margin-15--bottom {
  margin-bottom: -15px; }

.negative-margin-16--bottom {
  margin-bottom: -16px; }

.negative-margin-20--bottom {
  margin-bottom: -20px; }

.negative-margin-24--bottom {
  margin-bottom: -24px; }

.negative-margin-30--bottom {
  margin-bottom: -30px; }

.negative-margin-32--bottom {
  margin-bottom: -32px; }

.negative-margin-45--bottom {
  margin-bottom: -45px; }

.negative-margin-48--bottom {
  margin-bottom: -48px; }

.negative-margin-0--left {
  margin-left: -0px; }

.negative-margin-2--left {
  margin-left: -2px; }

.negative-margin-4--left {
  margin-left: -4px; }

.negative-margin-5--left {
  margin-left: -5px; }

.negative-margin-8--left {
  margin-left: -8px; }

.negative-margin-10--left {
  margin-left: -10px; }

.negative-margin-12--left {
  margin-left: -12px; }

.negative-margin-15--left {
  margin-left: -15px; }

.negative-margin-16--left {
  margin-left: -16px; }

.negative-margin-20--left {
  margin-left: -20px; }

.negative-margin-24--left {
  margin-left: -24px; }

.negative-margin-30--left {
  margin-left: -30px; }

.negative-margin-32--left {
  margin-left: -32px; }

.negative-margin-45--left {
  margin-left: -45px; }

.negative-margin-48--left {
  margin-left: -48px; }

.no-padding--top {
  padding-top: 0; }

.no-padding-0--top {
  no-padding-top: 0px; }

.no-padding-2--top {
  no-padding-top: 2px; }

.no-padding-4--top {
  no-padding-top: 4px; }

.no-padding-5--top {
  no-padding-top: 5px; }

.no-padding-8--top {
  no-padding-top: 8px; }

.no-padding-10--top {
  no-padding-top: 10px; }

.no-padding-12--top {
  no-padding-top: 12px; }

.no-padding-15--top {
  no-padding-top: 15px; }

.no-padding-16--top {
  no-padding-top: 16px; }

.no-padding-20--top {
  no-padding-top: 20px; }

.no-padding-24--top {
  no-padding-top: 24px; }

.no-padding-30--top {
  no-padding-top: 30px; }

.no-padding-32--top {
  no-padding-top: 32px; }

.no-padding-45--top {
  no-padding-top: 45px; }

.no-padding-48--top {
  no-padding-top: 48px; }

.no-padding--right {
  padding-right: 0; }

.no-padding-0--right {
  no-padding-right: 0px; }

.no-padding-2--right {
  no-padding-right: 2px; }

.no-padding-4--right {
  no-padding-right: 4px; }

.no-padding-5--right {
  no-padding-right: 5px; }

.no-padding-8--right {
  no-padding-right: 8px; }

.no-padding-10--right {
  no-padding-right: 10px; }

.no-padding-12--right {
  no-padding-right: 12px; }

.no-padding-15--right {
  no-padding-right: 15px; }

.no-padding-16--right {
  no-padding-right: 16px; }

.no-padding-20--right {
  no-padding-right: 20px; }

.no-padding-24--right {
  no-padding-right: 24px; }

.no-padding-30--right {
  no-padding-right: 30px; }

.no-padding-32--right {
  no-padding-right: 32px; }

.no-padding-45--right {
  no-padding-right: 45px; }

.no-padding-48--right {
  no-padding-right: 48px; }

.no-padding--bottom {
  padding-bottom: 0; }

.no-padding-0--bottom {
  no-padding-bottom: 0px; }

.no-padding-2--bottom {
  no-padding-bottom: 2px; }

.no-padding-4--bottom {
  no-padding-bottom: 4px; }

.no-padding-5--bottom {
  no-padding-bottom: 5px; }

.no-padding-8--bottom {
  no-padding-bottom: 8px; }

.no-padding-10--bottom {
  no-padding-bottom: 10px; }

.no-padding-12--bottom {
  no-padding-bottom: 12px; }

.no-padding-15--bottom {
  no-padding-bottom: 15px; }

.no-padding-16--bottom {
  no-padding-bottom: 16px; }

.no-padding-20--bottom {
  no-padding-bottom: 20px; }

.no-padding-24--bottom {
  no-padding-bottom: 24px; }

.no-padding-30--bottom {
  no-padding-bottom: 30px; }

.no-padding-32--bottom {
  no-padding-bottom: 32px; }

.no-padding-45--bottom {
  no-padding-bottom: 45px; }

.no-padding-48--bottom {
  no-padding-bottom: 48px; }

.no-padding--left {
  padding-left: 0; }

.no-padding-0--left {
  no-padding-left: 0px; }

.no-padding-2--left {
  no-padding-left: 2px; }

.no-padding-4--left {
  no-padding-left: 4px; }

.no-padding-5--left {
  no-padding-left: 5px; }

.no-padding-8--left {
  no-padding-left: 8px; }

.no-padding-10--left {
  no-padding-left: 10px; }

.no-padding-12--left {
  no-padding-left: 12px; }

.no-padding-15--left {
  no-padding-left: 15px; }

.no-padding-16--left {
  no-padding-left: 16px; }

.no-padding-20--left {
  no-padding-left: 20px; }

.no-padding-24--left {
  no-padding-left: 24px; }

.no-padding-30--left {
  no-padding-left: 30px; }

.no-padding-32--left {
  no-padding-left: 32px; }

.no-padding-45--left {
  no-padding-left: 45px; }

.no-padding-48--left {
  no-padding-left: 48px; }

.align-middle {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.align-top {
  vertical-align: top; }

.hidden--mobile-and-up {
  display: none; }
  @media (min-width: 640px) {
    .hidden--mobile-and-up {
      display: block; } }

.hidden--tablet-and-up {
  display: none; }
  @media (min-width: 768px) {
    .hidden--tablet-and-up {
      display: block; } }

.hidden--desktop-and-up {
  display: none; }
  @media (min-width: 940px) {
    .hidden--desktop-and-up {
      display: block; } }

.confirmation-icon {
  display: inline-block;
  margin: 20px auto;
  color: #f3f3f3;
  font-size: 125px;
  line-height: 1; }

.image-screenshot {
  width: 60%;
  padding: 3px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.overflow-hidden {
  overflow: hidden; }

html.embedded,
body.embedded {
  background: transparent;
  overflow: auto; }
  html.embedded > div.full-size,
  body.embedded > div.full-size {
    min-width: 640px; }

.fill-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .fill-height > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.flex--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex--full-height {
  height: calc(100vh - 60px);
  overflow-y: auto; }

.flex--one-half {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }

.flex--one-third {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%; }

.flex--two-thirds {
  -webkit-flex-basis: 66.6%;
      -ms-flex-preferred-size: 66.6%;
          flex-basis: 66.6%; }

.flex--left-border {
  padding-left: 24px;
  border-left: 1px solid #E9E9E9; }

.full-width-container {
  position: relative;
  height: 100%; }

.full-width-wrapper, .full-width-anc-wrapper {
  position: absolute;
  top: 114px;
  right: 0;
  bottom: 0;
  left: 0; }

.full-width-anc-wrapper {
  top: 60px; }

.full-width-scroll-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  padding: 20px;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .controller_bugs .full-width-scroll-area {
    display: none; }
    @media (min-width: 960px) {
      .controller_bugs .full-width-scroll-area {
        display: block; } }
  .full-width-scroll-area--no-padding {
    padding: 0; }

.inbox__filters {
  position: absolute;
  z-index: 3;
  left: 0;
  overflow: hidden;
  width: 300px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #e5e5e5; }
  @media (min-width: 960px) {
    .inbox__filters {
      z-index: 2;
      left: 296px; } }
  @media (min-width: 1025px) {
    .inbox__filters {
      left: 400px; } }
  .inbox__filters.filters-slider-enter, .inbox__filters.filters-slider-exit.filters-slider-exit-active {
    left: -300px; }
    @media (min-width: 960px) {
      .inbox__filters.filters-slider-enter, .inbox__filters.filters-slider-exit.filters-slider-exit-active {
        left: -4px; } }
    @media (min-width: 1025px) {
      .inbox__filters.filters-slider-enter, .inbox__filters.filters-slider-exit.filters-slider-exit-active {
        left: 100px; } }
  .inbox__filters.filters-slider-enter.filters-slider-enter-active, .inbox__filters.filters-slider-exit {
    left: 0;
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out; }
    @media (min-width: 960px) {
      .inbox__filters.filters-slider-enter.filters-slider-enter-active, .inbox__filters.filters-slider-exit {
        left: 296px; } }
    @media (min-width: 1025px) {
      .inbox__filters.filters-slider-enter.filters-slider-enter-active, .inbox__filters.filters-slider-exit {
        left: 400px; } }

.bugs-filter-title {
  position: relative;
  margin: -10px -10px 0;
  padding: 10px;
  font-weight: 600;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.bugs-filter {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }
  .bugs-filter:last-child {
    border-bottom: 0; }
  .bugs-filter .avatar.small {
    width: 16px;
    height: 16px;
    margin-top: -1px;
    padding: 1px;
    line-height: 16px; }

.bugs-filter__substates {
  margin-left: 16px; }

.date-range-filter > div:last-child .react-datepicker__triangle {
  left: 189px; }

.inbox {
  /* stylelint-enable */ }
  .inbox__report-frame-content {
    /* stylelint-disable */ }
    .controller_bugs.action_index .inbox__report-frame-content {
      max-width: 800px; }
  .inbox__left-column {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    box-shadow: 2px 0 1px rgba(0, 0, 0, 0.03); }
    @media (min-width: 960px) {
      .inbox__left-column {
        width: 296px; } }
    @media (min-width: 1025px) {
      .inbox__left-column {
        width: 400px; } }
  .inbox__search-wrapper {
    padding: 11px;
    border-bottom: 1px solid #e5e5e5; }
  .inbox__search {
    overflow: hidden; }

.inbox-list__wrapper {
  position: absolute;
  z-index: 1;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e5e5e5; }
  .full-width-pagination + .inbox-list__wrapper {
    bottom: 36px; }
  .inbox-list__wrapper--anc {
    top: 36px; }

.inbox-list__loading-state {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75); }

.inbox-list__scrollable-container {
  position: relative;
  overflow: hidden;
  height: 100%; }

.inbox-list__topbar {
  padding: 5px 11px;
  background: #fff; }

.inbox-item {
  position: relative;
  padding: 15px;
  padding-left: 7px;
  color: #a5a5a5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 4px solid transparent;
  font-size: 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .inbox-item:hover {
    background-color: #f5f5f5; }
  .inbox-item.is-unread {
    background: #fffae0; }
    .inbox-item.is-unread:hover {
      background: #fff8d1; }
  .inbox-item.is-active {
    background: #f5f5f5;
    border-left-color: #216ba5; }
  .inbox-item__checkbox {
    position: absolute;
    top: 23px;
    display: none; }
    @media (min-width: 1025px) {
      .inbox-item__checkbox {
        display: block; } }
  .inbox-item__info {
    padding-left: 0;
    line-height: 18px; }
    @media (min-width: 1025px) {
      .inbox-item__info {
        padding-left: 20px; } }
  .inbox-item__time-ago {
    float: right;
    padding-left: 10px; }
  .inbox-item__title {
    color: #000;
    font-size: 13px;
    overflow-wrap: break-word; }
    .inbox-item__title:visited {
      color: #000; }
    .inbox-item__title:hover {
      color: #000; }
    .inbox-item__title:active {
      color: #000; }
    .is-unread .inbox-item__title {
      font-weight: 600; }
  .inbox-item__meta {
    float: left;
    margin-right: 5px; }
    .inbox-item__meta a {
      color: #a5a5a5;
      font-weight: 600; }
      .inbox-item__meta a:visited {
        color: #a5a5a5; }
      .inbox-item__meta a:hover {
        color: #a5a5a5; }
      .inbox-item__meta a:active {
        color: #a5a5a5; }
    .inbox-item__meta::after {
      margin-left: 5px;
      content: "\2022"; }
    .inbox-item__meta:last-child::after {
      content: ""; }

.top-bar-bug-checkbox {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (min-width: 1025px) {
    .top-bar-bug-checkbox {
      display: inline-block;
      margin: 8px 0; } }

.bugs-list-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 14px;
  background: #fff;
  border-top: 1px solid #e5e5e5; }

.bulk-actions-report-heading {
  padding: 7px 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .bulk-actions-report-heading:hover {
    background: #f5f5f5; }
  .bulk-actions-report-heading:first-child {
    border-top: 1px solid #e5e5e5; }
  .bulk-actions-report-heading:last-child {
    margin-bottom: 20px; }

.bulk-actions-report-remove .icon-remove {
  display: none;
  color: #cd3a3a;
  font-size: 16px;
  cursor: pointer; }
  .bulk-actions-report-heading:hover .bulk-actions-report-remove .icon-remove {
    display: block; }

.selected-users,
.selected-teams {
  margin: 10px 0;
  padding: 0 9px; }

.selected-user,
.selected-team {
  display: table;
  width: 100%;
  line-height: 2;
  table-layout: fixed; }

.selected-user-avatar,
.selected-user-username,
.selected-user-remove,
.selected-team-avatar,
.selected-team-name,
.selected-team-remove {
  display: table-cell;
  vertical-align: middle; }

.selected-user-avatar,
.selected-team-avatar {
  width: 21px; }

.selected-user-username,
.selected-team-name {
  float: left;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selected-user-username__assigned {
  margin-left: 5px; }

.selected-user-full-name,
.selected-team-handle {
  margin-left: 2px;
  color: #999;
  font-size: 11px; }

.selected-user-remove,
.selected-team-remove {
  width: 14px;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .disabled .selected-user-remove, .disabled
  .selected-team-remove {
    pointer-events: none; }
  .selected-user-remove .icon-remove,
  .selected-team-remove .icon-remove {
    color: #bababa; }
    .selected-user-remove .icon-remove:hover,
    .selected-team-remove .icon-remove:hover {
      color: #d0021b; }

.subject-selector {
  position: relative;
  float: left;
  padding: 5px;
  border-right: 1px solid #e5e5e5; }
  .subject-selector__avatar-wrapper {
    padding-right: 5px; }

.subject-selector__list {
  position: absolute;
  z-index: 4;
  display: none;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  max-height: 290px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
  .subject-selector--open .subject-selector__list {
    display: block; }

.subject-selector__current-item {
  position: relative;
  z-index: 5;
  float: left;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .subject-selector--open .subject-selector__current-item, .subject-selector__current-item:hover {
    background: #fff;
    border: 1px solid #ccc; }
  .subject-selector--open .subject-selector__current-item:hover {
    background: #f5f5f5; }
  .subject-selector--open .subject-selector__current-item {
    margin-bottom: -1px;
    border-bottom: 1px solid #e5e5e5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .subject-selector__current-item__avatar-wrapper {
    position: relative; }

.subject-selector__arrow {
  margin-left: 10px;
  color: #aeaeae; }

.subject-selector__item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px;
  border-top: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .subject-selector__item:first-child {
    border-top: 0; }
  .subject-selector__item--selected, .subject-selector__item:hover {
    background: #f5f5f5;
    border-color: #e5e5e5; }
    .subject-selector__item--selected + .subject-selector__item, .subject-selector__item:hover + .subject-selector__item {
      border-top: 1px solid #e5e5e5; }
  .subject-selector__item--current-user {
    border-color: #e5e5e5; }

.subject-selector__item-wrapper {
  display: inline-block;
  vertical-align: middle; }

.subject-selector__item-name {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 600; }

.subject-selector__subitem-name {
  margin-left: 5px;
  font-size: 10px; }

.subject-selector__overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(78, 78, 78, 0.1); }
  .subject-selector__overlay--visible {
    display: block; }

.timeline {
  position: relative; }

.timeline-jumptarget {
  position: absolute;
  top: -70px; }

.timeline-line {
  position: absolute;
  top: 5px;
  left: 20px;
  display: block;
  width: 1px;
  height: 100%;
  background: #c5c5c5; }
  .timeline-item:last-child .timeline-line {
    display: none; }

.timeline-item {
  position: relative;
  padding-bottom: 30px; }
  .timeline-item:last-child {
    padding-bottom: 0; }

.timeline-datetime-placeholder {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.timeline-avatar-placeholder {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.timeline-datetime {
  width: 40px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-size: 10px;
  line-height: 2.2;
  text-align: center;
  text-transform: uppercase; }

.timeline-container {
  margin-left: 55px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .is-internal .timeline-container {
    padding-top: 4px;
    padding-bottom: 4px;
    background: #fbf1f1;
    border-color: #f5dddd; }
  .is-highlighted .timeline-container {
    padding-top: 4px;
    padding-bottom: 4px;
    background: #fffae0;
    border-color: #fff6c7; }
  .is-internal.is-highlighted .timeline-container {
    border-color: #f5dddd; }

.timeline-container-subject {
  display: table;
  width: 100%;
  color: #828282; }

.timeline-container-subject-entry {
  display: table-cell;
  padding-right: 10px; }

.timeline-container-content {
  zoom: 1;
  overflow-wrap: break-word; }
  .timeline-container-content::before, .timeline-container-content::after {
    display: block;
    overflow: hidden;
    height: 0;
    content: " "; }
  .timeline-container-content::after {
    clear: both; }

.timeline-timestamp {
  display: table-cell;
  font-size: 11px;
  text-align: right;
  white-space: nowrap; }

.timeline-timestamp-link {
  color: #828282; }
  .timeline-timestamp-link:visited {
    color: #828282; }
  .timeline-timestamp-link:hover {
    color: #828282; }
  .timeline-timestamp-link:active {
    color: #828282; }

.timeline-indicator {
  position: absolute;
  top: 5px;
  left: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .comment-preview .timeline-indicator {
    left: 13px; }
  .is-internal .timeline-indicator {
    top: 9px; }

.timeline-indicator-dot {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 500px;
  box-shadow: inset 0 0 0 2px #FFFFFF; }
  .timeline-indicator-dot::after {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 20px;
    border-top: 1px solid #c5c5c5;
    content: ""; }
  .timeline-indicator-dot.is-red {
    background: #cc3636; }
  .timeline-indicator-dot.is-blue {
    background: #3969ca; }
  .timeline-indicator-dot.is-green {
    background: #63ac34; }
  .timeline-indicator-dot.is-grey {
    background: #898989; }

.timelime-automated-response {
  padding: 2px 4px;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }

.hacktivity-item {
  position: relative;
  padding: 8px 16px; }
  @media (min-width: 640px) {
    .hacktivity-item {
      padding: 16px 24px; } }
  .hacktivity-item--privileged {
    background: #fbf1f1; }
  .hacktivity-item + .hacktivity-item {
    border-top: 1px solid #E9E9E9; }
  .hacktivity-item__undisclosed-title {
    color: #9E9E9E;
    font-size: 16px;
    letter-spacing: -5px;
    cursor: default;
    overflow-wrap: break-word; }
    .hacktivity-item--privileged .hacktivity-item__undisclosed-title {
      color: #f5dddd; }

.hacktivity-upvote {
  display: block;
  font-size: 16px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  -webkit-transition: top 0.1s ease-in-out;
  transition: top 0.1s ease-in-out;
  position: relative;
  top: 0;
  margin-right: 16px; }
  .hacktivity-upvote--upvoted {
    top: -8px; }
  .hacktivity-upvote__icon {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .hacktivity-upvote--upvoted .hacktivity-upvote__icon {
      opacity: 0; }

.my-programs-order-icon:hover .icon__glyph {
  color: #9E9E9E; }

.genius {
  position: relative;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .genius__close-icon {
    color: #828282;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    font-size: 16px;
    cursor: pointer; }
    .genius__close-icon:visited {
      color: #828282; }
    .genius__close-icon:hover {
      color: #828282; }
    .genius__close-icon:active {
      color: #828282; }
  .genius__footer {
    margin: 15px -15px -15px;
    padding: 5px 15px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    font-size: 11px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.avatar-upload-control {
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 640px) {
    .avatar-upload-control {
      margin-left: 20px; } }

.avatar-upload-description {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #828282;
  font-size: 12px; }
  @media (min-width: 640px) {
    .avatar-upload-description {
      width: 380px; } }

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin-left: 4px; }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    outline: auto; }

.help-block {
  margin-top: 2px;
  color: #828282;
  font-size: 12px; }
  .help-block--radio-button {
    margin-top: 0;
    margin-left: 16px; }

.select {
  height: 31px; }

/* stylelint-disable */
.field_with_errors {
  display: inline; }

/* stylelint-enable */
.helper-text {
  position: relative;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 5px;
  color: #828282;
  font-size: 12px; }
  .helper-text > p {
    margin-bottom: 0; }
  .helper-text .preview {
    overflow-wrap: break-word; }
  .helper-text--error ~ .helper-text {
    display: none; }
  .helper-text--error {
    color: #cd3a3a; }
  .helper-text--no-margin {
    margin-top: 0; }
  .helper-text + .input-content-counter,
  .helper-text + .currency-indicator {
    top: 47px; }

.markdown-textarea-container {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
  overflow-wrap: break-word; }
  .markdown-textarea-container.disabled {
    pointer-events: none; }
  .markdown-textarea-container.is-focussed {
    border-color: #c5c5c5;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 10px rgba(33, 107, 165, 0.3);
    outline: none; }
  .markdown-textarea-container.has-error,
  .has-error .markdown-textarea-container {
    border-color: #cd3a3a; }
  .markdown-textarea-container.markdown-textarea-container--is-internal {
    background: #fbf1f1; }

.markdown-footer {
  background: #f5f5f5;
  color: #828282;
  border-top: 1px solid #c5c5c5;
  font-size: 12px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.markdown-panes {
  position: relative;
  padding: 10px; }

.markdown-pane {
  display: none; }
  .markdown-pane.is-active {
    display: block; }

.markdown-message {
  float: right;
  padding-right: 10px; }

.markdown-tab {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #c5c5c5;
  cursor: pointer; }
  .markdown-tab:hover {
    background: #fff; }
  .markdown-tab.is-active {
    margin-top: -1px;
    background: #fff; }
    .markdown-textarea-container--is-internal .markdown-tab.is-active {
      background-color: #fbf1f1; }
      .markdown-textarea-container--is-internal .markdown-tab.is-active::before {
        background-color: #fbf1f1; }
    .markdown-tab.is-active::before {
      position: relative;
      top: -1px;
      display: block;
      height: 1px;
      background: #fff;
      content: ""; }

.markdown-textarea {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 21px; }
  .markdown-textarea-container--is-internal .markdown-textarea {
    background-color: #fbf1f1; }
  .markdown-textarea:disabled {
    background: #fff; }

.monospace-textarea-container {
  position: relative;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15); }

.monospace-textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-family: Courier, sans-serif;
  font-size: 13px;
  line-height: 21px;
  white-space: pre; }
  .monospace-textarea:disabled {
    background: #fff; }

.dropdown-menu {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  margin-top: 3px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
  .dropdown-menu--pull-right {
    right: 0; }
  .dropdown-menu--leaderboard {
    margin-top: 20px; }

.dropdown-menu-header {
  padding: 10px 14px;
  border-bottom: 1px solid #c5c5c5;
  font-weight: 600;
  line-height: 21px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.dropdown-menu-header-small {
  color: #216ba5;
  font-size: 11px; }
  .dropdown-menu-header-small:visited {
    color: #216ba5; }
  .dropdown-menu-header-small:hover {
    color: #216ba5; }
  .dropdown-menu-header-small:active {
    color: #216ba5; }

.feature-toggle-bar {
  position: fixed;
  z-index: 10;
  bottom: 15px;
  left: 15px;
  overflow: hidden;
  height: 34px;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px; }
  .feature-toggle-bar:hover {
    overflow-y: scroll;
    height: 400px;
    height: 75vh; }

.feature-toggle-bar-handle {
  position: absolute;
  bottom: 5px; }
  .feature-toggle-bar:hover .feature-toggle-bar-handle {
    display: none; }

.feature-toggle-list {
  position: relative;
  top: 100%; }
  .feature-toggle-bar:hover .feature-toggle-list {
    top: 0; }

.feature-toggle-item {
  line-height: 2; }

.feature-toggle-bar-handle-arrow {
  position: absolute;
  right: 15px;
  bottom: 13px;
  border: 5px solid transparent;
  border-bottom-color: #828282; }
  .feature-toggle-bar:hover .feature-toggle-bar-handle-arrow {
    display: none; }

.footer {
  font-size: 12px; }

.footer-wrapper {
  padding-top: 20px; }

.footer-copyright {
  color: #a5a5a5; }
  @media (min-width: 768px) {
    .footer-copyright {
      float: left; } }

.footer-nav {
  zoom: 1;
  float: right; }
  .footer-nav::before, .footer-nav::after {
    display: block;
    overflow: hidden;
    height: 0;
    content: " "; }
  .footer-nav::after {
    clear: both; }

.footer-nav-item {
  display: inline;
  float: left;
  width: 50%;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer-nav-item {
      display: block;
      width: auto; } }
  .footer-nav-item:last-child {
    padding-right: 0; }

.footer-nav-item-link {
  color: #666;
  opacity: 0.65;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .footer-nav-item-link:visited {
    color: #666; }
  .footer-nav-item-link:hover {
    color: #666; }
  .footer-nav-item-link:active {
    color: #666; }
  .footer-nav-item-link:hover, .footer-nav-item-link.active, .footer-nav-item-link:active {
    opacity: 1;
    text-decoration: underline; }
  .footer-nav-item-link.icon-share-twitter {
    display: inline-block;
    width: 13px;
    font-size: 13px; }

.invite-team-member-wrapper {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: auto;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  right: 37px;
  width: 300px; }
  .invite-team-member-wrapper::after, .invite-team-member-wrapper::before {
    position: absolute;
    top: auto;
    right: 15px;
    left: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    content: ""; }
  .invite-team-member-wrapper::after {
    border-width: 8px;
    border-color: transparent; }
  .invite-team-member-wrapper::before {
    border-width: 9px; }
  .invite-team-member-wrapper::after, .invite-team-member-wrapper::before {
    right: 15px;
    left: auto;
    bottom: 100%; }
  .invite-team-member-wrapper::after {
    border-bottom-color: #fff; }
  .invite-team-member-wrapper::before {
    border-bottom-color: #c5c5c5;
    margin-right: -1px; }

.invite-team-member-container {
  padding: 15px; }

.invite-team-member-field {
  margin-bottom: 15px; }

.invite-team-member-footer {
  zoom: 1;
  margin: 0 -15px -15px;
  padding: 15px;
  background: #f5f5f5;
  border-top: 1px solid #c5c5c5;
  line-height: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .invite-team-member-footer::before, .invite-team-member-footer::after {
    display: block;
    overflow: hidden;
    height: 0;
    content: " "; }
  .invite-team-member-footer::after {
    clear: both; }

.notification-indicator {
  display: inline-block;
  padding: 0px 4px;
  height: 16px;
  min-width: 16px;
  background: #E10E71;
  color: #FFFFFF;
  font-family: "Effra";
  border: 0px;
  border-radius: 3px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 12px;
  top: 16px;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none; }

.notifications-menu-wrapper {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: auto;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  top: 50px;
  right: -12px;
  display: none;
  width: 300px;
  line-height: 21px; }
  .notifications-menu-wrapper::after, .notifications-menu-wrapper::before {
    position: absolute;
    top: auto;
    right: 15px;
    left: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    content: ""; }
  .notifications-menu-wrapper::after {
    border-width: 8px;
    border-color: transparent; }
  .notifications-menu-wrapper::before {
    border-width: 9px; }
  .notifications-menu-wrapper::after, .notifications-menu-wrapper::before {
    right: 15px;
    left: auto;
    bottom: 100%; }
  .notifications-menu-wrapper::after {
    border-bottom-color: #fff; }
  .notifications-menu-wrapper::before {
    border-bottom-color: #c5c5c5;
    margin-right: -1px; }
  .notifications-menu-wrapper.show {
    display: block; }

.notifications--popover {
  margin-top: -5px; }

.notifications-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px; }

.notification {
  display: block;
  padding: 10px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none; }
  .notification--unread {
    background: #fffae0;
    color: #000; }
  .notification:hover {
    background: #f5f5f5;
    text-decoration: none; }
  .notification:active, .notification:active:visited {
    background: #f5f5f5;
    color: #000;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15); }
  .notification:visited {
    color: #000; }
  .notification:last-child {
    border-bottom: 0; }

.notification-info {
  overflow: hidden; }
  .notification-info__content {
    margin-left: 10px;
    overflow-wrap: break-word; }

.notification-time-ago {
  color: #828282;
  font-size: 11px; }

.notifications__footer {
  display: block;
  padding: 5px 10px;
  background: #f5f5f5;
  border-top: 1px solid #c5c5c5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.notifications__grouped-by-heading {
  padding: 5px 7px;
  background: #f5f5f5;
  color: #828282;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600; }

.settings-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: auto;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  top: 50px;
  right: -16px;
  line-height: 24px;
  cursor: default;
  border-color: #E9E9E9;
  box-shadow: 0 1px 3px 0 rgba(158, 158, 158, 0.33); }
  .settings-menu::after, .settings-menu::before {
    position: absolute;
    top: auto;
    right: 15px;
    left: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    content: ""; }
  .settings-menu::after {
    border-width: 8px;
    border-color: transparent; }
  .settings-menu::before {
    border-width: 9px; }
  .settings-menu::after, .settings-menu::before {
    right: 15px;
    left: auto;
    bottom: 100%; }
  .settings-menu::after {
    border-bottom-color: #fff; }
  .settings-menu::before {
    border-bottom-color: #c5c5c5;
    margin-right: -1px; }
  .settings-menu:before {
    border-bottom-color: #E9E9E9; }

.settings-menu-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  max-height: 75vh; }

.settings-group-info-avatar {
  margin-right: 2px; }

.settings-group {
  display: table-row;
  font-size: 12px; }

.user-settings-group {
  display: table-row;
  font-size: 12px; }
  .user-settings-group .settings-group-info {
    display: none; }
    .has-teams .user-settings-group .settings-group-info {
      display: table-cell; }

.settings-group-info,
.settings-group-listing {
  padding: 5px 10px;
  border-bottom: 1px #e5e5e5 solid; }
  .settings-group:last-child .settings-group-info, .settings-group:last-child
  .settings-group-listing {
    border-bottom: 0; }

.settings-group-listing--spacious {
  padding: 4px; }

.settings-group-info {
  display: table-cell;
  line-height: 24px;
  white-space: nowrap; }
  .settings-group-info > a {
    display: inline-block;
    min-width: 100px;
    padding-right: 10px;
    font-weight: 600;
    text-decoration: none; }

.settings-group-listing {
  display: table-cell;
  white-space: nowrap; }

.settings-group-listing-item-link {
  color: #000;
  display: block;
  text-decoration: none; }
  .settings-group-listing-item-link:visited {
    color: #000; }
  .settings-group-listing-item-link:hover {
    color: #000; }
  .settings-group-listing-item-link:active {
    color: #000; }
  .settings-group-listing-item-link:hover {
    text-decoration: underline; }

.settings-group-listing-item-link,
.settings-group-listing-item-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 160px;
  padding: 0 8px;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Effra"; }

.settings-group-listing-item-link--break {
  margin: 8px;
  border-bottom: 1px solid #E9E9E9; }

.settings-menu-loading-indicator {
  position: relative;
  width: 66px;
  height: 82px; }

.sub-header {
  height: 54px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5; }
  .sub-header__menu-wrapper {
    position: relative;
    overflow: hidden;
    height: 54px; }
  .sub-header__scroll-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .sub-header__scroll-area .sub-header__menu {
    white-space: nowrap; }
  .sub-header__scroll-area .sub-header__menu-item,
  .sub-header__scroll-area .sub-header__menu-link {
    display: inline-block;
    float: none; }
  .sub-header__menu {
    overflow: hidden; }
  .sub-header__menu-item, .sub-header__menu-link {
    float: left; }
    .sub-header__menu-item--right, .sub-header__menu-link--right {
      float: right; }
    .sub-header__menu-item--social-icons, .sub-header__menu-link--social-icons {
      margin-top: 3px;
      margin-right: 6px; }
    .sub-header__menu-item--bookmark, .sub-header__menu-link--bookmark {
      padding-right: 15px;
      line-height: 51px; }
  .sub-header__menu-link {
    cursor: pointer; }
  .sub-header__menu-link, .sub-header__menu-item--label {
    height: 54px;
    padding: 0 15px;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    line-height: 54px; }
    .sub-header__menu-link.active, .sub-header__menu-item--label.active {
      color: #144063;
      border-color: #216ba5; }
      .sub-header__menu-link.active:hover, .sub-header__menu-item--label.active:hover {
        text-decoration: none; }
  .sub-header__menu-icon {
    margin-right: 5px; }
  .sub-header__button {
    float: right;
    min-width: 25%;
    margin-top: 11px; }
  .sub-header__helper-text {
    float: right;
    min-width: 25%;
    margin-top: 18px; }
  .sub-header__security-link {
    max-width: 280px;
    font-size: 14px;
    font-weight: 600; }

.reports-view__count {
  display: inline-block;
  min-width: 20px;
  margin-left: 5px; }

.topbar {
  position: absolute;
  z-index: 1200;
  width: 100%;
  height: 60px;
  background: #494649;
  border-bottom: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: none;
  font-size: 13px; }
  @media (min-width: 850px) {
    .topbar {
      position: fixed; } }
  .topbar--triage .topbar-logo {
    width: 77px;
    border-right: 1px solid #c5c5c5; }
  .topbar--triage .topbar-anc {
    float: left;
    padding: 5px 20px 11px;
    color: #fff;
    line-height: 22px; }
  .topbar--triage .topbar-navigation-item {
    border-left: 1px solid #e5e5e5; }
    .topbar--triage .topbar-navigation-item .topbar-navigation-link {
      padding: 0 12px; }
      .topbar--triage .topbar-navigation-item .topbar-navigation-link__highlighted {
        background: #a9a40a; }
        .topbar--triage .topbar-navigation-item .topbar-navigation-link__highlighted.active {
          background: #797507; }
    .topbar--triage .topbar-navigation-item .topbar__dropdown-link {
      color: #fff;
      line-height: 30px;
      text-decoration: none;
      cursor: pointer; }
    .topbar--triage .topbar-navigation-item .topbar-navigation-link--profile {
      margin-left: 10px;
      line-height: 19px; }
  .topbar--triage .sla-status-menu {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: auto;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    text-align: left;
    top: 50px;
    right: -16px;
    width: 269px;
    line-height: 24px;
    cursor: default; }
    .topbar--triage .sla-status-menu::after, .topbar--triage .sla-status-menu::before {
      position: absolute;
      top: auto;
      right: 15px;
      left: auto;
      width: 0;
      height: 0;
      border: solid transparent;
      content: ""; }
    .topbar--triage .sla-status-menu::after {
      border-width: 8px;
      border-color: transparent; }
    .topbar--triage .sla-status-menu::before {
      border-width: 9px; }
    .topbar--triage .sla-status-menu::after, .topbar--triage .sla-status-menu::before {
      right: 15px;
      left: auto;
      bottom: 100%; }
    .topbar--triage .sla-status-menu::after {
      border-bottom-color: #fff; }
    .topbar--triage .sla-status-menu::before {
      border-bottom-color: #c5c5c5;
      margin-right: -1px; }
  .topbar--triage .sla-status-menu-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
    max-height: 75vh; }
    .topbar--triage .sla-status-menu-wrapper .topbar-navigation-item {
      border-bottom: 1px solid #e5e5e5; }
  .topbar .topbar-wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px; }
  .topbar .topbar__dropdown-wrapper {
    display: none; }
    @media (min-width: 850px) {
      .topbar .topbar__dropdown-wrapper {
        position: relative;
        display: inline-block;
        line-height: 59px; } }
  .topbar .topbar__dropdown {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: auto;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    text-align: left;
    left: -40px;
    width: 150px;
    line-height: 1; }
    .topbar .topbar__dropdown::after, .topbar .topbar__dropdown::before {
      position: absolute;
      top: auto;
      right: 69px;
      left: auto;
      width: 0;
      height: 0;
      border: solid transparent;
      content: ""; }
    .topbar .topbar__dropdown::after {
      border-width: 8px;
      border-color: transparent; }
    .topbar .topbar__dropdown::before {
      border-width: 9px; }
    .topbar .topbar__dropdown::after, .topbar .topbar__dropdown::before {
      right: 69px;
      left: auto;
      bottom: 100%; }
    .topbar .topbar__dropdown::after {
      border-bottom-color: #fff; }
    .topbar .topbar__dropdown::before {
      border-bottom-color: #c5c5c5;
      margin-right: -1px; }
  .topbar .topbar__dropdown-item {
    display: block;
    border-bottom: 1px solid #e5e5e5; }
    .topbar .topbar__dropdown-item:last-child {
      border: 0; }
  .topbar .topbar__dropdown-link {
    display: block;
    padding: 15px;
    font-weight: 600; }
  .topbar .topbar__dropdown--mobile {
    display: block; }
    @media (min-width: 850px) {
      .topbar .topbar__dropdown--mobile {
        display: none; } }
  .topbar .topbar-logo {
    color: #000;
    position: absolute;
    color: #fff;
    margin-left: -20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 27px;
    line-height: 59px; }
    .topbar .topbar-logo:visited {
      color: #000; }
    .topbar .topbar-logo:hover {
      color: #000; }
    .topbar .topbar-logo:active {
      color: #000; }
    @media (min-width: 850px) {
      .topbar .topbar-logo {
        position: relative;
        float: left; } }
    .topbar .topbar-logo:visited {
      color: #fff; }
    .topbar .topbar-logo:hover {
      color: #fff; }
    .topbar .topbar-logo:active {
      color: #fff; }
    .topbar .topbar-logo:hover {
      text-decoration: none; }
  @media (min-width: 850px) {
    .topbar .topbar-navigation {
      margin-right: -15px; } }
  .topbar .app__logo {
    position: absolute;
    width: 139px;
    height: 27px;
    margin: 16px 25px 0 1px; }
    @media (min-width: 850px) {
      .topbar .app__logo {
        position: relative;
        float: left; } }
  .topbar .topbar-navigation-item {
    position: relative;
    border-bottom: 1px solid #e5e5e5; }
    @media (min-width: 850px) {
      .topbar .topbar-navigation-item {
        float: left;
        border-bottom: 0; } }
    .topbar__dropdown--mobile .topbar .topbar-navigation-item:last-child {
      border-bottom: 0; }
    .topbar .topbar-navigation-item.topbar-navigation-item--pull-right {
      position: relative; }
      @media (min-width: 850px) {
        .topbar .topbar-navigation-item.topbar-navigation-item--pull-right {
          float: right; } }
  @media (min-width: 850px) {
    .topbar .topbar-navigation-item--pull-right + .topbar-navigation-item--pull-right::after {
      position: absolute;
      top: 28px;
      right: -3px;
      content: "|"; } }
  .topbar .topbar-davr-wrapper {
    line-height: 63px; }
  .topbar .topbar-navigation-mobile-link {
    display: block; }
    @media (min-width: 850px) {
      .topbar .topbar-navigation-mobile-link {
        display: none; } }
  .topbar .topbar-navigation-desktop-link {
    display: none; }
    @media (min-width: 850px) {
      .topbar .topbar-navigation-desktop-link {
        display: block; } }
  .topbar .topbar-navigation-link {
    color: #fff;
    display: block;
    padding: 0 20px;
    border-bottom: 3px solid transparent;
    font-weight: 300;
    line-height: 57px;
    text-align: center;
    cursor: pointer; }
    .topbar .topbar-navigation-link:visited {
      color: #fff; }
    .topbar .topbar-navigation-link:hover {
      color: #fff; }
    .topbar .topbar-navigation-link:active {
      color: #fff; }
    .topbar .topbar-navigation-link.active {
      background: #3c3a3c;
      color: #fff;
      border-bottom-color: #ec1075; }
    .topbar .topbar-navigation-link:hover {
      text-decoration: underline; }
    .topbar .topbar-navigation-link .notification-indicator {
      margin-right: 5px;
      margin-left: -20px;
      vertical-align: baseline; }
    .topbar .topbar-navigation-link .topbar-profile-picture-wrapper .avatar {
      margin-right: 5px;
      margin-left: -40px; }
  .topbar .topbar-toggle {
    position: absolute;
    right: 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 850px) {
      .topbar .topbar-toggle {
        display: none; } }
  .topbar .topbar-navigation-wrapper {
    display: none;
    background: #494649;
    border: 0; }
    @media (min-width: 850px) {
      .topbar .topbar-navigation-wrapper {
        display: block;
        height: 59px;
        border: 0; }
        .topbar .topbar-navigation-wrapper.active {
          position: static; } }
    .topbar .topbar-navigation-wrapper.active {
      position: relative;
      top: 80px;
      display: block; }
  .topbar .topbar-user-specific {
    display: none; }
    @media (min-width: 850px) {
      .topbar .topbar-user-specific {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: right;
        line-height: 59px; } }
  .topbar .topbar-profile-picture-wrapper,
  .topbar .topbar-notifications-wrapper,
  .topbar .topbar-settings-wrapper {
    position: relative;
    float: left;
    margin-right: 24px; }
    .topbar .topbar-profile-picture-wrapper:last-child,
    .topbar .topbar-notifications-wrapper:last-child,
    .topbar .topbar-settings-wrapper:last-child {
      margin-right: 0; }
  .topbar .topbar-profile-picture-wrapper {
    margin-right: 12px; }
  .topbar .topbar-dropdown-toggle {
    color: #828282;
    font-size: 16px;
    cursor: pointer; }
    .topbar .topbar-dropdown-toggle:visited {
      color: #828282; }
    .topbar .topbar-dropdown-toggle:hover {
      color: dimgray; }
    .topbar .topbar-dropdown-toggle:active {
      color: #828282; }
    .topbar .topbar-dropdown-toggle:hover {
      text-decoration: none; }
  .topbar .topbar-navigation-loading-indicator {
    margin: 12px 0;
    text-align: center; }
    @media (min-width: 850px) {
      .topbar .topbar-navigation-loading-indicator {
        float: right;
        margin: 20px 50px 0 60px; } }

.signed-in .topbar-sub {
  padding-top: 60px;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .controller_bugs .signed-in .topbar-sub .banner {
    display: none; }

[data-theme="dark"] .topbar {
  background: #0A0A0A;
  box-shadow: 0 1px 0 #3e3e3e; }

[data-theme="dark"] .topbar-navigation-link,
[data-theme="dark"] .topbar-navigation-link:visited {
  color: #C5C5C5; }

[data-theme="dark"] .topbar-navigation-wrapper,
[data-theme="dark"] .topbar-navigation-link.active {
  background: #0A0A0A; }

.topbar-signed-out {
  position: relative;
  z-index: 1200;
  width: 100%;
  height: 100%;
  background: #565356;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 960px) {
    .topbar-signed-out {
      position: fixed;
      height: 91px; } }
  .topbar-signed-out::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: #565356;
    content: ""; }
    @media (min-width: 960px) {
      .topbar-signed-out::before {
        height: 91px;
        background: #565356; } }
  .topbar-signed-out .inner-container {
    padding: 0; }
    @media (min-width: 960px) {
      .topbar-signed-out .inner-container {
        padding: 0 20px; } }
  .topbar-signed-out .topbar-wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px; }
  .topbar-signed-out .topbar__dropdown-wrapper {
    display: none; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar__dropdown-wrapper {
        position: relative;
        display: inline-block;
        line-height: 59px; } }
  .topbar-signed-out .topbar__dropdown {
    display: inline-block;
    width: 100%;
    padding: 30px 30px 30px 0;
    border-top: 1px #ddd solid; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar__dropdown {
        float: left;
        margin: 30px 30px 30px 0;
        padding: 0;
        border-top: 0;
        border-right: 1px #ddd solid; }
        .topbar-signed-out .topbar__dropdown.offset--one-quarter {
          margin: 30px 30px 30px calc(((100% - (4/1 - 1) * 20px) / 4 * 1 ) + 20px); }
        .topbar-signed-out .topbar__dropdown:last-of-type {
          border-right: 0; } }
    .topbar-signed-out .topbar__dropdown.offset--one-quarter {
      margin-left: 0; }
  .topbar-signed-out .topbar__dropdown-item,
  .topbar-signed-out .topbar__dropdown-item a {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88; }
    .topbar-signed-out .topbar__dropdown-item .topbar__dropdown-link,
    .topbar-signed-out .topbar__dropdown-item a .topbar__dropdown-link {
      color: #4c4c4c;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      text-align: left; }
    .topbar-signed-out .topbar__dropdown-item a:hover,
    .topbar-signed-out .topbar__dropdown-item a a:hover {
      color: #ec1075;
      text-decoration: none; }
  .topbar-signed-out .topbar__dropdown--mobile {
    display: block; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar__dropdown--mobile {
        display: none; } }
  .topbar-signed-out .topbar-logo {
    color: #000;
    position: absolute;
    margin-left: -20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 27px;
    line-height: 59px; }
    .topbar-signed-out .topbar-logo:visited {
      color: #000; }
    .topbar-signed-out .topbar-logo:hover {
      color: #000; }
    .topbar-signed-out .topbar-logo:active {
      color: #000; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-logo {
        position: relative;
        float: left; } }
    .topbar-signed-out .topbar-logo:hover {
      text-decoration: none; }
  @media (min-width: 960px) {
    .topbar-signed-out .topbar-navigation {
      margin-right: -15px; } }
  .topbar-signed-out .app__logo {
    position: absolute;
    width: 159px;
    height: 31px;
    margin: 20px 25px 0 20px;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 960px) {
      .topbar-signed-out .app__logo {
        position: relative;
        float: left; } }
    @media (min-width: 960px) {
      .topbar-signed-out .app__logo {
        margin-top: 35px;
        margin-left: 0; } }
  .topbar-signed-out .topbar-navigation-item {
    border-top: 1px solid #e5e5e5; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-navigation-item {
        float: left;
        border-top: 0;
        border-bottom: 0; } }
    .topbar__dropdown--mobile .topbar-signed-out .topbar-navigation-item:last-child {
      border-bottom: 0; }
  @media (min-width: 960px) {
    .topbar-signed-out .topbar-navigation-item--pull-right.sign-up + .topbar-navigation-item--pull-right::after {
      position: absolute;
      top: 28px;
      right: -3px;
      content: "|"; } }
  .topbar-signed-out .topbar-navigation-item-sections {
    position: relative;
    right: 0;
    left: 0;
    display: none;
    width: 100vw;
    margin-left: -10px;
    padding-right: 20px;
    padding-left: 20px;
    background: #f1f1f1; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-navigation-item-sections {
        position: absolute;
        margin-left: 0; } }
    .topbar-signed-out .topbar-navigation-item-sections.active {
      display: inherit; }
      .topbar-signed-out .topbar-navigation-item-sections.active .topbar__dropdown {
        display: inline-block;
        width: 100%; }
    .topbar-signed-out .topbar-navigation-item-sections .topbar-navigation-sections-wrapper {
      display: block; }
      @media (min-width: 960px) {
        .topbar-signed-out .topbar-navigation-item-sections .topbar-navigation-sections-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden; } }
      .topbar-signed-out .topbar-navigation-item-sections .topbar-navigation-sections-wrapper ul.topbar__dropdown.cta .views-field-field-preview {
        text-align: center; }
      .topbar-signed-out .topbar-navigation-item-sections .topbar-navigation-sections-wrapper ul.topbar__dropdown.cta .views-field-title {
        padding: 10px 0;
        text-align: center; }
        .topbar-signed-out .topbar-navigation-item-sections .topbar-navigation-sections-wrapper ul.topbar__dropdown.cta .views-field-title span {
          font-size: 14px; }
      .topbar-signed-out .topbar-navigation-item-sections .topbar-navigation-sections-wrapper ul.topbar__dropdown.cta .views-field-view-node {
        text-align: center; }
        .topbar-signed-out .topbar-navigation-item-sections .topbar-navigation-sections-wrapper ul.topbar__dropdown.cta .views-field-view-node .primary-btn {
          width: auto; }
          .topbar-signed-out .topbar-navigation-item-sections .topbar-navigation-sections-wrapper ul.topbar__dropdown.cta .views-field-view-node .primary-btn a {
            width: auto;
            height: auto;
            padding: 8px 42px;
            font-size: 14px; }
  .topbar-signed-out .topbar-navigation-mobile-link {
    display: inherit; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-navigation-mobile-link {
        display: none; } }
  @media (min-width: 960px) {
    .topbar-signed-out .topbar-navigation-desktop-link {
      display: inherit; }
      .topbar-signed-out .topbar-navigation-desktop-link:hover + .topbar-navigation-item-sections,
      .topbar-signed-out .topbar-navigation-desktop-link + .topbar-navigation-item-sections:hover {
        z-index: 1;
        display: inherit;
        /* shows sub-menu */
        opacity: 1;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transition-delay: 0s, 0s, 0.3s;
                transition-delay: 0s, 0s, 0.3s; } }
  .topbar-signed-out .topbar-navigation-link {
    color: #4c4c4c;
    display: block;
    padding: 20px 10px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer; }
    .topbar-signed-out .topbar-navigation-link:visited {
      color: #ec1075; }
    .topbar-signed-out .topbar-navigation-link:hover {
      color: #ec1075; }
    .topbar-signed-out .topbar-navigation-link:active {
      color: #4c4c4c; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-navigation-link {
        color: #ffffff;
        width: auto;
        padding: 22px 15px 20px;
        background: #565356;
        line-height: 16px;
        text-align: center;
        text-align: left; }
        .topbar-signed-out .topbar-navigation-link:visited {
          color: #ffffff; }
        .topbar-signed-out .topbar-navigation-link:hover {
          color: #ffffff; }
        .topbar-signed-out .topbar-navigation-link:active {
          color: #ffffff; } }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-navigation-link:hover, .topbar-signed-out .topbar-navigation-link.active {
        padding-top: 20px;
        border-top: 2px #ec1175 solid; } }
    .topbar-signed-out .topbar-navigation-link .notification-indicator {
      margin-right: 5px;
      margin-left: -20px; }
    .topbar-signed-out .topbar-navigation-link .avatar {
      margin-right: 5px;
      margin-left: -40px; }
  .topbar-signed-out .topbar-toggle {
    position: absolute;
    right: 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-toggle {
        display: none; } }
  .topbar-signed-out .topbar-subnav-wrapper {
    display: none; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-subnav-wrapper {
        top: 0;
        display: inherit;
        float: right;
        background: transparent; } }
    .topbar-signed-out .topbar-subnav-wrapper.active {
      position: relative;
      top: 75px;
      display: inherit; }
    .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav {
      position: absolute;
      width: 100%;
      padding: 20px;
      background: #fff; }
      @media (min-width: 960px) {
        .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav {
          position: inherit;
          padding: 0 20px;
          background: transparent; } }
      .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item {
        float: left;
        color: #fff;
        line-height: 1; }
        @media (min-width: 960px) {
          .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item {
            padding: 10px 0 5px; } }
        .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link {
          color: #4c4c4c;
          padding: 10px 0;
          font-size: 12px;
          text-align: center;
          text-transform: uppercase; }
          .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link:visited {
            color: #ec1075; }
          .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link:hover {
            color: #ec1075; }
          .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link:active {
            color: #ec1075; }
          @media (min-width: 960px) {
            .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link {
              color: #ffffff;
              padding: 0; }
              .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link:visited {
                color: #ffffff; }
              .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link:hover {
                color: #ffffff; }
              .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link:active {
                color: #ffffff; } }
          .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link:hover, .topbar-signed-out .topbar-subnav-wrapper .topbar-subnav .topbar-subnav-item .topbar-subnav-link:active {
            font-weight: 400;
            text-decoration: none; }
  .topbar-signed-out .topbar-navigation-wrapper {
    display: none;
    float: right;
    clear: right;
    background: #fff; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-navigation-wrapper {
        top: 20px;
        display: block;
        padding-right: 100px;
        background: transparent;
        border: 0; }
        .topbar-signed-out .topbar-navigation-wrapper.active {
          position: static; } }
    .topbar-signed-out .topbar-navigation-wrapper.active {
      position: relative;
      top: 128px;
      display: block;
      width: 100%;
      padding: 0 10px; }
  .topbar-signed-out .topbar-user-specific {
    display: none; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-user-specific {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: right;
        line-height: 59px; } }
  .topbar-signed-out .topbar-profile-picture-wrapper,
  .topbar-signed-out .topbar-notifications-wrapper,
  .topbar-signed-out .topbar-settings-wrapper {
    position: relative;
    float: left;
    margin-right: 24px; }
    .topbar-signed-out .topbar-profile-picture-wrapper:last-child,
    .topbar-signed-out .topbar-notifications-wrapper:last-child,
    .topbar-signed-out .topbar-settings-wrapper:last-child {
      margin-right: 0; }
  .topbar-signed-out .topbar-profile-picture-wrapper {
    margin-right: 12px; }
  .topbar-signed-out .topbar-dropdown-toggle {
    color: #aeaeae;
    font-size: 16px;
    cursor: pointer; }
    .topbar-signed-out .topbar-dropdown-toggle:hover {
      color: #959595; }
    .topbar-signed-out .topbar-dropdown-toggle:hover {
      text-decoration: none; }
  .topbar-signed-out .topbar-navigation-loading-indicator {
    margin: 12px 0;
    text-align: center; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-navigation-loading-indicator {
        float: right;
        margin: 20px 50px 0 60px; } }
  @media (min-width: 960px) {
    .topbar-signed-out .topbar-sign-up-menu {
      position: absolute;
      z-index: 10;
      top: 100%;
      left: auto;
      background: #fff;
      border: 1px solid #c5c5c5;
      border-radius: 4px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
      text-align: left;
      top: 59px;
      right: 35px; }
      .topbar-signed-out .topbar-sign-up-menu::after, .topbar-signed-out .topbar-sign-up-menu::before {
        position: absolute;
        top: auto;
        right: 15px;
        left: auto;
        width: 0;
        height: 0;
        border: solid transparent;
        content: ""; }
      .topbar-signed-out .topbar-sign-up-menu::after {
        border-width: 8px;
        border-color: transparent; }
      .topbar-signed-out .topbar-sign-up-menu::before {
        border-width: 9px; }
      .topbar-signed-out .topbar-sign-up-menu::after, .topbar-signed-out .topbar-sign-up-menu::before {
        right: 15px;
        left: auto;
        bottom: 100%; }
      .topbar-signed-out .topbar-sign-up-menu::after {
        border-bottom-color: #fff; }
      .topbar-signed-out .topbar-sign-up-menu::before {
        border-bottom-color: #c5c5c5;
        margin-right: -1px; }
      .topbar-signed-out .topbar-sign-up-menu.dropdown-is-closed {
        display: none; } }
  .topbar-signed-out .topbar-sign-up-menu.dropdown-is-closed {
    display: block; }
  .topbar-signed-out .topbar-sign-up-link {
    display: block;
    padding: 15px 10px;
    text-align: center; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-sign-up-link {
        display: inline-block;
        width: 260px;
        padding: 30px;
        vertical-align: top; }
        .topbar-signed-out .topbar-sign-up-link:first-child {
          border-right: 1px solid #e5e5e5;
          border-bottom: 0;
          border-bottom-left-radius: 4px;
          border-top-left-radius: 4px; }
        .topbar-signed-out .topbar-sign-up-link:last-child {
          padding-bottom: 50px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 4px;
          border-top-right-radius: 4px; } }
    .topbar-signed-out .topbar-sign-up-link:first-child {
      border-bottom: 1px solid #e5e5e5; }
      @media (min-width: 960px) {
        .topbar-signed-out .topbar-sign-up-link:first-child {
          border-bottom: 0; } }
    .topbar-signed-out .topbar-sign-up-link:last-child {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .topbar-signed-out .topbar-sign-up-link:hover {
      background: #f5f5f5;
      text-decoration: none; }
  .topbar-signed-out .topbar-sign-up-explanation {
    color: #828282;
    font-size: 11px; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-sign-up-explanation {
        font-size: 13px; } }
    .topbar-sign-up-link:hover .topbar-signed-out .topbar-sign-up-explanation {
      color: dimgray; }
  .topbar-signed-out .topbar-sign-up-title {
    font-weight: 500; }
    @media (min-width: 960px) {
      .topbar-signed-out .topbar-sign-up-title {
        margin-bottom: 5px;
        font-size: 16px; } }

.signed-out .topbar-sub {
  padding-top: 75px; }
  @media (min-width: 960px) {
    .signed-out .topbar-sub {
      padding-top: 91px; } }

.vertical-menu {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.vertical-menu--yellow {
  border-color: #ffee94; }
  .vertical-menu--yellow .vertical-menu__link:hover {
    border-color: #ffee94; }
  .vertical-menu--yellow .vertical-menu--heading {
    background-color: #fffae0;
    border-bottom: 1px solid #ffee94; }
  .vertical-menu--yellow .vertical-menu__link--active {
    border-color: #ffee94; }

.vertical-menu__item {
  list-style: none; }

.vertical-menu__title {
  display: block;
  padding: 7px 10px;
  color: #828282;
  font-weight: 600; }

.vertical-menu__link {
  display: block;
  margin-top: -1px;
  padding: 7px 10px;
  color: #216ba5;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 2px solid transparent; }
  .vertical-menu__secondary .vertical-menu__link {
    padding-left: 30px; }
  .vertical-menu__link:hover {
    border-color: #e5e5e5;
    border-left-color: #216ba5;
    text-decoration: none; }
  .vertical-menu > .vertical-menu__item:first-child > .vertical-menu__link {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .vertical-menu > .vertical-menu__item:last-child > .vertical-menu__link {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .vertical-menu__item:last-child .vertical-menu__link {
    margin-bottom: -1px; }

.vertical-menu--heading {
  padding: 10px;
  background-color: #f5f5f5;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 600; }

.vertical-menu__link--active {
  color: #000;
  border-color: #e5e5e5;
  border-left-color: #216ba5;
  font-weight: 600; }
  .vertical-menu__link--active:visited {
    color: #000; }

.profile-header {
  position: relative;
  z-index: 1101;
  height: 180px; }

.profile-header__container {
  position: relative;
  height: 180px; }

.profile-header__cover-photo-wrapper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 180px; }

.profile-header__cover-photo {
  width: 100%;
  min-height: 180px; }

.profile-header__overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* stylelint-disable */
  filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='    #1A000000', endColorstr='#40000000')";
  /* stylelint-enable */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2); }

.profile-header__button {
  position: absolute;
  top: 20px;
  right: 20px; }

.profile-header__link {
  color: #fff; }
  .profile-header__link:visited {
    color: #fff; }
  .profile-header__link:hover {
    color: #fff; }
  .profile-header__link:active {
    color: #fff; }

.profile-header__picture {
  position: absolute;
  bottom: -5px;
  left: 20px; }

.profile-header__information-wrapper {
  position: absolute;
  z-index: 5;
  bottom: 13px;
  left: 180px;
  text-shadow: 1px 1px 1px #000; }

.profile-header__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 710px;
  margin-bottom: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.5; }

.profile-header__bio {
  max-width: 710px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  overflow-wrap: break-word; }

.profile-header__program-type {
  max-width: 710px;
  color: #fff;
  font-weight: 400;
  line-height: 21px;
  overflow-wrap: break-word;
  font-size: 13px; }

.profile-header__information-item {
  float: left;
  color: #fff; }
  .profile-header__information-item::after {
    padding: 0 10px;
    font-weight: bold;
    content: "\b7"; }
  .profile-header__information-item:last-child::after {
    padding: 0;
    content: ""; }

.profile-stats-wrapper {
  position: relative; }

.profile-metric__item + .profile-metric__item {
  margin-top: 10px; }

.profile-stats-amount {
  display: inline-block;
  color: #216ba5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1; }
  .profile-stats-item--small .profile-stats-amount {
    font-size: 16px; }

.profile-stats-meta {
  display: inline-block;
  color: #828282; }
  .profile-stats-item--small .profile-stats-meta {
    font-size: 11px; }

.profile-stats__row + .profile-stats__row {
  border-top: 1px solid #e5e5e5; }

.profile-stats__table {
  width: 100%;
  table-layout: fixed; }

.profile-stats__cell {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  .profile-stats__row:first-child .profile-stats__cell {
    padding-top: 0; }
  .profile-stats__row:last-child .profile-stats__cell {
    padding-bottom: 0; }

/* stylelint-disable */
.team_blizzard {
  /* stylelint-enable */
  background: #10293f; }
  .team_blizzard .tooltip__container {
    background: #00b7f3;
    color: #10293f; }
  .team_blizzard .tether-target-attached-left.tether-element-attached-middle .tooltip__container::after {
    border-left-color: #00b7f3; }
  .team_blizzard .tether-element-attached-bottom.tether-element-attached-center .tooltip__container::after {
    border-top-color: #00b7f3; }
  .team_blizzard .tether-element-attached-top.tether-element-attached-center .tooltip__container::after {
    border-bottom-color: #00b7f3; }
  .team_blizzard .tether-target-attached-right.tether-element-attached-middle .tooltip__container::after {
    border-right-color: #00b7f3; }
  .team_blizzard .full-width-container {
    background: #10293f; }
  .team_blizzard .app__logo {
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/inverted_logo-c0430af8.png);
    background-size: 139px 27px;
    text-indent: -9999px; }
  .team_blizzard .daisy-link {
    color: #00b7f3 !important; }
    .team_blizzard .daisy-link:visited {
      color: #00b7f3 !important; }
    .team_blizzard .daisy-link:hover {
      color: #0091c0 !important; }
    .team_blizzard .daisy-link:active {
      color: #00b7f3 !important; }
  .team_blizzard .topbar {
    background: #0f497d;
    border-color: transparent; }
    .team_blizzard .topbar .topbar-logo {
      color: #fff; }
    .team_blizzard .topbar .topbar-navigation-link {
      color: #b4c9db; }
      .team_blizzard .topbar .topbar-navigation-link:visited {
        color: #b4c9db; }
      .team_blizzard .topbar .topbar-navigation-link:hover {
        color: #b4c9db; }
      .team_blizzard .topbar .topbar-navigation-link:active {
        color: #b4c9db; }
    .team_blizzard .topbar .topbar-navigation-item:after {
      color: #00b7f3; }
    .team_blizzard .topbar .topbar-navigation-wrapper {
      background: #0f497d; }
    .team_blizzard .topbar .topbar-navigation-wrapper,
    .team_blizzard .topbar .topbar-navigation-item {
      border-color: #00b7f3; }
  .team_blizzard .settings-group-info,
  .team_blizzard .settings-group-listing {
    border-color: #00b7f3; }
  .team_blizzard .icon-hamburger,
  .team_blizzard .icon-cross {
    color: #fff; }
  .team_blizzard .topbar-sign-up-menu,
  .team_blizzard .notifications-menu-wrapper,
  .team_blizzard .settings-menu {
    background-color: #0f497d;
    border-color: #00b7f3; }
  .team_blizzard .notifications-menu-wrapper::before, .team_blizzard .notifications-menu-wrapper::after {
    border-bottom-color: #00b7f3; }
  .team_blizzard .notifications-menu-wrapper .dropdown-menu-header {
    border-color: #00b7f3;
    color: #fff; }
  .team_blizzard .notifications-menu-wrapper .notification {
    background: #0f497d;
    border-color: #00b7f3; }
    .team_blizzard .notifications-menu-wrapper .notification--unread {
      background: #10293f; }
  .team_blizzard .notifications-menu-wrapper .notifications__footer {
    background: #0f497d;
    border-color: #00b7f3; }
  .team_blizzard .topbar-sign-up-link {
    border-color: #00b7f3; }
    .team_blizzard .topbar-sign-up-link:hover {
      background-color: #00b7f3;
      color: #fff; }
      .team_blizzard .topbar-sign-up-link:hover .topbar-sign-up-explanation {
        color: #fff; }
  .team_blizzard .topbar-sign-up-explanation {
    color: #b4c9db; }
  .team_blizzard .profile-header {
    border-color: transparent; }
  .team_blizzard .profile-header,
  .team_blizzard .profile-header__container,
  .team_blizzard .profile-header__cover-photo,
  .team_blizzard .profile-header__cover-photo-wrapper,
  .team_blizzard .profile-header__overlay {
    height: 260px; }
  .team_blizzard .sub-header {
    background: #0f497d;
    border-color: transparent; }
  .team_blizzard .sub-header__menu-link {
    color: #b4c9db; }
    .team_blizzard .sub-header__menu-link:visited {
      color: #b4c9db; }
    .team_blizzard .sub-header__menu-link:hover {
      color: #b4c9db; }
    .team_blizzard .sub-header__menu-link:active {
      color: #b4c9db; }
    .team_blizzard .sub-header__menu-link.active {
      color: #fff;
      border-bottom-color: #b4c9db; }
      .team_blizzard .sub-header__menu-link.active:visited {
        color: #fff; }
      .team_blizzard .sub-header__menu-link.active:hover {
        color: #fff; }
      .team_blizzard .sub-header__menu-link.active:active {
        color: #fff; }
  .team_blizzard .button,
  .team_blizzard .button.button--success {
    color: #fff;
    background-color: #00b7f3;
    border-color: #007da7;
    text-shadow: none; }
    .team_blizzard .button:visited,
    .team_blizzard .button.button--success:visited {
      color: #fff; }
    .team_blizzard .button:hover,
    .team_blizzard .button.button--success:hover {
      color: #fff; }
    .team_blizzard .button:active,
    .team_blizzard .button.button--success:active {
      color: #fff; }
    .team_blizzard .button--active,
    .team_blizzard .button.button--success--active {
      color: #fff; }
    .team_blizzard .button:hover,
    .team_blizzard .button.button--success:hover {
      background-color: #00a4da; }
    .team_blizzard .button:active, .team_blizzard .button--active,
    .team_blizzard .button.button--success:active,
    .team_blizzard .button.button--success--active {
      background-color: #009acd; }
  .team_blizzard .full-width-inner-container {
    color: #e9ecef; }
  .team_blizzard .highlight {
    background: transparent; }
  .team_blizzard .markdownable,
  .team_blizzard .pre-wrap {
    color: #e9ecef; }
    .team_blizzard .markdownable h1,
    .team_blizzard .markdownable h2,
    .team_blizzard .markdownable h3,
    .team_blizzard .markdownable h4,
    .team_blizzard .pre-wrap h1,
    .team_blizzard .pre-wrap h2,
    .team_blizzard .pre-wrap h3,
    .team_blizzard .pre-wrap h4 {
      color: #00b7f3; }
    .team_blizzard .markdownable code,
    .team_blizzard .pre-wrap code {
      background: #0f497d;
      border-color: #00b7f3;
      color: #e9ecef; }
    .team_blizzard .markdownable .hljs-deletion,
    .team_blizzard .markdownable .hljs-addition,
    .team_blizzard .pre-wrap .hljs-deletion,
    .team_blizzard .pre-wrap .hljs-addition {
      color: #000; }
  .team_blizzard .separator,
  .team_blizzard .is-separated-and-muted {
    border-color: #00b7f3; }
  .team_blizzard .separator--line {
    border-color: #0f497d; }
  .team_blizzard .separator--text {
    background: #10293f;
    color: #fff; }
  .team_blizzard h2 {
    color: #00b7f3; }
  .team_blizzard .profile-stats-amount {
    color: #00b7f3; }
  .team_blizzard a {
    color: #00b7f3; }
    .team_blizzard a:visited {
      color: #00b7f3; }
    .team_blizzard a:hover {
      color: #00b7f3; }
    .team_blizzard a:active {
      color: #00b7f3; }
  .team_blizzard .avatar {
    padding: 0; }
  .team_blizzard .timeline-container-subject,
  .team_blizzard .profile-stats-meta,
  .team_blizzard .user-item__user .user-item__meta,
  .team_blizzard .leaderboard-podium-user-meta {
    color: #b4c9db; }
  .team_blizzard .timeline-timestamp-link {
    color: #0091c0; }
    .team_blizzard .timeline-timestamp-link:visited {
      color: #0091c0; }
    .team_blizzard .timeline-timestamp-link:hover {
      color: #0091c0; }
    .team_blizzard .timeline-timestamp-link:active {
      color: #0091c0; }
  .team_blizzard .timeline-line {
    background-color: #0f497d; }
  .team_blizzard .timeline-indicator-dot {
    border-color: transparent;
    box-shadow: none; }
    .team_blizzard .timeline-indicator-dot::after {
      border-color: #0f497d; }
  .team_blizzard .timeline-datetime {
    background-color: #0f497d;
    border-color: transparent;
    color: #b4c9db; }
  .team_blizzard .leaderboard-podium-item-container {
    background: transparent;
    border-color: #0f497d; }
    .team_blizzard .leaderboard-podium-item-container.current-user {
      border-color: #00b7f3; }
      .team_blizzard .leaderboard-podium-item-container.current-user .leaderboard-podium-user {
        background-color: #00b7f3;
        border-color: #00b7f3; }
        .team_blizzard .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name {
          color: #fff; }
          .team_blizzard .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:visited {
            color: #fff; }
          .team_blizzard .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:hover {
            color: #fff; }
          .team_blizzard .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:active {
            color: #fff; }
        .team_blizzard .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-meta {
          color: #fff; }
  .team_blizzard .leaderboard-podium-user {
    background: #0f497d;
    border-color: #0f497d; }
  .team_blizzard .leaderboard-podium-rank {
    background: #00b7f3;
    border-color: transparent;
    box-shadow: none;
    color: #fff; }
  .team_blizzard .nav-tab:before {
    color: #104e86; }
  .team_blizzard .inline-banner,
  .team_blizzard .inline-banner--notice,
  .team_blizzard .inline-banner--success,
  .team_blizzard .inline-banner--warning {
    background: #0f497d;
    border-color: #00b7f3; }
  .team_blizzard .type-selector,
  .team_blizzard .type-selector-column,
  .team_blizzard .type-selector-no-type {
    border-color: #00b7f3; }
  .team_blizzard .type-selector-list-item input[type="checkbox"]:disabled + label {
    color: #3f6484; }
  .team_blizzard .type-selector-list-item:hover {
    background: #00b7f3; }
  .team_blizzard .type-selector-list-item.active {
    background-color: #00b7f3; }
  .team_blizzard .wizard-caption-heading.is-active {
    background: #0f497d;
    box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, 0.2); }
  .team_blizzard .type-selector__search {
    background: #10293f;
    border-bottom-color: #00b7f3; }
    .team_blizzard .type-selector__search .input--blank {
      background: #0f497d; }
    .team_blizzard .type-selector__search .input-tag {
      background: #0f497d;
      border-color: #00b7f3;
      color: #fff; }
  .team_blizzard .type-selector__active-asset {
    background-color: #0f497d;
    border: 1px solid #00b7f3;
    border-radius: 4px;
    padding: 10px; }
  .team_blizzard .type-selector__active-weakness {
    background-color: #0f497d;
    border: 1px solid #00b7f3;
    border-radius: 4px;
    padding: 10px; }
  .team_blizzard .type-selector__suggestion--checked {
    color: #fff;
    background: #0f497d; }
    .team_blizzard .type-selector__suggestion--checked:visited {
      color: #fff; }
    .team_blizzard .type-selector__suggestion--checked:hover {
      color: #fff; }
    .team_blizzard .type-selector__suggestion--checked:active {
      color: #fff; }
  .team_blizzard .type-selector__suggestion:hover {
    background: #0f497d; }
  .team_blizzard .type-selector__description {
    background: #10293f;
    border-top-color: #00b7f3; }
  .team_blizzard .wizard-step-indicator {
    background: #00b7f3;
    border-color: transparent;
    box-shadow: none; }
  .team_blizzard .input, .team_blizzard .select, .team_blizzard .report-action-picker__input,
  .team_blizzard .markdown-panes textarea {
    background-color: #0f497d;
    border-color: #00b7f3;
    box-shadow: none;
    color: #fff; }
    .team_blizzard .input:focus, .team_blizzard .select:focus, .team_blizzard .report-action-picker__input:focus,
    .team_blizzard .markdown-panes textarea:focus {
      color: #fff; }
  .team_blizzard .input-label,
  .team_blizzard .input-content-counter,
  .team_blizzard .markdown-label {
    background: none;
    color: #b4c9db; }
  .team_blizzard .helper-text,
  .team_blizzard .markdown-footer {
    background-color: #10293f;
    border-color: #00b7f3;
    color: #b4c9db; }
  .team_blizzard .markdown-textarea-container {
    background-color: #0f497d;
    border-color: #00b7f3;
    box-shadow: none;
    color: #fff; }
  .team_blizzard .markdown-tab {
    border-color: #00b7f3; }
    .team_blizzard .markdown-tab:hover {
      background-color: #0f497d; }
    .team_blizzard .markdown-tab.is-active {
      background-color: #0f497d; }
      .team_blizzard .markdown-tab.is-active::before {
        background-color: #0f497d; }
  .team_blizzard .markdown-panes {
    background-color: #0f497d; }
  .team_blizzard .attachments-upload {
    border-color: #00b7f3; }
  .team_blizzard .attachments-upload {
    color: #b4c9db; }
    .team_blizzard .attachments-upload .icon-paperclip {
      color: #b4c9db;
      opacity: 0.1; }
  .team_blizzard .leaderboard-listing {
    background: transparent;
    border-color: #0f497d; }
  .team_blizzard .leaderboard-listing-item + .leaderboard-listing-item {
    border-color: #0f497d; }
  .team_blizzard .leaderboard-listing-item:nth-child(even) {
    background-color: #0f497d; }
  .team_blizzard .leaderboard-listing-item.current-user, .team_blizzard .leaderboard-listing-item:nth-child(even).current-user {
    background-color: #00b7f3; }
    .team_blizzard .leaderboard-listing-item.current-user .leaderboard-listing-user, .team_blizzard .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user {
      color: #fff; }
      .team_blizzard .leaderboard-listing-item.current-user .leaderboard-listing-user:visited, .team_blizzard .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:visited {
        color: #fff; }
      .team_blizzard .leaderboard-listing-item.current-user .leaderboard-listing-user:hover, .team_blizzard .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:hover {
        color: #fff; }
      .team_blizzard .leaderboard-listing-item.current-user .leaderboard-listing-user:active, .team_blizzard .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:active {
        color: #fff; }
  .team_blizzard .leaderboard-listing-avatar {
    background-color: transparent; }
  .team_blizzard .feature-toggle-bar {
    background-color: #0f497d;
    border-color: #00b7f3;
    color: #e9ecef; }
  .team_blizzard .profile-header__cover--blizzard {
    display: block;
    height: 100%; }
    @media (min-width: 768px) {
      .team_blizzard .profile-header__cover--blizzard {
        height: auto;
        min-height: 260px;
        width: 100%; } }
    @media (min-width: 1025px) {
      .team_blizzard .profile-header__cover--blizzard {
        margin-top: -100px; } }
  .team_blizzard .modal-content h2 {
    color: #000; }
  .team_blizzard .modal-close-button {
    color: #828282; }
    .team_blizzard .modal-close-button:visited {
      color: #828282; }
    .team_blizzard .modal-close-button:hover {
      color: #828282; }
    .team_blizzard .modal-close-button:active {
      color: #828282; }
  .team_blizzard .content-wrapper {
    background: transparent;
    border-color: #0f497d; }
  .team_blizzard .panel {
    background: transparent;
    border-color: #0f497d; }
    .team_blizzard .panel__heading {
      background: #0f497d;
      border-bottom-color: #0f497d; }
  .team_blizzard .table thead, .team_blizzard .markdownable table thead, .markdownable .team_blizzard table thead,
  .team_blizzard .markdownable table thead {
    background: #0f497d; }
  .team_blizzard .table th, .team_blizzard .markdownable table th, .markdownable .team_blizzard table th,
  .team_blizzard .table tr:first-child td,
  .team_blizzard .markdownable table tr:first-child td,
  .markdownable .team_blizzard table tr:first-child td,
  .team_blizzard .markdownable table th,
  .team_blizzard .markdownable table tr:first-child td {
    border-top: 0; }

/* stylelint-enable */
/* stylelint-disable */
.team_mailru {
  /* stylelint-enable */ }
  .team_mailru .tooltip__container {
    background: #005ff9;
    color: #FFFFFF; }
  .team_mailru .tether-target-attached-left.tether-element-attached-middle .tooltip__container::after {
    border-left-color: #005ff9; }
  .team_mailru .tether-element-attached-bottom.tether-element-attached-center .tooltip__container::after {
    border-top-color: #005ff9; }
  .team_mailru .tether-element-attached-top.tether-element-attached-center .tooltip__container::after {
    border-bottom-color: #005ff9; }
  .team_mailru .tether-target-attached-right.tether-element-attached-middle .tooltip__container::after {
    border-right-color: #005ff9; }
  .team_mailru .app__logo {
    background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/inverted_logo-c0430af8.png);
    background-size: 139px 27px;
    text-indent: -9999px; }
  .team_mailru .daisy-link {
    color: #005bd1 !important; }
    .team_mailru .daisy-link:visited {
      color: #005bd1 !important; }
    .team_mailru .daisy-link:hover {
      color: #00459e !important; }
    .team_mailru .daisy-link:active {
      color: #005bd1 !important; }
  .team_mailru .topbar {
    background: #005ff9;
    border-bottom: 1px solid #005ff9; }
    .team_mailru .topbar .topbar-logo {
      color: #FFFFFF; }
    .team_mailru .topbar .topbar-navigation-link {
      color: #FFFFFF; }
      .team_mailru .topbar .topbar-navigation-link:visited {
        color: #FFFFFF; }
      .team_mailru .topbar .topbar-navigation-link:hover {
        color: #FFFFFF; }
      .team_mailru .topbar .topbar-navigation-link:active {
        color: #FFFFFF; }
    .team_mailru .topbar .topbar-navigation-wrapper,
    .team_mailru .topbar .topbar-navigation-item {
      border-color: #333; }
    .team_mailru .topbar .topbar-navigation-item:after {
      color: #ff9e00; }
    .team_mailru .topbar .topbar-navigation-wrapper {
      background: #005ff9; }
  .team_mailru .icon-hamburger,
  .team_mailru .icon-cross {
    color: #FFFFFF; }
  .team_mailru .topbar-sign-up-menu,
  .team_mailru .notifications-menu-wrapper,
  .team_mailru .settings-menu {
    background-color: #FFFFFF;
    border-color: #005ff9; }
  .team_mailru .topbar-sign-up-link {
    border-color: #ff9e00; }
    .team_mailru .topbar-sign-up-link:hover {
      background-color: #ff9e00;
      color: #FFFFFF; }
      .team_mailru .topbar-sign-up-link:hover .topbar-sign-up-explanation {
        color: #FFFFFF; }
  .team_mailru .topbar-sign-up-explanation {
    color: #FFFFFF; }
  .team_mailru .banner {
    background: #146dff;
    color: #FFFFFF;
    border-bottom: 0; }
    .team_mailru .banner .inline-help {
      border-color: #ff9e00; }
    .team_mailru .banner a {
      color: #ff9e00; }
      .team_mailru .banner a:visited {
        color: #ff9e00; }
      .team_mailru .banner a:hover {
        color: #ff9e00; }
      .team_mailru .banner a:active {
        color: #ff9e00; }
  .team_mailru .profile-header,
  .team_mailru .profile-header__container,
  .team_mailru .profile-header__cover-photo,
  .team_mailru .profile-header__cover-photo-wrapper,
  .team_mailru .profile-header__overlay {
    border-color: transparent; }
  .team_mailru .profile-header__bio {
    color: #FFFFFF; }
  .team_mailru .profile-header__link {
    color: #ff9e00; }
    .team_mailru .profile-header__link:visited {
      color: #ff9e00; }
    .team_mailru .profile-header__link:hover {
      color: #ff9e00; }
    .team_mailru .profile-header__link:active {
      color: #ff9e00; }
  .team_mailru .sub-header {
    background: #005ff9;
    border-color: transparent; }
  .team_mailru .sub-header__menu-link {
    color: #FFFFFF; }
    .team_mailru .sub-header__menu-link:visited {
      color: #FFFFFF; }
    .team_mailru .sub-header__menu-link:hover {
      color: #FFFFFF; }
    .team_mailru .sub-header__menu-link:active {
      color: #FFFFFF; }
    .team_mailru .sub-header__menu-link.active {
      color: #FFFFFF;
      border-bottom-color: #ff9e00; }
      .team_mailru .sub-header__menu-link.active:visited {
        color: #FFFFFF; }
      .team_mailru .sub-header__menu-link.active:hover {
        color: #FFFFFF; }
      .team_mailru .sub-header__menu-link.active:active {
        color: #FFFFFF; }
  .team_mailru .button,
  .team_mailru .button.button--success {
    color: #FFFFFF;
    background-color: #ff9e00;
    border-color: #b36f00;
    text-shadow: none; }
    .team_mailru .button:visited,
    .team_mailru .button.button--success:visited {
      color: #FFFFFF; }
    .team_mailru .button:hover,
    .team_mailru .button.button--success:hover {
      color: #FFFFFF; }
    .team_mailru .button:active,
    .team_mailru .button.button--success:active {
      color: #FFFFFF; }
    .team_mailru .button--active,
    .team_mailru .button.button--success--active {
      color: #005ff9; }
    .team_mailru .button:hover,
    .team_mailru .button.button--success:hover {
      background-color: #e68e00; }
    .team_mailru .button:active, .team_mailru .button--active,
    .team_mailru .button.button--success:active,
    .team_mailru .button.button--success--active {
      background-color: #d98600; }
  .team_mailru .full-width-inner-container {
    color: #005ff9; }
  .team_mailru .highlight {
    background: transparent; }
  .team_mailru .markdownable,
  .team_mailru .pre-wrap {
    color: #333; }
    .team_mailru .markdownable h1,
    .team_mailru .markdownable h2,
    .team_mailru .markdownable h3,
    .team_mailru .markdownable h4,
    .team_mailru .pre-wrap h1,
    .team_mailru .pre-wrap h2,
    .team_mailru .pre-wrap h3,
    .team_mailru .pre-wrap h4 {
      color: #005ff9; }
    .team_mailru .markdownable code,
    .team_mailru .pre-wrap code {
      background: #005ff9;
      color: #FFFFFF;
      border-color: #005ff9; }
    .team_mailru .markdownable .hljs-deletion,
    .team_mailru .markdownable .hljs-addition,
    .team_mailru .pre-wrap .hljs-deletion,
    .team_mailru .pre-wrap .hljs-addition {
      color: #000; }
  .team_mailru .separator,
  .team_mailru .is-separated-and-muted {
    border-color: #005ff9; }
  .team_mailru .separator--line {
    border-color: #005ff9; }
  .team_mailru .separator--text {
    background: #FFFFFF;
    color: #333; }
  .team_mailru h2 {
    color: #005ff9; }
  .team_mailru .profile-stats-amount {
    color: #005ff9; }
  .team_mailru .topbar-dropdown-toggle {
    color: #FFFFFF; }
    .team_mailru .topbar-dropdown-toggle:visited {
      color: #FFFFFF; }
    .team_mailru .topbar-dropdown-toggle:hover {
      color: #FFFFFF; }
    .team_mailru .topbar-dropdown-toggle:active {
      color: #FFFFFF; }
  .team_mailru a {
    color: #005bd1; }
    .team_mailru a:visited {
      color: #528fdf; }
    .team_mailru a:hover {
      color: #ff9e00; }
    .team_mailru a:active {
      color: #005bd1; }
  .team_mailru .avatar {
    padding: 0;
    border: #005ff9; }
  .team_mailru .timeline-container-subject,
  .team_mailru .profile-stats-meta,
  .team_mailru .user-item__user .user-item__meta {
    color: #333; }
  .team_mailru .leaderboard-podium-user-meta,
  .team_mailru .leaderboard-podium-user-name {
    color: #FFFFFF; }
  .team_mailru .timeline-timestamp-link {
    color: #cc7e00; }
    .team_mailru .timeline-timestamp-link:visited {
      color: #cc7e00; }
    .team_mailru .timeline-timestamp-link:hover {
      color: #cc7e00; }
    .team_mailru .timeline-timestamp-link:active {
      color: #cc7e00; }
  .team_mailru .timeline-line {
    background-color: #005ff9; }
  .team_mailru .timeline-indicator-dot {
    border-color: transparent;
    box-shadow: none; }
    .team_mailru .timeline-indicator-dot::after {
      border-color: #005ff9; }
  .team_mailru .timeline-datetime {
    background-color: #005ff9;
    color: #FFFFFF;
    border-color: #005ff9; }
  .team_mailru .leaderboard-podium-item-container {
    background: transparent;
    border-color: #005ff9; }
    .team_mailru .leaderboard-podium-item-container.current-user {
      border-color: #ff9e00; }
      .team_mailru .leaderboard-podium-item-container.current-user .leaderboard-podium-user {
        background-color: #ff9e00;
        border-color: #ff9e00; }
        .team_mailru .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name {
          color: #FFFFFF; }
          .team_mailru .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:visited {
            color: #FFFFFF; }
          .team_mailru .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:hover {
            color: #FFFFFF; }
          .team_mailru .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:active {
            color: #FFFFFF; }
        .team_mailru .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-meta {
          color: #FFFFFF; }
  .team_mailru .leaderboard-podium-user {
    background: #005ff9;
    border-color: #005ff9; }
  .team_mailru .leaderboard-podium-rank {
    background: #ff9e00;
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: none; }
  .team_mailru .nav-tab:before {
    color: #0464ff; }
  .team_mailru .inline-banner,
  .team_mailru .inline-banner--notice,
  .team_mailru .inline-banner--success,
  .team_mailru .inline-banner--warning {
    background-color: #ff9e00;
    color: #005ff9;
    border-color: #ff9e00; }
    .team_mailru .inline-banner .markdownable,
    .team_mailru .inline-banner--notice .markdownable,
    .team_mailru .inline-banner--success .markdownable,
    .team_mailru .inline-banner--warning .markdownable {
      color: inherit; }
  .team_mailru .type-selector {
    border-color: #005ff9; }
  .team_mailru .type-selector-list-item input[type="checkbox"]:disabled + label {
    color: #999999; }
  .team_mailru .type-selector-list-item:hover {
    background: #005ff9; }
  .team_mailru .type-selector-list-item.active {
    background-color: #ff9e00;
    color: #005ff9; }
  .team_mailru .type-selector__search {
    border-bottom-color: #ff9e00; }
    .team_mailru .type-selector__search .input-tag {
      background: #005ff9;
      color: #FFFFFF;
      border-color: #ff9e00; }
  .team_mailru .type-selector__active-asset,
  .team_mailru .type-selector__active-weakness {
    border: 1px solid #005ff9;
    border-radius: 4px; }
  .team_mailru .type-selector__suggestion--checked {
    background: #ff9e00;
    color: #FFFFFF !important; }
  .team_mailru .type-selector__suggestion--checked:hover {
    color: #FFFFFF; }
  .team_mailru .type-selector__suggestion:hover {
    background: #005ff9;
    color: #FFFFFF; }
  .team_mailru .wizard-step-indicator {
    background: #ff9e00;
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: none; }
  .team_mailru .input, .team_mailru .select, .team_mailru .report-action-picker__input,
  .team_mailru .markdown-panes textarea {
    background-color: #FFFFFF;
    color: #333;
    border-color: #005ff9;
    box-shadow: none; }
  .team_mailru .markdown-footer {
    color: #333;
    border-color: #005ff9; }
  .team_mailru .markdown-textarea-container {
    background-color: #FFFFFF;
    color: #333;
    border-color: #005ff9;
    box-shadow: none; }
  .team_mailru .markdown-tab {
    border-color: #005ff9; }
    .team_mailru .markdown-tab:hover {
      background-color: #FFFFFF; }
    .team_mailru .markdown-tab.is-active {
      background-color: #FFFFFF; }
      .team_mailru .markdown-tab.is-active::before {
        background-color: #FFFFFF; }
  .team_mailru .attachments-upload {
    border-color: #005ff9; }
  .team_mailru .leaderboard-listing {
    background: transparent;
    border-color: #005ff9; }
  .team_mailru .leaderboard-listing-item + .leaderboard-listing-item {
    border-color: #005ff9; }
  .team_mailru .leaderboard-listing-item:nth-child(even) {
    background-color: #FFFFFF; }
  .team_mailru .leaderboard-listing-item.current-user, .team_mailru .leaderboard-listing-item:nth-child(even).current-user {
    background-color: #ff9e00; }
    .team_mailru .leaderboard-listing-item.current-user .leaderboard-listing-user, .team_mailru .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user {
      color: #FFFFFF; }
      .team_mailru .leaderboard-listing-item.current-user .leaderboard-listing-user:visited, .team_mailru .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:visited {
        color: #FFFFFF; }
      .team_mailru .leaderboard-listing-item.current-user .leaderboard-listing-user:hover, .team_mailru .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:hover {
        color: #FFFFFF; }
      .team_mailru .leaderboard-listing-item.current-user .leaderboard-listing-user:active, .team_mailru .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:active {
        color: #FFFFFF; }
  .team_mailru .leaderboard-listing-avatar {
    background-color: transparent; }
  .team_mailru .feature-toggle-bar {
    background-color: #FFFFFF;
    color: #333;
    border-color: #ff9e00; }
  .team_mailru .modal-content .markdownable,
  .team_mailru .modal-content h2 {
    color: #333; }
  .team_mailru .modal-close-button {
    color: #828282; }
    .team_mailru .modal-close-button:visited {
      color: #828282; }
    .team_mailru .modal-close-button:hover {
      color: #828282; }
    .team_mailru .modal-close-button:active {
      color: #828282; }
  .team_mailru .content-wrapper {
    background: #FFFFFF;
    border-color: #005ff9; }
  .team_mailru .panel {
    background: #FFFFFF;
    border-color: #005ff9; }
    .team_mailru .panel__heading {
      background: #005ff9;
      color: #FFFFFF;
      border-bottom-color: #005ff9; }
  .team_mailru .table thead, .team_mailru .markdownable table thead, .markdownable .team_mailru table thead,
  .team_mailru .markdownable table thead {
    background: #005ff9; }
  .team_mailru .table th, .team_mailru .markdownable table th, .markdownable .team_mailru table th,
  .team_mailru .markdownable table th {
    color: #FFFFFF; }
  .team_mailru .table th, .team_mailru .markdownable table th, .markdownable .team_mailru table th,
  .team_mailru .table tr:first-child td,
  .team_mailru .markdownable table tr:first-child td,
  .markdownable .team_mailru table tr:first-child td,
  .team_mailru .markdownable table th,
  .team_mailru .markdownable table tr:first-child td {
    border-top: 0; }

/* stylelint-disable */
.team_icq {
  /* stylelint-enable */
  background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/background_icq-1539ab82.png) #f2ede7; }
  .team_icq a {
    color: #7ebd00; }
    .team_icq a:visited {
      color: #7ebd00; }
    .team_icq a:hover {
      color: #7ebd00; }
    .team_icq a:active {
      color: #7ebd00; }
  .team_icq .daisy-link {
    color: #7ebd00 !important; }
    .team_icq .daisy-link:visited {
      color: #7ebd00 !important; }
    .team_icq .daisy-link:hover {
      color: #5c8a00 !important; }
    .team_icq .daisy-link:active {
      color: #7ebd00 !important; }
  .team_icq .profile-header__title,
  .team_icq .profile-header__bio {
    color: #FFFFFF; }
  .team_icq .profile-header__link {
    color: #FFFFFF !important; }
    .team_icq .profile-header__link:visited {
      color: #FFFFFF !important; }
    .team_icq .profile-header__link:hover {
      color: #FFFFFF !important; }
    .team_icq .profile-header__link:active {
      color: #FFFFFF !important; }
  .team_icq .sub-header__menu-link.active {
    border-bottom-color: #7ebd00; }
  .team_icq .button {
    color: #000; }
    .team_icq .button:visited {
      color: #000; }
    .team_icq .button:hover {
      color: #000; }
    .team_icq .button:active {
      color: #000; }
  .team_icq .button.button--success {
    color: #FFFFFF; }
    .team_icq .button.button--success:visited {
      color: #FFFFFF; }
    .team_icq .button.button--success:hover {
      color: #FFFFFF; }
    .team_icq .button.button--success:active {
      color: #FFFFFF; }
  .team_icq .wizard-caption-heading-title {
    color: #000; }
  .team_icq .type-selector__suggestion {
    color: #000; }
    .team_icq .type-selector__suggestion:visited {
      color: #000; }
    .team_icq .type-selector__suggestion:hover {
      color: #000; }
    .team_icq .type-selector__suggestion:active {
      color: #000; }
  .team_icq .dropdown-button {
    color: #000; }
    .team_icq .dropdown-button:visited {
      color: #000; }
    .team_icq .dropdown-button:hover {
      color: #000; }
    .team_icq .dropdown-button:active {
      color: #000; }
  .team_icq .profile-stats-amount {
    color: #000; }

.team_sony_playstation_network .tooltip__container {
  background: #0044a6;
  color: #fff; }

.team_sony_playstation_network .tether-target-attached-left.tether-element-attached-middle .tooltip__container::after {
  border-left-color: #0044a6; }

.team_sony_playstation_network .tether-element-attached-bottom.tether-element-attached-center .tooltip__container::after {
  border-top-color: #0044a6; }

.team_sony_playstation_network .tether-element-attached-top.tether-element-attached-center .tooltip__container::after {
  border-bottom-color: #0044a6; }

.team_sony_playstation_network .tether-target-attached-right.tether-element-attached-middle .tooltip__container::after {
  border-right-color: #0044a6; }

.team_sony_playstation_network .app__logo {
  background-image: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/inverted_logo-c0430af8.png);
  background-size: 139px 27px;
  text-indent: -9999px; }

.team_sony_playstation_network .topbar {
  background: #0044a6;
  border-bottom: 1px solid #0044a6; }
  .team_sony_playstation_network .topbar .topbar-logo {
    color: #fff; }
  .team_sony_playstation_network .topbar .topbar-navigation-link {
    color: #fff; }
    .team_sony_playstation_network .topbar .topbar-navigation-link:visited {
      color: #fff; }
    .team_sony_playstation_network .topbar .topbar-navigation-link:hover {
      color: #fff; }
    .team_sony_playstation_network .topbar .topbar-navigation-link:active {
      color: #fff; }
  .team_sony_playstation_network .topbar .topbar-navigation-wrapper,
  .team_sony_playstation_network .topbar .topbar-navigation-item {
    border-color: #000; }
  .team_sony_playstation_network .topbar .topbar-navigation-item:after {
    color: #ff6018; }
  .team_sony_playstation_network .topbar .topbar-navigation-wrapper {
    background: #0044a6; }

.team_sony_playstation_network .icon-hamburger,
.team_sony_playstation_network .icon-cross {
  color: #fff; }

.team_sony_playstation_network .topbar-sign-up-menu,
.team_sony_playstation_network .notifications-menu-wrapper,
.team_sony_playstation_network .settings-menu {
  background-color: #fff;
  border-color: #0044a6; }

.team_sony_playstation_network .topbar-sign-up-link {
  border-color: #ff6018; }
  .team_sony_playstation_network .topbar-sign-up-link:hover {
    background-color: #ff6018;
    color: #fff; }
    .team_sony_playstation_network .topbar-sign-up-link:hover .topbar-sign-up-explanation {
      color: #fff; }

.team_sony_playstation_network .topbar-sign-up-explanation {
  color: #fff; }

.team_sony_playstation_network .banner {
  background: #004ec0;
  border-bottom: 0;
  color: #fff; }
  .team_sony_playstation_network .banner .inline-help {
    border-color: #ff6018; }
  .team_sony_playstation_network .banner a {
    color: #ff6018; }
    .team_sony_playstation_network .banner a:visited {
      color: #ff6018; }
    .team_sony_playstation_network .banner a:hover {
      color: #ff6018; }
    .team_sony_playstation_network .banner a:active {
      color: #ff6018; }

.team_sony_playstation_network .profile-header,
.team_sony_playstation_network .profile-header__container,
.team_sony_playstation_network .profile-header__cover-photo,
.team_sony_playstation_network .profile-header__cover-photo-wrapper,
.team_sony_playstation_network .profile-header__overlay {
  border-color: transparent;
  height: 260px; }

.team_sony_playstation_network .profile-header__bio {
  color: #fff; }

.team_sony_playstation_network .profile-header__link {
  color: #ff6018; }
  .team_sony_playstation_network .profile-header__link:visited {
    color: #ff6018; }
  .team_sony_playstation_network .profile-header__link:hover {
    color: #ff6018; }
  .team_sony_playstation_network .profile-header__link:active {
    color: #ff6018; }

.team_sony_playstation_network .sub-header {
  background: #0044a6;
  border-color: transparent; }

.team_sony_playstation_network .sub-header__menu-link {
  color: #fff; }
  .team_sony_playstation_network .sub-header__menu-link:visited {
    color: #fff; }
  .team_sony_playstation_network .sub-header__menu-link:hover {
    color: #fff; }
  .team_sony_playstation_network .sub-header__menu-link:active {
    color: #fff; }
  .team_sony_playstation_network .sub-header__menu-link.active {
    color: #fff;
    border-bottom-color: #ff6018; }
    .team_sony_playstation_network .sub-header__menu-link.active:visited {
      color: #fff; }
    .team_sony_playstation_network .sub-header__menu-link.active:hover {
      color: #fff; }
    .team_sony_playstation_network .sub-header__menu-link.active:active {
      color: #fff; }

.team_sony_playstation_network .button,
.team_sony_playstation_network .button.button--success {
  color: #fff;
  background-color: #ff6018;
  border-color: #cb3f00;
  text-shadow: none; }
  .team_sony_playstation_network .button:visited,
  .team_sony_playstation_network .button.button--success:visited {
    color: #fff; }
  .team_sony_playstation_network .button:hover,
  .team_sony_playstation_network .button.button--success:hover {
    color: #fff; }
  .team_sony_playstation_network .button:active,
  .team_sony_playstation_network .button.button--success:active {
    color: #fff; }
  .team_sony_playstation_network .button--active,
  .team_sony_playstation_network .button.button--success--active {
    color: #0044a6; }
  .team_sony_playstation_network .button:hover,
  .team_sony_playstation_network .button.button--success:hover {
    background-color: #fe4f00; }
  .team_sony_playstation_network .button:active, .team_sony_playstation_network .button--active,
  .team_sony_playstation_network .button.button--success:active,
  .team_sony_playstation_network .button.button--success--active {
    background-color: #f14b00; }

.team_sony_playstation_network .full-width-inner-container {
  color: #0044a6; }

.team_sony_playstation_network .highlight {
  background: transparent; }

.team_sony_playstation_network .hljs-deletion,
.team_sony_playstation_network .hljs-addition {
  color: #000; }

.team_sony_playstation_network .markdownable,
.team_sony_playstation_network .pre-wrap {
  color: #000; }
  .team_sony_playstation_network .markdownable h1,
  .team_sony_playstation_network .markdownable h2,
  .team_sony_playstation_network .markdownable h3,
  .team_sony_playstation_network .markdownable h4,
  .team_sony_playstation_network .pre-wrap h1,
  .team_sony_playstation_network .pre-wrap h2,
  .team_sony_playstation_network .pre-wrap h3,
  .team_sony_playstation_network .pre-wrap h4 {
    color: #0044a6; }
  .team_sony_playstation_network .markdownable code,
  .team_sony_playstation_network .pre-wrap code {
    background: #0044a6;
    border-color: #0044a6;
    color: #fff; }

.team_sony_playstation_network .separator,
.team_sony_playstation_network .is-separated-and-muted {
  border-color: #0044a6; }

.team_sony_playstation_network .separator--line {
  border-color: #0044a6; }

.team_sony_playstation_network .separator--text {
  background: #fff;
  color: #000; }

.team_sony_playstation_network h2 {
  color: #0044a6; }

.team_sony_playstation_network .profile-stats-amount {
  color: #0044a6; }

.team_sony_playstation_network .topbar-dropdown-toggle {
  color: #fff; }
  .team_sony_playstation_network .topbar-dropdown-toggle:visited {
    color: #fff; }
  .team_sony_playstation_network .topbar-dropdown-toggle:hover {
    color: #fff; }
  .team_sony_playstation_network .topbar-dropdown-toggle:active {
    color: #fff; }

.team_sony_playstation_network a {
  color: #0044a6; }
  .team_sony_playstation_network a:visited {
    color: #0044a6; }
  .team_sony_playstation_network a:hover {
    color: #0044a6; }
  .team_sony_playstation_network a:active {
    color: #0044a6; }

.team_sony_playstation_network .avatar {
  border: #0044a6;
  padding: 0; }

.team_sony_playstation_network .timeline-container-subject,
.team_sony_playstation_network .profile-stats-meta,
.team_sony_playstation_network .user-item__user .user-item__meta {
  color: #000; }

.team_sony_playstation_network .leaderboard-podium-user-meta,
.team_sony_playstation_network .leaderboard-podium-user-name {
  color: #fff; }

.team_sony_playstation_network .timeline-timestamp-link {
  color: #e44700; }
  .team_sony_playstation_network .timeline-timestamp-link:visited {
    color: #e44700; }
  .team_sony_playstation_network .timeline-timestamp-link:hover {
    color: #e44700; }
  .team_sony_playstation_network .timeline-timestamp-link:active {
    color: #e44700; }

.team_sony_playstation_network .timeline-line {
  background-color: #0044a6; }

.team_sony_playstation_network .timeline-indicator-dot {
  border-color: transparent;
  box-shadow: none; }
  .team_sony_playstation_network .timeline-indicator-dot::after {
    border-color: #0044a6; }

.team_sony_playstation_network .timeline-datetime {
  background-color: #0044a6;
  border-color: #0044a6;
  color: #fff; }

.team_sony_playstation_network .leaderboard-podium-item-container {
  background: transparent;
  border-color: #0044a6; }
  .team_sony_playstation_network .leaderboard-podium-item-container.current-user {
    border-color: #ff6018; }
    .team_sony_playstation_network .leaderboard-podium-item-container.current-user .leaderboard-podium-user {
      background-color: #ff6018;
      border-color: #ff6018; }
      .team_sony_playstation_network .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name {
        color: #fff; }
        .team_sony_playstation_network .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:visited {
          color: #fff; }
        .team_sony_playstation_network .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:hover {
          color: #fff; }
        .team_sony_playstation_network .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-name:active {
          color: #fff; }
      .team_sony_playstation_network .leaderboard-podium-item-container.current-user .leaderboard-podium-user .leaderboard-podium-user-meta {
        color: #fff; }

.team_sony_playstation_network .leaderboard-podium-user {
  background: #0044a6;
  border-color: #0044a6; }

.team_sony_playstation_network .leaderboard-podium-rank {
  background: #ff6018;
  border-color: transparent;
  box-shadow: none;
  color: #fff; }

.team_sony_playstation_network .nav-tab:before {
  color: #0048b0; }

.team_sony_playstation_network .inline-banner,
.team_sony_playstation_network .inline-banner--notice,
.team_sony_playstation_network .inline-banner--success,
.team_sony_playstation_network .inline-banner--warning {
  background-color: #ff6018;
  border-color: #ff6018;
  color: #0044a6; }
  .team_sony_playstation_network .inline-banner .markdownable,
  .team_sony_playstation_network .inline-banner--notice .markdownable,
  .team_sony_playstation_network .inline-banner--success .markdownable,
  .team_sony_playstation_network .inline-banner--warning .markdownable {
    color: inherit; }

.team_sony_playstation_network .type-selector {
  border-color: #0044a6; }

.team_sony_playstation_network .type-selector-list-item input[type="checkbox"]:disabled + label {
  color: #999999; }

.team_sony_playstation_network .type-selector-list-item:hover {
  background: #0044a6; }

.team_sony_playstation_network .type-selector-list-item.active {
  background-color: #ff6018;
  color: #0044a6; }

.team_sony_playstation_network .type-selector__search {
  border-bottom-color: #ff6018; }
  .team_sony_playstation_network .type-selector__search .input-tag {
    background: #0044a6;
    border-color: #ff6018;
    color: #fff; }

.team_sony_playstation_network .type-selector__active-asset,
.team_sony_playstation_network .type-selector__active-weakness {
  border: 1px solid #0044a6;
  border-radius: 4px; }

.team_sony_playstation_network .type-selector__suggestion--checked {
  background: #ff6018;
  color: #fff !important; }

.team_sony_playstation_network .type-selector__suggestion--checked:hover {
  color: #fff; }

.team_sony_playstation_network .type-selector__suggestion:hover {
  background: #0044a6;
  color: #fff; }

.team_sony_playstation_network .wizard-step-indicator {
  background: #ff6018;
  border-color: transparent;
  box-shadow: none;
  color: #fff; }

.team_sony_playstation_network .input, .team_sony_playstation_network .select, .team_sony_playstation_network .report-action-picker__input,
.team_sony_playstation_network .markdown-panes textarea {
  background-color: #fff;
  border-color: #0044a6;
  box-shadow: none;
  color: #000; }

.team_sony_playstation_network .markdown-footer {
  border-color: #0044a6;
  color: #000; }

.team_sony_playstation_network .markdown-textarea-container {
  background-color: #fff;
  border-color: #0044a6;
  box-shadow: none;
  color: #000; }

.team_sony_playstation_network .markdown-tab {
  border-color: #0044a6; }
  .team_sony_playstation_network .markdown-tab:hover {
    background-color: #fff; }
  .team_sony_playstation_network .markdown-tab.is-active {
    background-color: #fff; }
    .team_sony_playstation_network .markdown-tab.is-active::before {
      background-color: #fff; }

.team_sony_playstation_network .attachments-upload {
  border-color: #0044a6; }

.team_sony_playstation_network .leaderboard-listing {
  background: transparent;
  border-color: #0044a6; }

.team_sony_playstation_network .leaderboard-listing-item + .leaderboard-listing-item {
  border-color: #0044a6; }

.team_sony_playstation_network .leaderboard-listing-item:nth-child(even) {
  background-color: #fff; }

.team_sony_playstation_network .leaderboard-listing-item.current-user, .team_sony_playstation_network .leaderboard-listing-item:nth-child(even).current-user {
  background-color: #ff6018; }
  .team_sony_playstation_network .leaderboard-listing-item.current-user .leaderboard-listing-user, .team_sony_playstation_network .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user {
    color: #fff; }
    .team_sony_playstation_network .leaderboard-listing-item.current-user .leaderboard-listing-user:visited, .team_sony_playstation_network .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:visited {
      color: #fff; }
    .team_sony_playstation_network .leaderboard-listing-item.current-user .leaderboard-listing-user:hover, .team_sony_playstation_network .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:hover {
      color: #fff; }
    .team_sony_playstation_network .leaderboard-listing-item.current-user .leaderboard-listing-user:active, .team_sony_playstation_network .leaderboard-listing-item:nth-child(even).current-user .leaderboard-listing-user:active {
      color: #fff; }

.team_sony_playstation_network .leaderboard-listing-avatar {
  background-color: transparent; }

.team_sony_playstation_network .feature-toggle-bar {
  background-color: #fff;
  border-color: #ff6018;
  color: #000; }

.team_sony_playstation_network .modal-content .markdownable,
.team_sony_playstation_network .modal-content h2 {
  color: #000; }

.team_sony_playstation_network .modal-close-button {
  color: #828282; }
  .team_sony_playstation_network .modal-close-button:visited {
    color: #828282; }
  .team_sony_playstation_network .modal-close-button:hover {
    color: #828282; }
  .team_sony_playstation_network .modal-close-button:active {
    color: #828282; }

.team_sony_playstation_network .content-wrapper {
  background: #fff;
  border-color: #0044a6; }

.team_sony_playstation_network .panel {
  background: #fff;
  border-color: #0044a6; }
  .team_sony_playstation_network .panel__heading {
    background: #0044a6;
    border-bottom-color: #0044a6;
    color: #fff; }

.team_sony_playstation_network .table thead, .team_sony_playstation_network .markdownable table thead, .markdownable .team_sony_playstation_network table thead,
.team_sony_playstation_network .markdownable table thead {
  background: #0044a6; }

.team_sony_playstation_network .table th, .team_sony_playstation_network .markdownable table th, .markdownable .team_sony_playstation_network table th,
.team_sony_playstation_network .table tr:first-child td,
.team_sony_playstation_network .markdownable table tr:first-child td,
.markdownable .team_sony_playstation_network table tr:first-child td,
.team_sony_playstation_network .markdownable table th,
.team_sony_playstation_network .markdownable table tr:first-child td {
  border-top: 0; }

.programs__wrapper {
  position: relative;
  min-height: 100px; }

.programs__search {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
  padding-top: 11px; }
  @media (min-width: 640px) {
    .programs__search {
      width: 65%; } }

.programs__subtitle {
  font-size: 14px; }

.programs__search-dropdown-link {
  display: table-cell;
  width: 47px;
  padding-left: 10px;
  color: #216ba5;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.programs__search-dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: auto;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  position: absolute;
  top: 48px;
  right: 0;
  width: 100%;
  padding: 10px; }
  .programs__search-dropdown::after, .programs__search-dropdown::before {
    position: absolute;
    top: auto;
    right: 15px;
    left: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    content: ""; }
  .programs__search-dropdown::after {
    border-width: 8px;
    border-color: transparent; }
  .programs__search-dropdown::before {
    border-width: 9px; }
  .programs__search-dropdown::after, .programs__search-dropdown::before {
    right: 15px;
    left: auto;
    bottom: 100%; }
  .programs__search-dropdown::after {
    border-bottom-color: #fff; }
  .programs__search-dropdown::before {
    border-bottom-color: #c5c5c5;
    margin-right: -1px; }

.programs__information-notice {
  padding-top: 30px;
  color: #999;
  font-size: 14px;
  text-align: center; }

.programs__invitation-wrapper {
  margin-bottom: 20px;
  padding-bottom: 35px; }

.programs__invitation-button {
  padding-left: 22%; }

.programs__invitation-button-accept {
  margin-right: 15px; }

.programs__invitation-message-wrapper {
  margin-top: 50px;
  background: #f5f5f5; }

.programs__invitation-message {
  margin-bottom: -10px;
  padding: 2px 20px 5px; }

.programs__invitation-expiration {
  color: #E10E71;
  font-size: 145%; }

.program {
  position: relative;
  min-height: 82px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }
  @media (min-width: 640px) {
    .program {
      padding: 30px 0; } }

.program__profile-picture {
  position: absolute;
  top: 15px; }
  @media (min-width: 640px) {
    .program__profile-picture {
      top: 23px; } }

.program__profile {
  max-width: 620px;
  padding-left: 70px; }

.program__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  font-size: 16px; }

.program__meta-data {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 7px;
  color: #828282;
  font-size: 12px; }

.directory__title {
  color: #000;
  font-size: 30px;
  font-weight: 600; }

.directory__subtitle {
  color: #000;
  font-size: 18px; }

.directory__search {
  display: table-cell;
  width: 100%; }

.directory__search-field {
  display: inline;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.directory__search-button {
  display: table-cell;
  padding: 9px 14px 6px;
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
  @media (min-width: 640px) {
    .directory__search-button {
      padding: 6px 14px 5px; } }

.directory__filter-shortcut-group {
  padding-top: 20px;
  font-size: 16px; }

.directory__filter-shortcut {
  display: block;
  margin: 10px; }
  @media (min-width: 640px) {
    .directory__filter-shortcut {
      display: inline-block; } }

.attachments-list {
  margin-top: 30px;
  padding: 4px 6px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 12px; }

.comment-attachments {
  margin-top: 10px; }

.attachments-upload {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 75px;
  padding: 10px;
  color: #888;
  border: 1px dashed #c5c5c5;
  border-radius: 4px;
  cursor: pointer; }
  .comment-attachments .attachments-upload {
    min-height: 45px; }
  .attachments-upload.dz-drag-hover {
    padding: 9px;
    border-width: 2px;
    border-color: #053952; }
    .attachments-upload.dz-drag-hover .attachments-collection {
      opacity: 0; }
  .attachments-upload::after {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""; }
  .attachments-upload .icon-paperclip {
    position: relative;
    z-index: -2;
    color: #f5f5f5;
    font-size: 55px; }
    .comment-attachments .attachments-upload .icon-paperclip {
      font-size: 30px; }

.attachments-collection {
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out; }
  .comment-attachments .attachments-collection {
    font-size: 12px; }

.attachment-uploaded {
  position: relative;
  z-index: 101;
  margin-bottom: 3px;
  padding: 4px 10px;
  background: #f5f5f5;
  color: #000;
  border-radius: 4px;
  font-size: 12px;
  cursor: default; }

.attachment-progress {
  float: right;
  margin: 0 10px;
  color: #828282;
  font-size: 11px; }

.attachment-filesize {
  color: #828282;
  font-size: 11px; }

.attachment-remove {
  float: right;
  color: #ccc;
  font-size: 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .attachment-remove:hover {
    color: #ed2129; }

.attachment-id {
  font-weight: 600; }

.attachment-name,
.attachment-link {
  display: inline-block;
  overflow: hidden;
  max-width: 600px;
  vertical-align: middle;
  text-overflow: ellipsis; }

.markdown-attachment-reference {
  padding: 0 4px;
  background-color: #f5f5f5;
  color: #216ba5;
  border-radius: 4px; }

.markdown-attachment-inline-reference img {
  display: block;
  max-width: 400px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.markdown-attachment-inline-reference video {
  display: block;
  max-width: 500px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.comment-preview-container {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  padding-left: 0;
  border: 1px #c5c5c5 solid;
  border-radius: 4px; }
  .comment-preview-container--interstitial {
    padding: 20px; }
  .comment-preview-container--sub-header {
    padding: 10px; }
  .comment-preview-container .timeline-item:last-child {
    padding-bottom: 0; }

.comment-preview-head {
  position: absolute;
  top: -10px;
  right: 20px;
  padding: 0 10px;
  background: #fff;
  color: #828282;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase; }

.comment-preview {
  position: relative; }

.comment-preview-timeline {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 19px;
  width: 1px;
  background: #c5c5c5; }

.comment-preview-avatar {
  position: absolute;
  left: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.comment-preview-link {
  cursor: default; }
  .comment-preview-link:hover {
    color: #216ba5;
    text-decoration: none; }

/* stylelint-disable */
.controller_teams-reports .react-datepicker__input-container {
  width: 300px; }

.controller_teams-reports .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 80px; }

/* stylelint-enable */
.add-participant-input {
  display: none;
  margin-left: 42px; }
  .is-active .add-participant-input {
    display: block; }

.add-participant-input-field {
  width: 100%;
  margin-top: 7px;
  font-size: 12px; }

.participant {
  margin-right: 3px; }
  .participant:last-child {
    margin-right: 0; }

.comment-submit {
  margin-top: 10px; }
  .is-internal .comment-submit {
    padding-bottom: 15px; }

.report__social-share {
  margin-top: 1em; }

.report__social-share-item {
  display: inline-block;
  font-size: 21px;
  line-height: 1; }
  .report__social-share-item + .report__social-share-item {
    margin-left: 6px; }
  .report__social-share-item:first-child {
    margin-left: 0; }
  .report__social-share-item--prefix {
    margin-right: 5px;
    color: #828282;
    font-size: 12px; }

.disclosure-header-text {
  padding-top: 75px;
  padding-left: 20%;
  font-size: 30px;
  font-weight: 500; }

.report-meta {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5; }
  .report-meta--collapsed {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #828282;
    font-size: 12px; }

.report-meta__table {
  width: 100%;
  table-layout: auto; }
  @media (min-width: 1025px) {
    .report-meta__table {
      float: left;
      width: 50%; } }

.report-meta__table-cell {
  padding: 5px; }
  .report-meta__table-cell:first-child {
    width: 140px;
    padding-right: 10px;
    color: #828282;
    text-align: right; }

.report-meta-data--internal {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 5px;
  background: #fbf1f1;
  border: 1px solid #f5dddd;
  border-radius: 4px; }

.report-meta-data-clone-icon {
  margin-right: 5px;
  color: #72bc42; }

.report-meta-data-heading {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600; }

.report-meta-item--collapsed {
  display: inline; }
  .report-meta-item--collapsed::before {
    padding: 0 7px;
    content: "\b7"; }
  .report-meta-item--collapsed:first-child::before {
    padding: 0;
    content: ""; }

.report-meta--preview {
  margin-top: 40px; }

.report-picker-arrow {
  float: left;
  width: 20px;
  height: 26px;
  margin: 0 5px;
  background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/action-picker-divider-2cb0b122.png) no-repeat center center; }

.report-comment-type-selector,
.report-additional-input-region,
.report-subaction-selector {
  float: left;
  margin-bottom: 10px; }

.report-comment-type-selector,
.report-additional-input-region,
.report-picker-arrow,
.report-subaction-selector {
  position: relative; }

.report-add-reporter-to-original {
  margin-top: 5px; }

.report-action-picker__plus-sign,
.report-action-picker__input-wrapper,
.report-action-picker__statistics-button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.report-action-picker__input {
  width: 135px;
  padding: 3px 6px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .report-action-picker__input.is-highlighted {
    background: #fffae0; }
  .report-action-picker__input--reference, .report-action-picker__input--assignee-typeahead, .report-action-picker__input--internal {
    padding-right: 18px;
    background: #fbf1f1; }
  .report-action-picker__input--assignee-typeahead {
    width: 200px; }
  .report-action-picker__input--bounty-amount, .report-action-picker__input--bonus-amount {
    width: 100px;
    padding-left: 18px; }
  .report-action-picker__input--miles-amount, .report-action-picker__input--miles-bonus-amount {
    width: 100px; }
  .report-action-picker__input--duplicate-bug-typeahead {
    width: 327px;
    padding-right: 20px; }
  .report-action-picker__input--reassign-to-team-typeahead {
    width: 200px;
    padding-right: 20px; }

.report-action-picker__privacy-indicator {
  position: absolute;
  top: 2px;
  right: 5px;
  color: #828282;
  font-size: 11px; }

.report-action-picker__selected-entry {
  display: inline-block;
  padding: 2px 10px 1px;
  border: 1px solid #c5c5c5;
  border-radius: 4px; }
  .report-action-picker__selected-entry--assignee {
    padding: 1px 5px 2px; }

.report-action-picker__vertical-align {
  line-height: 27px; }

.report-action-picker__statistics-button {
  line-height: 1.9; }

.report-action-picker__selected-entry-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 276px;
  display: inline-block;
  vertical-align: top; }
  .report-action-picker__selected-entry--assignee .report-action-picker__selected-entry-name {
    margin-left: 5px; }

.report-action-picker__remove-entry-icon {
  margin-left: 5px;
  color: #aeaeae; }
  .report-action-picker__remove-entry-icon:hover {
    color: #cd3a3a;
    cursor: pointer; }

.report-action-picker__add-bonus,
.report-action-picker__plus-sign {
  margin-left: 5px; }

.report-action-picker__plus-sign {
  margin-right: 5px;
  color: #828282;
  font-size: 24px; }

.jira-escalation-input div.label--jira-link {
  display: none; }

.report-additional-input-region .jira-escalation-input .input-wrapper-small {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 24px;
  vertical-align: top; }

.report-additional-input-region .jira-escalation-input label.label--jira-link {
  display: none; }

.report-heading {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }
  .report-heading .report-status {
    display: none; }
    @media (min-width: 640px) {
      .report-heading .report-status {
        display: table-cell;
        vertical-align: middle; } }

.report-heading__report-title-wrapper {
  display: table;
  width: 100%; }

.report-heading__report-title-controls {
  display: table;
  width: 100%;
  padding-bottom: 5px; }

.report-heading__report-title-container {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.report-heading__report-title {
  margin-bottom: 0;
  padding: 7px 11px 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  overflow-wrap: break-word; }

.report-heading__report-title-input {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }

.report-heading__report-title-preview {
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: break-word; }

.report-heading__link-wrapper {
  display: table-cell;
  vertical-align: middle; }

.report-heading__edit-link {
  color: #828282;
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer; }
  .report-heading__edit-link:visited {
    color: #216ba5; }
  .report-heading__edit-link:hover {
    color: #216ba5; }
  .report-heading__edit-link:active {
    color: #216ba5; }

.report-heading__edit-icon {
  margin-right: 5px; }

.report-heading__done-link,
.report-heading__cancel-link {
  color: #216ba5;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer; }
  .report-heading__done-link:visited,
  .report-heading__cancel-link:visited {
    color: #216ba5; }
  .report-heading__done-link:hover,
  .report-heading__cancel-link:hover {
    color: #216ba5; }
  .report-heading__done-link:active,
  .report-heading__cancel-link:active {
    color: #216ba5; }

.report-heading__cancel-link {
  color: #828282; }
  .report-heading__cancel-link:visited {
    color: #828282; }
  .report-heading__cancel-link:hover {
    color: #828282; }
  .report-heading__cancel-link:active {
    color: #828282; }

.report-heading__toggle {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 55px;
  margin-left: -27.5px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 11px;
  text-align: center; }
  .report-heading__toggle:hover {
    background: #f5f5f5; }

@media (min-width: 640px) {
  .report-heading__social-share {
    display: table-cell;
    width: 202px;
    padding-bottom: 5px;
    padding-left: 25px;
    vertical-align: middle; } }

.report-heading__social-share .report__social-share {
  margin-top: 0;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5; }
  @media (min-width: 640px) {
    .report-heading__social-share .report__social-share {
      padding: 0;
      border: 0; } }

.reports__davr-signup {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5; }

.clone-report-title {
  float: left;
  margin-right: 10px;
  line-height: 24px; }

.clone-report-anonymize {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reports__sub-heading {
  margin-bottom: 10px;
  color: #828282;
  font-size: 11px;
  text-transform: uppercase; }

.retesting {
  position: relative;
  padding: 15px;
  background: #fbf1f1;
  border: none;
  border-color: #f5dddd;
  border-radius: 4px; }

.security-check-list-item {
  position: relative;
  margin-right: 24px; }
  .security-check-list-item--not-selected {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .security-check-list-item--selected {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .security-check-list-item--selected.card {
      border-color: #2D68F4;
      border-radius: 4px; }
    .security-check-list-item--selected:not(:first-child) {
      margin-top: 16px; }
    .security-check-list-item--selected:not(:last-child) {
      margin-bottom: 16px; }
  .security-check-list-item--unread .checklist-check-description {
    color: #0A0A0A;
    font-weight: bold; }
  .security-check-list-item .pulse {
    position: absolute;
    top: 50%;
    right: -4px;
    width: 8px;
    height: 8px;
    background-color: #e10e71;
    border-radius: 50%;
    -webkit-animation: pulse 1.5s infinite;
            animation: pulse 1.5s infinite; }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 rgba(225, 14, 113, 0.5); }
  100% {
    box-shadow: 0 0 0 12px rgba(225, 14, 113, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 rgba(225, 14, 113, 0.5); }
  100% {
    box-shadow: 0 0 0 12px rgba(225, 14, 113, 0); } }

.team-profile-security-checks-list-item .checklist-check-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  cursor: pointer; }

.common-responses {
  margin: -10px;
  padding-bottom: 10px; }

.common-response {
  padding: 0 10px;
  border-top: 1px solid #e5e5e5;
  line-height: 2.5;
  cursor: pointer; }
  .common-response:first-child {
    border-top: 0; }
  .common-response:hover {
    background: #f5f5f5; }

.common-responses-empty {
  padding: 15px 0;
  text-align: center; }

.common-responses-input-wrapper {
  margin-bottom: 150px;
  padding: 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .common-responses-input-wrapper .twitter-typeahead {
    display: block !important;
    background: #fff;
    border-radius: 4px; }

.common-responses-list {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.line-series-daisy-pulse circle {
  -webkit-animation: line-series-daisy-pulse 1.5s infinite;
          animation: line-series-daisy-pulse 1.5s infinite; }

@-webkit-keyframes line-series-daisy-pulse {
  0% {
    stroke-width: 0;
    stroke: rgba(225, 14, 113, 0.5);
    r: 3; }
  100% {
    stroke-width: 20px;
    stroke: rgba(225, 14, 113, 0);
    r: 3; } }

@keyframes line-series-daisy-pulse {
  0% {
    stroke-width: 0;
    stroke: rgba(225, 14, 113, 0.5);
    r: 3; }
  100% {
    stroke-width: 20px;
    stroke: rgba(225, 14, 113, 0);
    r: 3; } }

.line-series-x-axes-tick g.rv-xy-plot__axis__tick:first-child > text {
  text-anchor: start; }

.line-series-x-axes-tick g.rv-xy-plot__axis__tick:last-child > text {
  text-anchor: end; }

.line-series-daisy-tooltip {
  width: 250px; }

.last-item-line-series-daisy-pulse {
  width: 6px;
  height: 6px;
  background-color: #e10e71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px; }

.feedback-dashboard__download-link {
  padding-top: 5px; }

.trigger-rule {
  color: #000;
  font-size: 12px;
  text-decoration: none; }

.trigger-rule-link {
  color: #216ba5;
  overflow-wrap: break-word; }
  .trigger-rule-link:hover {
    color: #144063;
    text-decoration: underline; }

.trigger-rule-title {
  min-width: 60px;
  color: #000; }

.action-row,
.criteria-row {
  margin-bottom: 5px; }
  .action-row:last-child,
  .criteria-row:last-child {
    margin-bottom: 0; }

.criteria-field,
.criteria-options {
  float: left;
  margin-right: 5px; }

.criteria-add,
.criteria-delete {
  float: right;
  width: 16px;
  margin-left: 5px;
  line-height: 31px; }
  .criteria-add .icon-minus,
  .criteria-add .icon-plus,
  .criteria-delete .icon-minus,
  .criteria-delete .icon-plus {
    color: #c5c5c5;
    font-size: 16px; }
  .criteria-add .icon-minus:hover,
  .criteria-delete .icon-minus:hover {
    color: #cd3a3a; }
  .criteria-add .icon-plus:hover,
  .criteria-delete .icon-plus:hover {
    color: #72bc42; }

.criteria-input {
  overflow: hidden; }

.triggers-loading-state {
  position: relative;
  height: 200px; }

.triggers-disabled-label {
  margin-right: 5px;
  padding: 2px 4px;
  background: #f5f5f5;
  color: #828282;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 11px; }

.triggers-loading-container {
  position: relative; }

.launch-participants__list {
  position: relative;
  overflow: hidden; }
  .launch-participants__list--invited {
    max-height: 250px; }
  .launch-participants__list--pending {
    max-height: 130px; }

.launch-invite-top-researchers__dropdown {
  border: 1px solid #c5c5c5; }

.button--automatic-invites {
  margin: 0 5px; }

.button-manual-invite {
  margin-left: 10px;
  line-height: 1; }

.invite-modal-content {
  margin-top: 15px; }

.sla-input {
  display: inline; }

.sla-input__wrapper {
  display: inline; }

.sla-input__label {
  display: inline;
  margin-left: 5px; }

.success-goal__input {
  text-align: center; }

.integration__image {
  width: 48px;
  height: 48px;
  margin-right: 15px; }

.integration__name {
  display: inline-block;
  color: #216ba5; }

.product-edition-contract {
  height: 20px; }

.integration__jira {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .integration__jira__version {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 60px 0;
    font-size: 18px;
    text-align: center; }
    .integration__jira__version:hover {
      background: #fff; }
    .integration__jira__version:first-child {
      border-right: 1px solid #e5e5e5; }

.users-overview__avatar {
  display: inline-block;
  padding-top: 5px;
  vertical-align: top; }

.users-overview__user {
  display: inline-block;
  padding-left: 5px; }

.users-overview__email-address {
  margin-top: -2px; }

.weakness-selector__search {
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #c5c5c5;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .weakness-selector__search__suggestion {
    padding: 5px 0; }

.weakness-selector__wrapper {
  height: 445px;
  border: 1px solid #c5c5c5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.weakness-selector__clusters {
  position: relative;
  float: left;
  width: 210px;
  height: 443px;
  border-right: 1px solid #c5c5c5;
  border-bottom-left-radius: 4px; }

.weakness-selector__weaknesses {
  position: relative;
  overflow: hidden; }

.cluster__heading {
  padding: 10px 0 0 10px;
  color: #828282;
  font-size: 12px;
  font-weight: 600; }

.cluster__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.075);
  cursor: pointer; }
  .cluster__item + .cluster__item {
    border-top: 1px solid #e5e5e5; }
  .cluster__item--active {
    background: #f5f5f5;
    font-weight: 600; }

.cluster__title {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 7px;
  color: #000;
  border-left: 3px solid transparent;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .cluster__item--active .cluster__title {
    border-color: #216ba5; }
  .cluster__item:hover .cluster__title {
    text-decoration: underline; }

.cluster__count {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 7px; }

.weaknesses__wrapper {
  position: relative;
  height: 397px;
  padding: 9px 15px 9px 10px; }

.weaknesses__heading {
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 600; }

.weaknesses__icon--message {
  font-size: 11px; }

.weaknesses__item {
  padding: 6px 0; }
  .weaknesses__item:first-child {
    padding-top: 0; }

.weaknesses__label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.weaknesses__options {
  float: right;
  margin-bottom: 0;
  margin-left: 10px; }

.narrow-wrapper--signup {
  max-width: 734px;
  padding-top: 20px; }

.button--setup-page {
  width: 150px;
  margin-top: 18px; }

.setup-text {
  margin-top: -13px;
  font-size: 13.5px; }

.narrow-wrapper--h1-bounty {
  margin-top: -65px; }

.program-responsiveness {
  padding-bottom: 20px;
  font-size: 2.5em;
  font-weight: 200;
  letter-spacing: 2px; }

.program-responsiveness-green {
  color: #09A571; }

.program-responsiveness-red {
  color: #DF2935; }

.audit-log-item {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5; }
  .audit-log-item td {
    padding: 10px 0; }
  .audit-log-item:first-child {
    padding-top: 0; }
    .audit-log-item:first-child td {
      padding-top: 0; }
  .audit-log-item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
    .audit-log-item:last-child td {
      padding-bottom: 0; }

.invitation-header {
  margin-bottom: 30px;
  text-align: center; }

.invitation-header-image {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 31px; }

.invitation-header-image-left {
  text-align: right; }

.invitation-header-image-right {
  text-align: left; }

.invitation-header-image-left,
.invitation-header-image-right,
.invitation-header-image-middle,
.invitation-header-image-divider {
  display: table-cell;
  vertical-align: middle; }

.invitation-header-image-left,
.invitation-header-image-right {
  width: 63px;
  height: 63px; }

.invitation-header-image-middle {
  width: 97px;
  height: 97px; }

.invitation-header-image-divider {
  width: 57px; }
  .invitation-header-image-divider > .divider {
    width: 100%;
    height: 1px;
    background-color: #ccc; }

.invitation-header-intro {
  font-size: 16px;
  line-height: 28px;
  text-align: center; }
  .invitation-header-intro strong {
    color: #333; }
  .invitation-header-intro p:last-child {
    margin-bottom: 0; }
  .invitation-header-intro + .invitation-header-report-title {
    margin-top: 25px; }

.invitation-header-report-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center; }

.payout-method-details {
  color: #828282; }

.payout-method-wrapper {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.payout-method-benefit-icon-default,
.payout-method-benefit-icon-success {
  float: left;
  margin: 5px 10px 0 0;
  font-size: 24px; }

.payout-method-benefit-icon-default {
  color: #828282; }

.payout-method-benefit-icon-success {
  color: #72bc42; }

.payout-method-benefit-explanation {
  overflow: hidden; }

.list-selector {
  margin: 0 -20px; }
  .list-selector__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0 15px 20px;
    border-top: 1px solid #e5e5e5;
    cursor: pointer; }
    .list-selector__item:last-child {
      padding-bottom: 0; }
    .list-selector__item:hover .list-selector__name,
    .list-selector__item:hover .list-selector__icon {
      color: #144063; }
    .list-selector__item:hover .list-selector__meta,
    .list-selector__item:hover .list-selector__arrow {
      color: dimgray; }
    .list-selector__item--disabled, .list-selector__item--disabled:hover {
      cursor: not-allowed; }
      .list-selector__item--disabled .list-selector__name,
      .list-selector__item--disabled .list-selector__icon,
      .list-selector__item--disabled .list-selector__meta,
      .list-selector__item--disabled .list-selector__arrow, .list-selector__item--disabled:hover .list-selector__name,
      .list-selector__item--disabled:hover .list-selector__icon,
      .list-selector__item--disabled:hover .list-selector__meta,
      .list-selector__item--disabled:hover .list-selector__arrow {
        color: #a6a6a6;
        text-decoration: none; }
    .list-selector__item--back {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      cursor: default; }
  .list-selector__info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .list-selector__icon {
    margin-right: 10px;
    color: #216ba5;
    font-size: 45px; }
  .list-selector__arrow {
    color: #828282;
    font-size: 30px; }
  .list-selector__name {
    padding-right: 20px;
    color: #216ba5;
    font-size: 16px;
    font-weight: 600; }
  .list-selector__meta {
    color: #828282;
    font-size: 12px; }

.qr-code-container {
  margin-bottom: 10px;
  margin-left: -20px;
  text-align: center; }

.qr-code {
  margin: 0 auto;
  border-collapse: collapse;
  border-width: 0;
  border-style: none; }
  .qr-code td {
    width: 5px;
    height: 5px;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-width: 0;
    border-style: none; }
    .qr-code td.black {
      background-color: #000; }
    .qr-code td.white {
      background-color: #fff; }

.settings-container {
  zoom: 1; }
  .settings-container::before, .settings-container::after {
    display: block;
    overflow: hidden;
    height: 0;
    content: " "; }
  .settings-container::after {
    clear: both; }
  .settings-container .left-column,
  .settings-container .settings-column {
    float: left; }
  .settings-container .left-column {
    width: 25%;
    padding-right: 20px; }
  .settings-container .settings-column {
    position: relative;
    width: 75%; }
  .settings-container .settings-column--has-background {
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px; }

.settings-column__footer {
  padding-top: 20px; }

.settings-section {
  position: relative;
  margin-bottom: 30px; }
  .settings-section:last-child {
    margin-bottom: 0; }

.settings-cover-photo {
  width: 678px;
  height: 135px;
  padding: 2px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px; }

table td.payout-preference__icon {
  width: 25px;
  color: #a6a6a6; }

.forgot-password {
  font-size: 12px; }
  @media (min-width: 640px) {
    .forgot-password {
      float: right; } }

.remember-me {
  margin-top: 10px;
  color: #828282;
  font-size: 12px; }
  @media (min-width: 640px) {
    .remember-me {
      float: left;
      margin-top: 0; } }

.mini-profile__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600; }

.mini-profile__name {
  margin-left: 5px; }

.mini-profile__about {
  margin-top: 10px;
  overflow-wrap: break-word; }

.mini-profile__meta {
  margin-top: 20px; }

.mini-profile__meta-item {
  float: left;
  width: 50%; }

.mini-profile__meta-divider {
  margin: 10px 0;
  border-top: 1px solid #e5e5e5; }

.mini-profile__avatar {
  padding-bottom: 15px; }

.mini-profile__stat, .mini-profile__duplicates-header {
  font-weight: 700; }

.mini-profile__stats {
  margin: 0 -20px 15px;
  padding: 15px 0;
  background-color: #f9f9f9; }
  .mini-profile__stats .col {
    padding: 0; }

.mini-profile__stats-dupe {
  margin: 15px -10px -10px;
  padding: 5px 0;
  background-color: #f9f9f9;
  border-radius: 0 0 4px 4px; }
  .mini-profile__stats-dupe .col {
    padding: 0; }

.mini-profile__duplicate-user {
  margin: 20px -10px -10px;
  padding: 10px; }

.report-frame__researcher-context {
  position: relative;
  height: 46px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; }

.mini-profile--wide {
  height: 31px; }
  .mini-profile--wide .mini-profile__title {
    float: left;
    width: 30%; }
  .mini-profile--wide .mini-profile__about {
    display: none; }
  .mini-profile--wide .mini-profile__meta {
    float: right;
    max-width: 70%;
    margin-top: 0; }
  .mini-profile--wide .mini-profile__meta-group {
    float: left; }
  .mini-profile--wide .mini-profile__meta-item {
    width: auto; }
    .mini-profile--wide .mini-profile__meta-item + .mini-profile__meta-item {
      margin-left: 20px; }
  .mini-profile--wide .mini-profile__meta-divider {
    float: left;
    height: 31px;
    margin: 0 20px;
    border-top: 0;
    border-left: 1px solid #e5e5e5; }

.hacker-badge {
  text-align: center; }

.hacker-badge-image {
  width: 100%;
  height: 170px; }

.hacker-badge-description {
  margin-top: 16px;
  height: 48px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E; }

.wizard-step-indicator {
  display: inline-block;
  width: 34px;
  margin-right: 10px;
  padding: 2px;
  background: #3578ac;
  color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 500px;
  box-shadow: inset 0 0 0 2px #FFFFFF;
  line-height: 28px;
  text-align: center;
  vertical-align: middle; }
  .is-completed .wizard-step-indicator {
    background: #72bc42; }

.type-selector {
  margin-bottom: 10px;
  border: 1px solid #c5c5c5;
  border-radius: 4px; }
  .type-selector__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 5px; }
  .type-selector__active-weakness, .type-selector__active-asset {
    padding: 10px;
    background-color: #f4f9fb;
    border: 2px solid #e5e5e5;
    border-radius: 4px; }
  .type-selector__cluster:hover, .type-selector__cluster--selected {
    background: #f5f5f5; }
  .type-selector__cluster:last-child {
    border-bottom: 0; }
  .type-selector__suggestion {
    color: #000;
    display: block;
    margin: 3px 0;
    padding: 4px 10px;
    cursor: pointer; }
    .type-selector__suggestion:visited {
      color: #000; }
    .type-selector__suggestion:hover {
      color: #000; }
    .type-selector__suggestion:active {
      color: #000; }
    .type-selector__suggestion--selected, .type-selector__suggestion:hover {
      background: #f5f5f5;
      text-decoration: none; }
    .type-selector__suggestion--checked {
      background: #f4f9fb; }
  .type-selector__weaknesses, .type-selector__assets {
    position: relative;
    min-height: 100px;
    max-height: 220px;
    border-top: 1px solid #e5e5e5; }

.type-selector-column {
  float: left;
  overflow: hidden;
  width: 50%;
  height: 100%;
  min-height: 287px;
  max-height: 287px;
  border-left: 1px solid #c5c5c5; }
  .type-selector-column:first-child {
    border: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.type-selector-no-type {
  height: 36px;
  border-top: 1px solid #c5c5c5; }

.type-selector-list-item {
  margin: 2px 0;
  line-height: 26px;
  cursor: pointer; }
  .type-selector-list-item:hover {
    background: #f5f5f5; }
  .type-selector-list-item.active {
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/checked-shape-8e6fa9e8.png) no-repeat 95% 50% #3578ac;
    color: #fff; }
    .type-selector-list-item.active .type-selector-checkbox:disabled + .type-selector-list-label {
      display: block;
      background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/disabled-checked-shape-376246f6.png) no-repeat 95% 50% #afafaf;
      color: #e5e5e5;
      opacity: 1; }
  .type-selector-no-type .type-selector-list-item {
    margin: 5px 0; }

.type-selector-list-label {
  display: block;
  padding: 0 20px;
  font-weight: 400; }

.type-selector-checkbox {
  display: none; }
  .type-selector-checkbox + .type-selector-list-label {
    margin-left: 0; }

.type-selector-description {
  padding: 10px 20px; }

.vertical-wizard-row {
  margin-bottom: 30px; }
  .vertical-wizard-row:last-child {
    margin-bottom: 0; }
  .vertical-wizard-row.disabled {
    pointer-events: none; }

.vertical-wizard-caption-heading {
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-radius: 4px; }
  .is-active .vertical-wizard-caption-heading {
    background: #f5f5f5; }

.vertical-wizard-container {
  margin-top: 14px;
  margin-left: 55px; }

.vertical-wizard-caption-heading-title {
  margin: 0;
  font-size: 16px;
  line-height: 34px; }

.wizard-row {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .wizard-row:last-child {
    margin-bottom: 30px; }

.wizard-fieldset,
.wizard-caption {
  display: table-cell;
  padding-bottom: 40px;
  vertical-align: top; }
  .wizard-row:first-child .wizard-fieldset, .wizard-row:first-child
  .wizard-caption {
    padding-top: 10px; }
  .wizard-row:last-child .wizard-fieldset, .wizard-row:last-child
  .wizard-caption {
    padding-bottom: 0; }

.wizard-fieldset {
  width: auto;
  padding-left: 20px; }

.wizard-caption {
  width: 250px;
  padding-right: 20px;
  box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, 0.2); }

.wizard-caption-heading {
  margin-bottom: 10px;
  padding: 10px 0; }
  .wizard-caption-heading.is-active {
    margin-right: -20px;
    padding-right: 10px;
    padding-left: 10px;
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/state-indicator-763a4a24.png) no-repeat 100% 50% #f5f5f5;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }

.wizard-caption-heading-title {
  margin: 0;
  font-size: 16px; }

.leaderboard {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .leaderboard {
      margin-bottom: 0; } }

.leaderboard__item {
  border-top: 1px solid #e5e5e5; }
  .leaderboard__item:hover {
    background: #f5f5f5; }
  .leaderboard__item:last-child {
    border-bottom: 1px solid #e5e5e5; }
  .leaderboard__item--current-user {
    background: #fffae0; }
    .leaderboard__item--current-user:hover {
      background: #fff7ce; }

.leaderboard__column {
  padding: 5px 7px; }
  @media (min-width: 640px) {
    .leaderboard__column {
      padding: 10px; } }
  .leaderboard__column--rank {
    display: none;
    padding-left: 20px; }
    @media (min-width: 640px) {
      .leaderboard__column--rank {
        display: table-cell; } }
  .leaderboard__column--heading {
    color: #828282;
    border-top: 1px solid transparent;
    font-weight: 600;
    text-align: center; }
    .leaderboard__column--heading.leaderboard__column--active {
      border-top-color: #e5e5e5; }
  .leaderboard__column--user {
    width: 100%; }
    @media (min-width: 640px) {
      .leaderboard__column--user {
        padding-left: 10px; } }
  .leaderboard__column--program {
    width: 65%; }
    @media (min-width: 640px) {
      .leaderboard__column--program {
        padding-left: 10px; } }
  .leaderboard__column--progmetric {
    width: 17.5%; }
    @media (min-width: 640px) {
      .leaderboard__column--progmetric {
        padding-right: 20px;
        padding-left: 20px; } }
  .leaderboard__column--quarter-leader {
    width: 55%; }
    @media (min-width: 640px) {
      .leaderboard__column--quarter-leader {
        padding-left: 10px; } }
  .leaderboard__column--quarter-follower {
    width: 15%; }
    @media (min-width: 640px) {
      .leaderboard__column--quarter-follower {
        padding-right: 20px;
        padding-left: 20px; } }
  @media (min-width: 640px) {
    .leaderboard__column--metric {
      padding-right: 20px;
      padding-left: 20px; } }
  .leaderboard__column--light {
    font-size: 85%;
    font-weight: 400; }
  .leaderboard__column--active {
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5; }
    .leaderboard__item:hover .leaderboard__column--active {
      background: #ececec; }
    .leaderboard__item--current-user .leaderboard__column--active {
      background: #fff6c7; }
    .leaderboard__item--current-user:hover .leaderboard__column--active {
      background: #fff2ad; }

.leaderboard-rank {
  color: #828282;
  font-size: 13px;
  font-weight: 600;
  text-align: center; }
  @media (min-width: 640px) {
    .leaderboard-rank {
      font-size: 14px; } }

.leaderboard-metric {
  color: #216ba5;
  font-size: 14px;
  font-weight: 600;
  text-align: center; }
  @media (min-width: 640px) {
    .leaderboard-metric {
      font-size: 18px; } }

.leaderboard-user {
  display: table;
  width: 100%;
  white-space: nowrap;
  table-layout: fixed; }
  .leaderboard-user__avatar {
    position: relative;
    display: table-cell;
    width: 41px; }
    .leaderboard-user__avatar--large {
      width: 61px; }
  .leaderboard-user__information {
    display: table-cell;
    width: 100%;
    padding-left: 8px;
    vertical-align: middle; }
  @media (min-width: 640px) {
    .leaderboard-user__name {
      font-size: 14px;
      font-weight: 600; } }
  .leaderboard-user__bio {
    color: #828282;
    font-size: 11px; }
    @media (min-width: 640px) {
      .leaderboard-user__bio {
        font-size: 12px; } }
  .leaderboard-user__information, .leaderboard-user__name, .leaderboard-user__bio {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%; }

@media (min-width: 700px) {
  .leaderboard__title {
    float: left; } }

.leaderboard__cup--gold {
  color: #f3b643; }

.leaderboard__cup--silver {
  color: #a8a8a8; }

.leaderboard__cup--bronze {
  color: #cdb7a1; }

.leaderboard-listing {
  overflow: hidden;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px; }

.leaderboard-listing-wrapper + .leaderboard-listing-wrapper {
  margin-top: 15px; }

.leaderboard-listing-item {
  padding: 10px 15px; }
  .leaderboard-listing-item.current-user {
    background: #fffae0; }
  .leaderboard-listing-item + .leaderboard-listing-item {
    border-top: 1px solid #e5e5e5; }
  .leaderboard-listing-item:nth-child(even) {
    background: #f5f5f5; }
    .leaderboard-listing-item:nth-child(even).current-user {
      background: #fffae0; }

.leaderboard-listing-count {
  display: inline-block;
  width: 25px;
  margin-right: 3px; }

.leaderboard-listing-avatar {
  margin-right: 18px; }

.leaderboard-listing-user {
  display: inline-block; }

.leaderboard-listing-meta {
  display: inline-block;
  color: #828282; }

.leaderboard-podium {
  margin: -10px -10px 10px; }

.leaderboard-podium-item {
  float: left;
  width: 100%; }
  @media (min-width: 940px) {
    .leaderboard-podium-item {
      width: 20%; } }

.leaderboard-podium-item-small {
  width: 50%; }
  @media (min-width: 640px) {
    .leaderboard-podium-item-small {
      width: 25%; } }
  @media (min-width: 940px) {
    .leaderboard-podium-item-small {
      width: 16.666666667%; } }

.leaderboard-podium-item-container {
  overflow: hidden;
  margin: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  text-align: center; }
  .leaderboard-podium-item-container.current-user {
    border-color: #dfdbb7; }

.leaderboard-podium-avatar-container {
  position: relative;
  width: 130px;
  margin: 0 auto; }
  @media (min-width: 940px) {
    .leaderboard-podium-avatar-container {
      width: 70px; } }
  .leaderboard-podium-item-small .leaderboard-podium-avatar-container {
    width: auto; }

.leaderboard-podium-avatar {
  width: 100px;
  height: 100px;
  margin-bottom: 10px; }
  @media (min-width: 940px) {
    .leaderboard-podium-avatar {
      width: 70px;
      height: 70px; } }
  .leaderboard-podium-item-small .leaderboard-podium-avatar {
    width: 75px;
    height: 75px; }

.leaderboard-podium-rank {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  border: 1px solid #c5c5c5;
  border-radius: 500px;
  box-shadow: inset 0 0 0 2px #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px; }
  @media (min-width: 940px) {
    .leaderboard-podium-rank {
      top: -10px;
      left: -10px; } }

.leaderboard-podium-user {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: -20px;
  padding: 15px 15px 10px;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .current-user .leaderboard-podium-user {
    background: #fffae0;
    border-top: 1px solid #efedda; }

.leaderboard-podium-user-name {
  font-size: 16px;
  font-weight: 600; }
  @media (min-width: 940px) {
    .leaderboard-podium-user-name {
      font-size: 13px; } }
  .leaderboard-podium-item-small .leaderboard-podium-user-name {
    font-size: 14px; }

.leaderboard-podium-user-meta {
  color: #828282; }
  @media (min-width: 940px) {
    .leaderboard-podium-user-meta {
      font-size: 11px; } }

.tutorial-overlay {
  position: absolute;
  z-index: 1400;
  top: 0;
  left: 0; }

.tutorial-popover__progress-indicator {
  display: inline-block;
  width: 33%;
  vertical-align: middle; }

.tutorial-popover-enter {
  opacity: 0.01;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }
  .tutorial-popover-enter.tutorial-popover-enter-active {
    opacity: 1; }

.tutorial-popover-exit {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }
  .tutorial-popover-exit.tutorial-popover-exit-active {
    opacity: 0.01; }

.da-wrapper {
  margin-left: 5px;
  margin-right: 5px; }

.button__da-request {
  margin-top: 6px;
  line-height: 0.8; }

/* stylelint-disable */
a.mkto-button, button.mkto-button {
  display: inline-block;
  padding: 8px 42px;
  background-color: #ec1075;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: "Effra";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }

.mkto-heading {
  margin-bottom: 30px;
  color: #494649;
  font-family: "Effra";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.17;
  text-transform: uppercase; }

.mkto-text--small {
  font-size: 14px;
  line-height: 1.6; }

.mkto-footer {
  font-family: "Effra"; }
  .mkto-footer__logo {
    display: inline-block;
    margin-top: 10px; }
    .mkto-footer__logo img {
      width: 169px;
      height: 33px; }
  .mkto-footer__heading {
    margin-bottom: 23px;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-weight: 500;
    line-height: 1.08;
    text-transform: uppercase; }
  .mkto-footer__link {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 2; }
    .mkto-footer__link:visited {
      color: #000; }
    .mkto-footer__link:hover {
      color: #ec1075; }
    .mkto-footer__link:active {
      color: #ec1075; }
    .mkto-footer__link:hover {
      text-decoration: none; }
  .mkto-footer .icon-share-twitter, .mkto-footer .icon-share-linkedin, .mkto-footer .icon-share-facebook {
    color: #414246; }
    .mkto-footer .icon-share-twitter:hover, .mkto-footer .icon-share-linkedin:hover, .mkto-footer .icon-share-facebook:hover {
      color: #ec1075; }
  .mkto-footer__social-link + .mkto-footer__social-link {
    margin-left: 20px; }
  .mkto-footer__utility {
    margin: 10px 0; }
    @media (min-width: 640px) {
      .mkto-footer__utility {
        margin: 0; } }
  .mkto-footer__utility-item {
    display: inline-block;
    margin-right: 2px;
    color: #000;
    font-weight: 300;
    vertical-align: middle; }
    .mkto-footer__utility-item:last-child {
      margin-right: 0; }
    .mkto-footer__utility-item a {
      color: #000; }
      .mkto-footer__utility-item a:visited {
        color: #000; }
      .mkto-footer__utility-item a:hover {
        color: #000; }
      .mkto-footer__utility-item a:active {
        color: #000; }
  .mkto-footer--column {
    margin-bottom: 40px; }
    @media (min-width: 640px) {
      .mkto-footer--column {
        margin-bottom: 0; } }
    @media (min-width: 640px) {
      .mkto-footer--column {
        width: 16.6666666667%; } }
    .mkto-footer--column:last-child {
      margin-bottom: 0; }

.mkto-inner-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px; }

.mkto-container {
  padding: 80px 0;
  background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/footer-desktop-bkg-1047e1a8.jpg) repeat;
  text-align: center; }

/* stylelint-enable */
@media print {
  .topbar,
  .topbar-sub,
  .no-print,
  .feature-toggle-bar {
    display: none; } }

@media screen {
  .print-only {
    display: none; } }

@media print {
  .program-dashboard--sidebar, .program-dashboard--subheader,
  .program-dashboard .card__subheading,
  .program-dashboard .help-icon,
  .program-dashboard .graph-toggle,
  .program-dashboard .download-csv-link {
    display: none; }
  .program-dashboard .h1-logo {
    height: 27px; }
  .program-dashboard .grid--has-outside-gutter {
    padding: 0; }
  .program-dashboard--main-column {
    width: 100%; }
  .program-dashboard--table {
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact; } }

.program-dashboard label.form-label.asset-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block; }

.program-dashboard .rv-discrete-color-legend-item__title {
  font-size: 16px;
  font-weight: 600;
  color: #585858; }

.program-dashboard .submission-tooltip {
  width: 150px; }

.program-dashboard .efficiency-tooltip {
  width: 250px; }

.program-dashboard .donut-tooltip {
  width: 300px; }

.triage-inbox pre {
  white-space: pre-wrap; }

.triage-inbox .Resizer.vertical::after {
  content: "\2502";
  position: relative;
  top: 50%;
  left: -1px;
  font-size: 32px;
  color: #494649; }

.triage-inbox .comment-button {
  margin-right: 8px; }

.triage-inbox .daisy-textarea__field {
  min-height: 0; }

.triage-inbox .daisy-table__icon-cell {
  padding: 0 !important; }

.triage-inbox .daisy-table__cell {
  padding: 4px !important; }

.triage-inbox .card .product-edition-selector a {
  padding: 0;
  margin-top: 4px;
  margin-bottom: 8px;
  text-align: center; }

.triage-inbox .card .product-edition-selector .card__subheading-item {
  margin-left: 15px; }

.triage-inbox .card .view-selector a {
  text-align: center; }

.triage-inbox .card .view-selector .card__subheading-item {
  margin-left: 15px; }

.triage-inbox .card .report-status-selector .report-status-color-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%; }
  .triage-inbox .card .report-status-selector .report-status-color-indicator--none {
    background-color: #dcdcdc;
    border-color: #c3c3c3; }

.triage-inbox .card .sub-header {
  padding-bottom: 6px;
  padding-top: 6px;
  border-top: 1px solid lightgray;
  border-radius: 0; }

.triage-inbox .card .report-status-indicator {
  font-size: 15px;
  font-weight: 400; }

.triage-inbox .card p:last-child {
  margin-bottom: 0; }

.triage-inbox .card .card__heading {
  padding: 8px !important; }

.triage-inbox .card .card__content {
  padding: 8px !important; }

.triage-inbox .card .triage-inbox-item-title {
  width: calc(100% - 24px); }

.triage-inbox .card .triage-inbox-item-icon {
  display: inline-block;
  width: 24px; }

.triage-inbox .card.triage-inbox-activity,
.triage-inbox .card.triage-inbox-vulnerability-information {
  word-break: break-all; }

.triage-inbox .card.internal.highlight {
  border-color: #f5dddd; }
  .triage-inbox .card.internal.highlight .card__heading {
    background-color: #f5dddd; }
  .triage-inbox .card.internal.highlight .card__content {
    background-color: #F9DCA2; }

.triage-inbox .card.autocomplete {
  font-size: 20px;
  background-color: #ff1; }

.triage-inbox .card.internal {
  border-color: #f5dddd; }
  .triage-inbox .card.internal .card__heading {
    background-color: #f5dddd; }
  .triage-inbox .card.internal .card__content {
    background-color: #fbf1f1; }

.triage-inbox .card.highlight {
  border-color: #fce9c4; }
  .triage-inbox .card.highlight .card__heading {
    background-color: #fce9c4; }
  .triage-inbox .card.highlight .card__content {
    background-color: #F9DCA2; }

.triage-inbox .preview-pane {
  min-width: 300px;
  margin-left: 8px; }

.triage-inbox .report-pane {
  padding-top: 8px; }

.triage-inbox .is-highlighted {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #fffae0;
  border-color: #fff6c7; }

.badge {
  margin-left: 5px;
  padding: 1px 7px;
  border: 1px solid #c5c5c5;
  border-radius: 50px;
  font-size: 10px;
  vertical-align: top; }
  .badge:hover {
    text-decoration: none; }

.badge--ibb {
  background-color: #d9ebf8;
  border-color: #c3e0f4; }
  .badge--ibb:hover {
    background-color: #d0e6f6;
    border-color: #bbdbf2; }

.badge--h1-clear {
  background-color: #fef7d4;
  border-color: #fdf2bb; }
  .badge--h1-clear:hover {
    background-color: #fef5ca;
    border-color: #fdf1b1; }

.badge--confidential {
  background-color: #fbf1f1;
  border-color: #f5dddd; }
  .badge--confidential:hover {
    background-color: #f9e9e9;
    border-color: #f3d5d5; }

.badge--managed {
  background-color: #d9ebf8;
  border-color: #c3e0f4; }
  .badge--managed:hover {
    background-color: #d0e6f6;
    border-color: #bbdbf2; }

.badge--disabled-submissions {
  background-color: #fbf1f1;
  border-color: #f5dddd; }
  .badge--disabled-submissions:hover {
    background-color: #f9e9e9;
    border-color: #f3d5d5; }

.badge--sandboxed {
  background-color: #fef7d4;
  border-color: #fdf2bb; }
  .badge--sandboxed:hover {
    background-color: #fef5ca;
    border-color: #fdf1b1; }

.performance-badge {
  position: absolute;
  right: -3px;
  bottom: -1px; }
  .performance-badge__icon {
    width: 16px;
    height: 16px; }
    .performance-badge__icon--quick-to-bounty .inner-circle,
    .performance-badge__icon--quick-to-bounty .outer-circle {
      fill: #9013fe; }
    .performance-badge__icon--quick-to-response .inner-circle,
    .performance-badge__icon--quick-to-response .outer-circle {
      fill: #ff669b; }

.performance-badge__icon--quick-to-bounty.performance-badge__icon--quick-to-response .inner-circle {
  fill: #9013fe; }

.performance-badge__icon--quick-to-bounty.performance-badge__icon--quick-to-response .outer-circle {
  fill: #ff669b; }

.empty-state {
  height: 200px;
  text-align: center; }
  .empty-state::after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""; }

.empty-state__explanation {
  display: inline-block;
  color: #999;
  font-size: 14px;
  vertical-align: middle; }

.empty-state__icon {
  margin-bottom: 30px;
  color: #eee;
  font-size: 120px; }

.internal-activity-icon {
  margin-right: 2px;
  color: #828282;
  cursor: pointer; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loading-indicator__inner {
  z-index: 3;
  -webkit-animation: spinner 1000ms linear infinite;
          animation: spinner 1000ms linear infinite; }

.loading-indicator__overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75); }

.loading-indicator__caption {
  z-index: 3;
  width: 100%;
  color: #828282;
  text-align: center; }

.nav-tab {
  float: left; }
  .nav-tab + .nav-tab::before {
    padding: 0 10px;
    content: "|"; }

.nav-tab__link--active,
.nav-tab__link--active:visited {
  color: #828282; }

.pagination {
  margin-top: 20px; }

.pagination__results,
.pagination__button-group {
  display: inline-block;
  vertical-align: middle; }

.pagination__results {
  margin-right: 10px;
  color: #828282;
  text-align: right; }

.pagination__arrow--left::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.pagination__arrow--right::before {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.progress-bar {
  height: 10px; }

.progress-bar__step {
  float: left;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5; }
  .progress-bar__step:first-child {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px; }
  .progress-bar__step:last-child {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px; }
  .progress-bar__step:not(:first-child) {
    border-left: 0; }

.progress-bar__step--active {
  background-color: #72bc42;
  border-color: #61a038; }

.reputation-change-badge {
  display: inline-block;
  min-width: 30px;
  padding: 0 3px;
  background: #FFFFFF;
  color: #828282;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-weight: 600;
  text-align: center; }

.reputation-change-badge--increase {
  color: #72bc42;
  border-color: #72bc42; }

.reputation-change-badge--decrease {
  color: #cd3a3a;
  border-color: #cd3a3a; }

.search-input__search-icon {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 10px;
  height: 50%;
  margin: auto;
  color: #999; }

.search-input__clear-icon {
  color: #999;
  position: absolute;
  top: -3px;
  right: 10px;
  bottom: 0;
  height: 50%;
  margin: auto;
  cursor: pointer; }
  .search-input__clear-icon:visited {
    color: #999; }
  .search-input__clear-icon:hover {
    color: #999; }
  .search-input__clear-icon:active {
    color: #999; }

.panel {
  position: relative;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .panel--active {
    border: 2px solid #216ba5; }
  .panel__heading {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap; }
  .panel__image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .panel__content {
    position: relative;
    padding: 10px 15px; }
  .panel__notice {
    background: #fffae0; }

.icon-share-facebook {
  color: #ccc; }
  .icon-share-facebook:visited {
    color: #ccc; }
  .icon-share-facebook:hover {
    color: #335292; }
  .icon-share-facebook:active {
    color: #335292; }

.icon-share-twitter {
  color: #ccc; }
  .icon-share-twitter:visited {
    color: #ccc; }
  .icon-share-twitter:hover {
    color: #52a3db; }
  .icon-share-twitter:active {
    color: #52a3db; }

.icon-share-linkedin {
  color: #ccc; }
  .icon-share-linkedin:visited {
    color: #ccc; }
  .icon-share-linkedin:hover {
    color: #007cb6; }
  .icon-share-linkedin:active {
    color: #007cb6; }

.icon-share-hacker-news {
  color: #ccc; }
  .icon-share-hacker-news:visited {
    color: #ccc; }
  .icon-share-hacker-news:hover {
    color: #ff6800; }
  .icon-share-hacker-news:active {
    color: #ff6800; }

.icon-share-reddit {
  color: #ccc; }
  .icon-share-reddit:visited {
    color: #ccc; }
  .icon-share-reddit:hover {
    color: #93b8de; }
  .icon-share-reddit:active {
    color: #93b8de; }

.icon-share-rss {
  color: #ccc; }
  .icon-share-rss:visited {
    color: #ccc; }
  .icon-share-rss:hover {
    color: #ff6800; }
  .icon-share-rss:active {
    color: #ff6800; }

.icon-share-hackerone {
  color: #ccc; }
  .icon-share-hackerone:visited {
    color: #ccc; }
  .icon-share-hackerone:hover {
    color: #000; }
  .icon-share-hackerone:active {
    color: #000; }

.substate-indicator {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -2px 5px 0 0;
  margin-right: 4px;
  border: 1px solid transparent;
  border-radius: 500px;
  vertical-align: middle; }

.report-status-indicator {
  float: left;
  margin-right: 5px;
  padding: 0 5px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize; }
  .report-status-indicator:hover, .report-status-indicator:active, .report-status-indicator:visited {
    color: #FFFFFF; }

.substate-indicator--pre-submission {
  background-color: #f5ca61;
  border-color: #f2ba31; }

.substate-indicator--new {
  background-color: #8e44ad;
  border-color: #703688; }

.substate-indicator--triaged {
  background-color: #e67e22;
  border-color: #bf6516; }

.substate-indicator--resolved {
  background-color: #609828;
  border-color: #47701d; }

.substate-indicator--needs-more-info {
  background-color: #559cf5;
  border-color: #2580f2; }

.substate-indicator--not-applicable {
  background-color: #ce3f4b;
  border-color: #ae2c37; }

.substate-indicator--informative {
  background-color: #ccc;
  border-color: #b3b3b3; }

.substate-indicator--duplicate {
  background-color: #a78260;
  border-color: #88694c; }

.substate-indicator--spam {
  background-color: #555;
  border-color: #3c3c3c; }

.substate-indicator--total {
  background-color: #8e44ad;
  border-color: #703688; }

.substate-indicator--average {
  background-color: #e67e22;
  border-color: #bf6516; }

.substate-indicator--minimum {
  background-color: #559cf5;
  border-color: #2580f2; }

.substate-indicator--maximum {
  background-color: #609828;
  border-color: #47701d; }

.substate-indicator--response-time {
  background-color: #8e44ad;
  border-color: #703688; }

.substate-indicator--resolution-time {
  background-color: #609828;
  border-color: #47701d; }

.substate-indicator--daisy-resolved {
  background-color: #09a571;
  border-color: #067550; }

.substate-indicator--daisy-duplicate {
  background-color: #2d68f4;
  border-color: #0c4be2; }

.substate-indicator--daisy-informative {
  background-color: #8fdac1;
  border-color: #69cdac; }

.substate-indicator--daisy-not-applicable {
  background-color: #e7636c;
  border-color: #e03742; }

.substate-indicator--daisy-spam {
  background-color: #112659;
  border-color: #09142e; }

.table, .markdownable table {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed; }
  .table--separate {
    border-collapse: separate; }
  .table thead, .markdownable table thead {
    background: #f5f5f5; }
    .table thead th, .markdownable table thead th,
    .table thead td,
    .markdownable table thead td {
      font-weight: 600; }
  .table td, .markdownable table td,
  .table th,
  .markdownable table th {
    padding: 7px;
    border-top: 1px solid #e5e5e5;
    font-weight: inherit;
    vertical-align: middle; }
  .table--no-margin {
    margin: 0; }
  .table .table__row--no-top-border, .markdownable table .table__row--no-top-border {
    border-top: 0; }
  .table .table__row--align-top, .markdownable table .table__row--align-top {
    vertical-align: top; }
  .table .table__row--reconcilation td, .markdownable table .table__row--reconcilation td,
  .table .table__row--total td,
  .markdownable table .table__row--total td {
    border-top-width: 2px; }

.table--layout-auto {
  table-layout: auto; }

.table--rounded {
  border: 1px #c5c5c5 solid;
  border-collapse: separate;
  border-radius: 4px; }
  .table--rounded thead th {
    border-top: 0;
    border-bottom: 1px solid #c5c5c5; }
  .table--rounded tfoot td {
    background: transparent;
    border-top: 1px solid #c5c5c5;
    border-bottom: 0; }
  .table--rounded td {
    background: #FFFFFF;
    border-top: 0;
    border-bottom: 1px solid #c5c5c5; }
    .table--rounded td + td {
      border-left: 1px solid #c5c5c5; }
  .table--rounded tbody tr:last-child td {
    border-bottom: 0; }
  .table--rounded tbody tr:first-child td:first-child {
    border-top-left-radius: 4px; }
  .table--rounded tbody tr:first-child td:last-child {
    border-top-right-radius: 4px; }
  .table--rounded tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px; }
  .table--rounded tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px; }

.table__cell--checkbox {
  width: 26px; }

.table__cell--avatar-small {
  width: 45px; }

.table__cell--width-1-10 {
  width: 10%; }

.table__cell--width-2-10 {
  width: 20%; }

.table__cell--width-3-10 {
  width: 30%; }

.table__cell--width-4-10 {
  width: 40%; }

.table__cell--width-5-10 {
  width: 50%; }

.table__cell--width-6-10 {
  width: 60%; }

.table__cell--width-7-10 {
  width: 70%; }

.table__cell--width-8-10 {
  width: 80%; }

.table__cell--width-9-10 {
  width: 90%; }

.table__cell--width-10-10 {
  width: 100%; }

.drag-table-row td {
  padding: 7px;
  background: rgba(239, 245, 249, 0.85);
  background-color: #FFFFFF;
  border-top: 1px solid #cadeeb;
  border-bottom: 1px solid #cadeeb;
  font-weight: inherit;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.severity-button-coloring--none {
  background: #bae6aa;
  border: 1px solid #589f3e;
  box-shadow: #8ad46f;
  text-shadow: 0 1px 0 #8ad46f; }
  .severity-button-coloring--none:hover {
    background: #bae6aa; }

.severity-button-coloring--low {
  background: #fff1c0;
  border: 1px solid #f3c419;
  box-shadow: #ffe173;
  text-shadow: 0 1px 0 #ffe173; }
  .severity-button-coloring--low:hover {
    background: #fff1c0; }

.severity-button-coloring--medium {
  background: #fde3b7;
  border: 1px solid #ec9d16;
  box-shadow: #fbc66d;
  text-shadow: 0 1px 0 #fbc66d; }
  .severity-button-coloring--medium:hover {
    background: #fde3b7; }

.severity-button-coloring--high {
  background: #feb297;
  border: 1px solid #d4420e;
  box-shadow: #fd7a4b;
  text-shadow: 0 1px 0 #fd7a4b; }
  .severity-button-coloring--high:hover {
    background: #feb297; }

.severity-button-coloring--critical {
  background: #ff8380;
  border: 1px solid #c20f0a;
  box-shadow: #ff3833;
  text-shadow: 0 1px 0 #ff3833; }
  .severity-button-coloring--critical:hover {
    background: #ff8380; }

.severity-label {
  display: inline-block;
  line-height: 1; }
  .severity-label__text {
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle; }

.severity-scope-table-item {
  max-width: 100px;
  font-size: 11px;
  line-height: 16px; }

.severity-indicator + .severity-label__text {
  margin-left: 5px; }

.severity-indicator {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 12px;
  margin-top: -1px;
  background: #f5f5f5;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  vertical-align: middle; }
  .severity-indicator__progress {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
    .severity-indicator__progress--none {
      width: 6px;
      height: 12px;
      background: #caebbe;
      border: 1px solid #53aa33; }
    .severity-indicator__progress--low {
      width: 11px;
      height: 12px;
      background: #fff7d9;
      border: 1px solid #ffcb0d; }
    .severity-indicator__progress--medium {
      width: 16px;
      height: 12px;
      background: #feedd0;
      border: 1px solid #f9a009; }
    .severity-indicator__progress--high {
      width: 21px;
      height: 12px;
      background: #fec5b0;
      border: 1px solid #df3d03; }
    .severity-indicator__progress--critical {
      width: 26px;
      height: 12px;
      background: #ff9c99;
      border: 1px solid #cc0500; }
    .severity-indicator__progress--critical {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .severity-indicator__separator {
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); }
    .severity-indicator__separator:nth-child(1) {
      left: 4px; }
    .severity-indicator__separator:nth-child(2) {
      left: 9px; }
    .severity-indicator__separator:nth-child(3) {
      left: 14px; }
    .severity-indicator__separator:nth-child(4) {
      left: 19px; }

.color-indicator {
  float: left;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 10px;
  border-radius: 50%; }
  .color-indicator--red {
    background: #DF2935; }
  .color-indicator--yellow {
    background: #F3B234; }
  .color-indicator--green {
    background: #09A571; }
  .color-indicator--subject-selector {
    position: absolute;
    top: -2px;
    right: 14px; }
  .color-indicator--small {
    width: 8px;
    height: 8px; }
  .color-indicator--subject-selector-item {
    margin-right: 5px;
    margin-bottom: 5px; }
  .color-indicator--profile-metric {
    margin-top: 1px; }

.fade {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .fade--show {
    opacity: 1; }

.infinite-scroll-component {
  overflow-x: hidden !important; }

.expandable-content {
  white-space: pre-line; }

.odometer.odometer-auto-theme {
  display: inline-block;
  line-height: 1.1em;
  position: relative; }
  .odometer.odometer-auto-theme .odometer-value {
    text-align: center; }
  .odometer.odometer-auto-theme .odometer-digit {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
      display: inline-block;
      visibility: hidden; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
      bottom: 0;
      display: block;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      text-align: left;
      top: 0; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
      display: block; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
      -webkit-backface-visibility: hidden;
      display: block; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-value {
      display: block;
      -webkit-transform: translateZ(0); }
      .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value {
        position: absolute; }
  .odometer.odometer-auto-theme .odometer-formatting-mark {
    vertical-align: middle; }
  .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s; }
  .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s; }

.ps-container {
  overflow: hidden !important;
  -ms-touch-action: none; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }
  .ps-container > .ps-scrollbar-x-rail {
    border-radius: 4px;
    display: none;
    opacity: 0;
    position: absolute;
    /* please don't change 'position' */
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #aaa;
      border-radius: 4px;
      position: absolute;
      /* please don't change 'position' */
      -webkit-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container > .ps-scrollbar-y-rail {
    border-radius: 4px;
    display: none;
    opacity: 0;
    position: absolute;
    /* please don't change 'position' */
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #aaa;
      border-radius: 4px;
      position: absolute;
      /* please don't change 'position' */
      -webkit-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.radar-chart {
  padding: 10px; }

.radar-chart .level {
  stroke: grey;
  stroke-width: 0.5; }

.radar-chart .axis line {
  stroke: grey;
  stroke-width: 1; }

.radar-chart .axis .legend {
  font-family: sans-serif;
  font-size: 10px; }

.radar-chart .axis .legend.top {
  dy: 1em; }

.radar-chart .axis .legend.left {
  text-anchor: start; }

.radar-chart .axis .legend.middle {
  text-anchor: middle; }

.radar-chart .axis .legend.right {
  text-anchor: end; }

.radar-chart .tooltip {
  font-family: sans-serif;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms; }

.radar-chart .tooltip.visible {
  opacity: 1; }

/* area transition when hovering */
.radar-chart .area {
  fill-opacity: 0.5;
  stroke-width: 2; }

.radar-chart.focus .area {
  fill-opacity: 0.1; }

.radar-chart.focus .area.focused {
  fill-opacity: 0.7; }

.radar-chart .circle {
  fill-opacity: 0.9; }

/* transitions */
.radar-chart .area, .radar-chart .circle {
  opacity: 1;
  -webkit-transition: opacity 300ms, fill-opacity 200ms;
  transition: opacity 300ms, fill-opacity 200ms; }

.radar-chart .d3-enter, .radar-chart .d3-exit {
  opacity: 0; }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important; }

.Select input::-ms-clear {
  display: none !important; }

.Select input::-ms-reveal {
  display: none !important; }

.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.Select.is-searchable.is-open > .Select-control {
  cursor: text; }

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.Select.is-focused > .Select-control {
  background: #fff; }

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff; }

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px; }

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline; }

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff; }

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select.Select--rtl {
  direction: rtl;
  text-align: right; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none;
  background: #fff; }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.Select-control > *:last-child {
  padding-right: 5px; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px; }

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.react-datepicker__time-list {
  box-sizing: content-box; }

.react-vis-magic-css-import-rule {
  display: inherit; }

.rv-treemap {
  font-size: 12px;
  position: relative; }

.rv-treemap__leaf {
  overflow: hidden;
  position: absolute; }

.rv-treemap__leaf--circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rv-treemap__leaf__content {
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis; }

.rv-xy-plot {
  color: #c3c3c3;
  position: relative; }

.rv-xy-plot canvas {
  pointer-events: none; }

.rv-xy-plot .rv-xy-canvas {
  pointer-events: none;
  position: absolute; }

.rv-xy-plot__inner {
  display: block; }

.rv-xy-plot__axis__line {
  fill: none;
  stroke-width: 2px;
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__line {
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__axis__title text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__grid-lines__line {
  stroke: #e6e6e9; }

.rv-xy-plot__circular-grid-lines__line {
  fill-opacity: 0;
  stroke: #e6e6e9; }

.rv-xy-plot__series, .rv-xy-plot__series path {
  pointer-events: all; }

.rv-xy-plot__series--line {
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

.rv-crosshair {
  position: absolute;
  font-size: 11px;
  pointer-events: none; }

.rv-crosshair__line {
  background: #47d3d9;
  width: 1px; }

.rv-crosshair__inner {
  position: absolute;
  text-align: left;
  top: 0; }

.rv-crosshair__inner__content {
  border-radius: 4px;
  background: #3a3a48;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.rv-crosshair__inner--left {
  right: 4px; }

.rv-crosshair__inner--right {
  left: 4px; }

.rv-crosshair__title {
  font-weight: bold;
  white-space: nowrap; }

.rv-crosshair__item {
  white-space: nowrap; }

.rv-hint {
  position: absolute;
  pointer-events: none; }

.rv-hint__content {
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  background: #3a3a48;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  white-space: nowrap; }

.rv-discrete-color-legend {
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 12px; }

.rv-discrete-color-legend.horizontal {
  white-space: nowrap; }

.rv-discrete-color-legend-item {
  color: #3a3a48;
  border-radius: 1px;
  padding: 9px 10px; }

.rv-discrete-color-legend-item.horizontal {
  display: inline-block; }

.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title {
  margin-left: 0;
  display: block; }

.rv-discrete-color-legend-item__color {
  display: inline-block;
  vertical-align: middle;
  overflow: visible; }

.rv-discrete-color-legend-item__color__path {
  stroke: #dcdcdc;
  stroke-width: 2px; }

.rv-discrete-color-legend-item__title {
  margin-left: 10px; }

.rv-discrete-color-legend-item.disabled {
  color: #b8b8b8; }

.rv-discrete-color-legend-item.clickable {
  cursor: pointer; }

.rv-discrete-color-legend-item.clickable:hover {
  background: #f9f9f9; }

.rv-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.rv-search-wrapper__form {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0; }

.rv-search-wrapper__form__input {
  width: 100%;
  color: #a6a6a5;
  border: 1px solid #e5e5e4;
  padding: 7px 10px;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 0 9px;
  outline: 0; }

.rv-search-wrapper__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto; }

.rv-continuous-color-legend {
  font-size: 12px; }

.rv-continuous-color-legend .rv-gradient {
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px; }

.rv-continuous-size-legend {
  font-size: 12px; }

.rv-continuous-size-legend .rv-bubbles {
  text-align: justify;
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%; }

.rv-continuous-size-legend .rv-bubble {
  background: #d8d9dc;
  display: inline-block;
  vertical-align: bottom; }

.rv-continuous-size-legend .rv-spacer {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%; }

.rv-legend-titles {
  height: 16px;
  position: relative; }

.rv-legend-titles__left, .rv-legend-titles__right, .rv-legend-titles__center {
  position: absolute;
  white-space: nowrap;
  overflow: hidden; }

.rv-legend-titles__center {
  display: block;
  text-align: center;
  width: 100%; }

.rv-legend-titles__right {
  right: 0; }

.rv-radial-chart .rv-xy-plot__series--label {
  pointer-events: none; }

.tether {
  z-index: 1500; }

.section-title {
  margin-bottom: 10px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25; }
/* Whenever you update this list of options, please make sure you
  also update the list of color options in icon.stories.js */
.icon {
  display: inline-block;
  line-height: 0;
  vertical-align: middle; }
  .icon__background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%; }
    .icon__background--blue {
      background-color: #2D68F4; }
    .icon__background--green {
      background-color: #09A571; }
    .icon__background--pink {
      background-color: #E10E71; }
    .icon__background--grey {
      background-color: #9E9E9E; }
    .icon__background--black {
      background-color: #3E3E3E; }
    .icon__background--white {
      background-color: #FFFFFF; }
    .icon__background--light-grey {
      background-color: #E9E9E9; }
    .icon__background--yellow {
      background-color: #f2b442; }
    .icon__background--currentColor {
      background-color: currentcolor; }
    .icon__background--small {
      width: 32px;
      height: 32px; }
    .icon__background--medium {
      width: 48px;
      height: 48px; }
    .icon__background--large {
      width: 64px;
      height: 64px; }
    .icon__background--extra-large {
      width: 128px;
      height: 128px; }
    .icon__background--extra-extra-large {
      width: 200px;
      height: 200px; }
  .icon__glyph {
    fill: currentColor; }
    .icon__glyph--blue {
      color: #2D68F4; }
    .icon__glyph--green {
      color: #09A571; }
    .icon__glyph--pink {
      color: #E10E71; }
    .icon__glyph--grey {
      color: #9E9E9E; }
    .icon__glyph--black {
      color: #3E3E3E; }
    .icon__glyph--white {
      color: #FFFFFF; }
    .icon__glyph--light-grey {
      color: #E9E9E9; }
    .icon__glyph--yellow {
      color: #f2b442; }
    .icon__glyph--currentColor {
      color: currentcolor; }
    .icon__glyph--extra-small {
      width: 8px;
      height: 8px; }
    .icon__glyph--small {
      width: 16px;
      height: 16px; }
    .icon__glyph--medium {
      width: 24px;
      height: 24px; }
    .icon__glyph--large {
      width: 32px;
      height: 32px; }
    .icon__glyph--extra-large {
      width: 64px;
      height: 64px; }
    .icon__glyph--extra-extra-large {
      width: 100px;
      height: 100px; }
.switch-checkbox:disabled + .switch__wrapper {
  opacity: 0.35;
  cursor: not-allowed; }

.switch__wrapper {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.switch__wrapper {
  line-height: 20px; }

.switch__wrapper {
  font-size: 14px; }

.switch {
  display: inline-block; }
  .switch__wrapper {
    position: relative;
    display: inline-block;
    width: 60px;
    margin: 0 !important;
    padding: 2px;
    color: #FFFFFF;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .switch__circle {
    position: absolute;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .switch__text {
    margin: 0 4px 0 20px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .switch__single-color > label {
    background: #E10E71 !important;
    color: #E10E71; }

.switch-checkbox {
  display: none; }
  .switch-checkbox:checked + .switch__wrapper > .switch__circle {
    left: 38px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .switch-checkbox:checked + .switch__wrapper > .switch__text {
    margin: 0 20px 0 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .switch-checkbox:checked + .switch__wrapper {
    background: #E10E71; }
  .switch-checkbox:not(:checked) + .switch__wrapper {
    background: #9E9E9E; }
.daisy-button:disabled {
  opacity: 0.35;
  cursor: not-allowed; }

.daisy-button {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-button--medium {
  font-size: 16px; }

.daisy-button--medium {
  line-height: 24px; }

.daisy-button--small {
  line-height: 20px; }

.daisy-button--small {
  font-size: 14px; }

.daisy-button {
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  /* HTML states */
  /* Sizes */
  /* Types */
  /* Alternative colors */ }
  .daisy-button:active, .daisy-button:hover {
    text-decoration: none; }
  .daisy-button:active, .daisy-button:focus {
    outline: 0; }
  .daisy-button:disabled {
    pointer-events: none; }
  .daisy-button--small {
    padding: 4px 12px; }
  .daisy-button--medium {
    padding: 8px 24px; }
  .daisy-button.daisy-button--primary {
    background: #E10E71;
    color: #FFFFFF;
    border: 1px solid #E10E71; }
    .daisy-button.daisy-button--primary:hover {
      background: #A40B53;
      border-color: #A40B53; }
    .daisy-button.daisy-button--primary:focus {
      box-shadow: 0 0 6px rgba(225, 14, 113, 0.85); }
    .daisy-button.daisy-button--primary:active {
      background: #52062A;
      border-color: #52062A; }
    .daisy-button.daisy-button--primary:disabled {
      background: #9E9E9E;
      color: #3E3E3E;
      border-color: #9E9E9E; }
  .daisy-button.daisy-button--secondary {
    background: #FFFFFF;
    color: #E10E71;
    border: 1px solid #E10E71; }
    .daisy-button.daisy-button--secondary:hover {
      background: #F7F8F9;
      border-color: #A40B53; }
    .daisy-button.daisy-button--secondary:focus {
      box-shadow: 0 0 6px rgba(225, 14, 113, 0.45); }
    .daisy-button.daisy-button--secondary:active {
      background: #F7F8F9;
      border-color: #52062A; }
    .daisy-button.daisy-button--secondary:disabled {
      color: #3E3E3E;
      background: #FFFFFF;
      border-color: #9E9E9E; }
  .daisy-button.daisy-button--tertiary {
    padding-right: 4px;
    padding-left: 4px;
    background-color: transparent;
    color: #E10E71;
    border-color: transparent;
    font-weight: 400; }
    .daisy-button.daisy-button--tertiary:hover {
      color: #A40B53;
      text-decoration: underline; }
    .daisy-button.daisy-button--tertiary:active {
      color: #52062A; }
    .daisy-button.daisy-button--tertiary:disabled {
      color: #3E3E3E; }
    .daisy-button.daisy-button--tertiary--padding-left-0 {
      padding-left: 0px; }
  .daisy-button--danger.daisy-button--primary {
    background: #DF2935;
    color: #FFFFFF;
    border: 1px solid #DF2935; }
    .daisy-button--danger.daisy-button--primary:hover {
      background: #A31E27;
      border-color: #A31E27; }
    .daisy-button--danger.daisy-button--primary:focus {
      box-shadow: 0 0 6px rgba(223, 41, 53, 0.85); }
    .daisy-button--danger.daisy-button--primary:active {
      background: #520F14;
      border-color: #520F14; }
    .daisy-button--danger.daisy-button--primary:disabled {
      background: #9E9E9E;
      color: #3E3E3E;
      border-color: #9E9E9E; }
  .daisy-button--danger.daisy-button--secondary {
    background: #FFFFFF;
    color: #DF2935;
    border: 1px solid #DF2935; }
    .daisy-button--danger.daisy-button--secondary:hover {
      background: #F7F8F9;
      border-color: #A31E27; }
    .daisy-button--danger.daisy-button--secondary:focus {
      box-shadow: 0 0 6px rgba(223, 41, 53, 0.45); }
    .daisy-button--danger.daisy-button--secondary:active {
      background: #F7F8F9;
      border-color: #520F14; }
    .daisy-button--danger.daisy-button--secondary:disabled {
      color: #3E3E3E;
      background: #FFFFFF;
      border-color: #9E9E9E; }
  .daisy-button--danger.daisy-button--tertiary {
    padding-right: 4px;
    padding-left: 4px;
    background-color: transparent;
    color: #DF2935;
    border-color: transparent;
    font-weight: 400; }
    .daisy-button--danger.daisy-button--tertiary:hover {
      color: #A31E27;
      text-decoration: underline; }
    .daisy-button--danger.daisy-button--tertiary:active {
      color: #520F14; }
    .daisy-button--danger.daisy-button--tertiary:disabled {
      color: #3E3E3E; }
    .daisy-button--danger.daisy-button--tertiary--padding-left-0 {
      padding-left: 0px; }
  .daisy-button--facebook.daisy-button--primary {
    background: #4267b2;
    color: #FFFFFF;
    border: 1px solid #4267b2; }
    .daisy-button--facebook.daisy-button--primary:hover {
      background: #365899;
      border-color: #365899; }
    .daisy-button--facebook.daisy-button--primary:focus {
      box-shadow: 0 0 6px rgba(66, 103, 178, 0.85); }
    .daisy-button--facebook.daisy-button--primary:active {
      background: #29487d;
      border-color: #29487d; }
    .daisy-button--facebook.daisy-button--primary:disabled {
      background: #9E9E9E;
      color: #3E3E3E;
      border-color: #9E9E9E; }
  .daisy-button--facebook.daisy-button--secondary {
    background: #FFFFFF;
    color: #4267b2;
    border: 1px solid #4267b2; }
    .daisy-button--facebook.daisy-button--secondary:hover {
      background: #F7F8F9;
      border-color: #365899; }
    .daisy-button--facebook.daisy-button--secondary:focus {
      box-shadow: 0 0 6px rgba(66, 103, 178, 0.45); }
    .daisy-button--facebook.daisy-button--secondary:active {
      background: #F7F8F9;
      border-color: #29487d; }
    .daisy-button--facebook.daisy-button--secondary:disabled {
      color: #3E3E3E;
      background: #FFFFFF;
      border-color: #9E9E9E; }
  .daisy-button--facebook.daisy-button--tertiary {
    padding-right: 4px;
    padding-left: 4px;
    background-color: transparent;
    color: #4267b2;
    border-color: transparent;
    font-weight: 400; }
    .daisy-button--facebook.daisy-button--tertiary:hover {
      color: #365899;
      text-decoration: underline; }
    .daisy-button--facebook.daisy-button--tertiary:active {
      color: #29487d; }
    .daisy-button--facebook.daisy-button--tertiary:disabled {
      color: #3E3E3E; }
    .daisy-button--facebook.daisy-button--tertiary--padding-left-0 {
      padding-left: 0px; }
  .daisy-button--blue.daisy-button--primary {
    background: #2D68F4;
    color: #FFFFFF;
    border: 1px solid #2D68F4; }
    .daisy-button--blue.daisy-button--primary:hover {
      background: #214CB2;
      border-color: #214CB2; }
    .daisy-button--blue.daisy-button--primary:focus {
      box-shadow: 0 0 6px rgba(45, 104, 244, 0.85); }
    .daisy-button--blue.daisy-button--primary:active {
      background: #112659;
      border-color: #112659; }
    .daisy-button--blue.daisy-button--primary:disabled {
      background: #9E9E9E;
      color: #3E3E3E;
      border-color: #9E9E9E; }
  .daisy-button--blue.daisy-button--secondary {
    background: #FFFFFF;
    color: #2D68F4;
    border: 1px solid #2D68F4; }
    .daisy-button--blue.daisy-button--secondary:hover {
      background: #F7F8F9;
      border-color: #214CB2; }
    .daisy-button--blue.daisy-button--secondary:focus {
      box-shadow: 0 0 6px rgba(45, 104, 244, 0.45); }
    .daisy-button--blue.daisy-button--secondary:active {
      background: #F7F8F9;
      border-color: #112659; }
    .daisy-button--blue.daisy-button--secondary:disabled {
      color: #3E3E3E;
      background: #FFFFFF;
      border-color: #9E9E9E; }
  .daisy-button--blue.daisy-button--tertiary {
    padding-right: 4px;
    padding-left: 4px;
    background-color: transparent;
    color: #2D68F4;
    border-color: transparent;
    font-weight: 400; }
    .daisy-button--blue.daisy-button--tertiary:hover {
      color: #214CB2;
      text-decoration: underline; }
    .daisy-button--blue.daisy-button--tertiary:active {
      color: #112659; }
    .daisy-button--blue.daisy-button--tertiary:disabled {
      color: #3E3E3E; }
    .daisy-button--blue.daisy-button--tertiary--padding-left-0 {
      padding-left: 0px; }
  .daisy-button--black.daisy-button--primary {
    background: #3E3E3E;
    color: #FFFFFF;
    border: 1px solid #3E3E3E; }
    .daisy-button--black.daisy-button--primary:hover {
      background: #A40B53;
      border-color: #A40B53; }
    .daisy-button--black.daisy-button--primary:focus {
      box-shadow: 0 0 6px rgba(62, 62, 62, 0.85); }
    .daisy-button--black.daisy-button--primary:active {
      background: #52062A;
      border-color: #52062A; }
    .daisy-button--black.daisy-button--primary:disabled {
      background: #9E9E9E;
      color: #3E3E3E;
      border-color: #9E9E9E; }
  .daisy-button--black.daisy-button--secondary {
    background: #FFFFFF;
    color: #3E3E3E;
    border: 1px solid #3E3E3E; }
    .daisy-button--black.daisy-button--secondary:hover {
      background: #F7F8F9;
      border-color: #A40B53; }
    .daisy-button--black.daisy-button--secondary:focus {
      box-shadow: 0 0 6px rgba(62, 62, 62, 0.45); }
    .daisy-button--black.daisy-button--secondary:active {
      background: #F7F8F9;
      border-color: #52062A; }
    .daisy-button--black.daisy-button--secondary:disabled {
      color: #3E3E3E;
      background: #FFFFFF;
      border-color: #9E9E9E; }
  .daisy-button--black.daisy-button--tertiary {
    padding-right: 4px;
    padding-left: 4px;
    background-color: transparent;
    color: #3E3E3E;
    border-color: transparent;
    font-weight: 400; }
    .daisy-button--black.daisy-button--tertiary:hover {
      color: #A40B53;
      text-decoration: underline; }
    .daisy-button--black.daisy-button--tertiary:active {
      color: #52062A; }
    .daisy-button--black.daisy-button--tertiary:disabled {
      color: #3E3E3E; }
    .daisy-button--black.daisy-button--tertiary--padding-left-0 {
      padding-left: 0px; }
/* stylelint-disable */
.team_blizzard {
  /* stylelint-enable */ }
  .team_blizzard .daisy-button {
    /* Types */
    /* Alternative colors */ }
    .team_blizzard .daisy-button.daisy-button--primary {
      background: #00b7f3;
      color: #FFFFFF;
      border: 1px solid #00b7f3; }
      .team_blizzard .daisy-button.daisy-button--primary:hover {
        background: #00a4da;
        border-color: #00a4da; }
      .team_blizzard .daisy-button.daisy-button--primary:focus {
        box-shadow: 0 0 6px rgba(0, 183, 243, 0.85); }
      .team_blizzard .daisy-button.daisy-button--primary:active {
        background: #009acd;
        border-color: #009acd; }
      .team_blizzard .daisy-button.daisy-button--primary:disabled {
        background: #9E9E9E;
        color: #3E3E3E;
        border-color: #9E9E9E; }
    .team_blizzard .daisy-button.daisy-button--secondary {
      background: #FFFFFF;
      color: #00b7f3;
      border: 1px solid #00b7f3; }
      .team_blizzard .daisy-button.daisy-button--secondary:hover {
        background: #F7F8F9;
        border-color: #00a4da; }
      .team_blizzard .daisy-button.daisy-button--secondary:focus {
        box-shadow: 0 0 6px rgba(0, 183, 243, 0.45); }
      .team_blizzard .daisy-button.daisy-button--secondary:active {
        background: #F7F8F9;
        border-color: #009acd; }
      .team_blizzard .daisy-button.daisy-button--secondary:disabled {
        color: #3E3E3E;
        background: #FFFFFF;
        border-color: #9E9E9E; }
    .team_blizzard .daisy-button.daisy-button--tertiary {
      background-color: transparent;
      color: #00b7f3;
      border-color: transparent; }
      .team_blizzard .daisy-button.daisy-button--tertiary:hover {
        color: #00a4da; }
      .team_blizzard .daisy-button.daisy-button--tertiary:active {
        color: #009acd; }
    .team_blizzard .daisy-button--danger.daisy-button--primary {
      background: #DF2935;
      color: #FFFFFF;
      border: 1px solid #DF2935; }
      .team_blizzard .daisy-button--danger.daisy-button--primary:hover {
        background: #A31E27;
        border-color: #A31E27; }
      .team_blizzard .daisy-button--danger.daisy-button--primary:focus {
        box-shadow: 0 0 6px rgba(223, 41, 53, 0.85); }
      .team_blizzard .daisy-button--danger.daisy-button--primary:active {
        background: #520F14;
        border-color: #520F14; }
      .team_blizzard .daisy-button--danger.daisy-button--primary:disabled {
        background: #9E9E9E;
        color: #3E3E3E;
        border-color: #9E9E9E; }
    .team_blizzard .daisy-button--danger.daisy-button--secondary {
      background: #FFFFFF;
      color: #DF2935;
      border: 1px solid #DF2935; }
      .team_blizzard .daisy-button--danger.daisy-button--secondary:hover {
        background: #F7F8F9;
        border-color: #A31E27; }
      .team_blizzard .daisy-button--danger.daisy-button--secondary:focus {
        box-shadow: 0 0 6px rgba(223, 41, 53, 0.45); }
      .team_blizzard .daisy-button--danger.daisy-button--secondary:active {
        background: #F7F8F9;
        border-color: #520F14; }
      .team_blizzard .daisy-button--danger.daisy-button--secondary:disabled {
        color: #3E3E3E;
        background: #FFFFFF;
        border-color: #9E9E9E; }
    .team_blizzard .daisy-button--danger.daisy-button--tertiary {
      background-color: transparent;
      color: #DF2935;
      border-color: transparent; }
      .team_blizzard .daisy-button--danger.daisy-button--tertiary:hover {
        color: #A31E27; }
      .team_blizzard .daisy-button--danger.daisy-button--tertiary:active {
        color: #520F14; }
/* stylelint-disable */
.team_icq {
  /* stylelint-enable */ }
  .team_icq .daisy-button {
    /* Types */
    /* Alternative colors */ }
    .team_icq .daisy-button.daisy-button--primary {
      background: #7ebd00;
      color: #FFFFFF;
      border: 1px solid #7ebd00; }
      .team_icq .daisy-button.daisy-button--primary:hover {
        background: #6da400;
        border-color: #6da400; }
      .team_icq .daisy-button.daisy-button--primary:focus {
        box-shadow: 0 0 6px rgba(126, 189, 0, 0.85); }
      .team_icq .daisy-button.daisy-button--primary:active {
        background: #659700;
        border-color: #659700; }
      .team_icq .daisy-button.daisy-button--primary:disabled {
        background: #9E9E9E;
        color: #3E3E3E;
        border-color: #9E9E9E; }
    .team_icq .daisy-button.daisy-button--secondary {
      background: #FFFFFF;
      color: #7ebd00;
      border: 1px solid #7ebd00; }
      .team_icq .daisy-button.daisy-button--secondary:hover {
        background: #F7F8F9;
        border-color: #6da400; }
      .team_icq .daisy-button.daisy-button--secondary:focus {
        box-shadow: 0 0 6px rgba(126, 189, 0, 0.45); }
      .team_icq .daisy-button.daisy-button--secondary:active {
        background: #F7F8F9;
        border-color: #659700; }
      .team_icq .daisy-button.daisy-button--secondary:disabled {
        color: #3E3E3E;
        background: #FFFFFF;
        border-color: #9E9E9E; }
    .team_icq .daisy-button.daisy-button--tertiary {
      background-color: transparent;
      color: #7ebd00;
      border-color: transparent; }
      .team_icq .daisy-button.daisy-button--tertiary:hover {
        color: #6da400; }
      .team_icq .daisy-button.daisy-button--tertiary:active {
        color: #659700; }
    .team_icq .daisy-button--danger.daisy-button--primary {
      background: #DF2935;
      color: #FFFFFF;
      border: 1px solid #DF2935; }
      .team_icq .daisy-button--danger.daisy-button--primary:hover {
        background: #A31E27;
        border-color: #A31E27; }
      .team_icq .daisy-button--danger.daisy-button--primary:focus {
        box-shadow: 0 0 6px rgba(223, 41, 53, 0.85); }
      .team_icq .daisy-button--danger.daisy-button--primary:active {
        background: #520F14;
        border-color: #520F14; }
      .team_icq .daisy-button--danger.daisy-button--primary:disabled {
        background: #9E9E9E;
        color: #3E3E3E;
        border-color: #9E9E9E; }
    .team_icq .daisy-button--danger.daisy-button--secondary {
      background: #FFFFFF;
      color: #DF2935;
      border: 1px solid #DF2935; }
      .team_icq .daisy-button--danger.daisy-button--secondary:hover {
        background: #F7F8F9;
        border-color: #A31E27; }
      .team_icq .daisy-button--danger.daisy-button--secondary:focus {
        box-shadow: 0 0 6px rgba(223, 41, 53, 0.45); }
      .team_icq .daisy-button--danger.daisy-button--secondary:active {
        background: #F7F8F9;
        border-color: #520F14; }
      .team_icq .daisy-button--danger.daisy-button--secondary:disabled {
        color: #3E3E3E;
        background: #FFFFFF;
        border-color: #9E9E9E; }
    .team_icq .daisy-button--danger.daisy-button--tertiary {
      background-color: transparent;
      color: #DF2935;
      border-color: transparent; }
      .team_icq .daisy-button--danger.daisy-button--tertiary:hover {
        color: #A31E27; }
      .team_icq .daisy-button--danger.daisy-button--tertiary:active {
        color: #520F14; }
/* stylelint-disable */
.team_mailru {
  /* stylelint-enable */ }
  .team_mailru .daisy-button {
    /* Types */
    /* Alternative colors */ }
    .team_mailru .daisy-button.daisy-button--primary {
      background: #ff9e00;
      color: #FFFFFF;
      border: 1px solid #ff9e00; }
      .team_mailru .daisy-button.daisy-button--primary:hover {
        background: #e68e00;
        border-color: #e68e00; }
      .team_mailru .daisy-button.daisy-button--primary:focus {
        box-shadow: 0 0 6px rgba(255, 158, 0, 0.85); }
      .team_mailru .daisy-button.daisy-button--primary:active {
        background: #d98600;
        border-color: #d98600; }
      .team_mailru .daisy-button.daisy-button--primary:disabled {
        background: #9E9E9E;
        color: #3E3E3E;
        border-color: #9E9E9E; }
    .team_mailru .daisy-button.daisy-button--secondary {
      background: #FFFFFF;
      color: #ff9e00;
      border: 1px solid #ff9e00; }
      .team_mailru .daisy-button.daisy-button--secondary:hover {
        background: #F7F8F9;
        border-color: #e68e00; }
      .team_mailru .daisy-button.daisy-button--secondary:focus {
        box-shadow: 0 0 6px rgba(255, 158, 0, 0.45); }
      .team_mailru .daisy-button.daisy-button--secondary:active {
        background: #F7F8F9;
        border-color: #d98600; }
      .team_mailru .daisy-button.daisy-button--secondary:disabled {
        color: #3E3E3E;
        background: #FFFFFF;
        border-color: #9E9E9E; }
    .team_mailru .daisy-button.daisy-button--tertiary {
      background-color: transparent;
      color: #ff9e00;
      border-color: transparent; }
      .team_mailru .daisy-button.daisy-button--tertiary:hover {
        color: #e68e00; }
      .team_mailru .daisy-button.daisy-button--tertiary:active {
        color: #d98600; }
    .team_mailru .daisy-button--danger.daisy-button--primary {
      background: #DF2935;
      color: #FFFFFF;
      border: 1px solid #DF2935; }
      .team_mailru .daisy-button--danger.daisy-button--primary:hover {
        background: #A31E27;
        border-color: #A31E27; }
      .team_mailru .daisy-button--danger.daisy-button--primary:focus {
        box-shadow: 0 0 6px rgba(223, 41, 53, 0.85); }
      .team_mailru .daisy-button--danger.daisy-button--primary:active {
        background: #520F14;
        border-color: #520F14; }
      .team_mailru .daisy-button--danger.daisy-button--primary:disabled {
        background: #9E9E9E;
        color: #3E3E3E;
        border-color: #9E9E9E; }
    .team_mailru .daisy-button--danger.daisy-button--secondary {
      background: #FFFFFF;
      color: #DF2935;
      border: 1px solid #DF2935; }
      .team_mailru .daisy-button--danger.daisy-button--secondary:hover {
        background: #F7F8F9;
        border-color: #A31E27; }
      .team_mailru .daisy-button--danger.daisy-button--secondary:focus {
        box-shadow: 0 0 6px rgba(223, 41, 53, 0.45); }
      .team_mailru .daisy-button--danger.daisy-button--secondary:active {
        background: #F7F8F9;
        border-color: #520F14; }
      .team_mailru .daisy-button--danger.daisy-button--secondary:disabled {
        color: #3E3E3E;
        background: #FFFFFF;
        border-color: #9E9E9E; }
    .team_mailru .daisy-button--danger.daisy-button--tertiary {
      background-color: transparent;
      color: #DF2935;
      border-color: transparent; }
      .team_mailru .daisy-button--danger.daisy-button--tertiary:hover {
        color: #A31E27; }
      .team_mailru .daisy-button--danger.daisy-button--tertiary:active {
        color: #520F14; }
.daisy-tooltip {
  line-height: 20px; }

.daisy-tooltip {
  font-size: 14px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.daisy-tooltip-wrapper .react-tooltip-lite {
  z-index: 1500 !important; }

.daisy-tooltip-wrapper .react-tooltip-lite-arrow {
  border-color: #E9E9E9;
  z-index: 1501 !important;
  position: relative; }

.daisy-tooltip-wrapper .react-tooltip-lite-arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  display: block; }

.daisy-tooltip-wrapper .react-tooltip-lite-up-arrow {
  -webkit-transform: translate(0px, -10px);
      -ms-transform: translate(0px, -10px);
          transform: translate(0px, -10px); }

.daisy-tooltip-wrapper .react-tooltip-lite-down-arrow {
  -webkit-transform: translate(0px, 10px);
      -ms-transform: translate(0px, 10px);
          transform: translate(0px, 10px); }

.daisy-tooltip-wrapper .react-tooltip-lite-right-arrow {
  -webkit-transform: translate(10px, 0px);
      -ms-transform: translate(10px, 0px);
          transform: translate(10px, 0px); }

.daisy-tooltip-wrapper .react-tooltip-lite-left-arrow {
  -webkit-transform: translate(-10px, 0px);
      -ms-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px); }

.daisy-tooltip-wrapper .react-tooltip-lite-up-arrow::before {
  border-top: 10px solid #2D68F4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: -10px;
  top: -11px; }

.daisy-tooltip-wrapper .react-tooltip-lite-down-arrow::before {
  border-bottom: 10px solid #2D68F4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: -10px;
  bottom: -11px; }

.daisy-tooltip-wrapper .react-tooltip-lite-right-arrow::before {
  border-right: 10px solid #2D68F4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -11px;
  top: -10px; }

.daisy-tooltip-wrapper .react-tooltip-lite-left-arrow::before {
  border-left: 10px solid #2D68F4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -11px;
  top: -10px; }

.daisy-tooltip-wrapper--light .react-tooltip-lite-up-arrow::before {
  border-top: 10px solid #FFFFFF; }

.daisy-tooltip-wrapper--light .react-tooltip-lite-down-arrow::before {
  border-bottom: 10px solid #FFFFFF; }

.daisy-tooltip-wrapper--light .react-tooltip-lite-right-arrow::before {
  border-right: 10px solid #FFFFFF; }

.daisy-tooltip-wrapper--light .react-tooltip-lite-left-arrow::before {
  border-left: 10px solid #FFFFFF; }

.daisy-tooltip {
  opacity: 0;
  -webkit-animation: fadeIn 0.15s ease-in-out forwards;
          animation: fadeIn 0.15s ease-in-out forwards; }
  .daisy-tooltip__content {
    position: relative;
    padding: 8px 16px;
    background: #2D68F4;
    color: #FFFFFF;
    border: 1px solid #2D68F4;
    border-radius: 4px;
    font-weight: 600;
    text-align: center; }
    .daisy-tooltip__content a {
      color: #FFFFFF;
      text-decoration: underline; }
  .daisy-tooltip--medium {
    max-width: 240px; }
  .daisy-tooltip--large {
    max-width: 300px; }
  .daisy-tooltip--light .daisy-tooltip__content {
    color: #3E3E3E;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(158, 158, 158, 0.33);
    font-weight: normal; }
    .daisy-tooltip--light .daisy-tooltip__content a {
      color: #2D68F4;
      text-decoration: none; }
      .daisy-tooltip--light .daisy-tooltip__content a:hover {
        text-decoration: underline; }
.daisy-modal__content {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-modal__content {
  font-size: 16px; }

.daisy-modal__content {
  line-height: 24px; }

.daisy-modal--open {
  overflow: hidden; }

.daisy-modal__overlay {
  position: fixed;
  z-index: 1250;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 24px;
  background: rgba(62, 62, 62, 0.65); }

.daisy-modal__content {
  position: relative;
  margin: 0 auto;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(158, 158, 158, 0.7);
  overflow-wrap: break-word; }
  .daisy-modal__content--small {
    max-width: 480px; }
  .daisy-modal__content--medium {
    max-width: 640px; }

.daisy-modal__close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  cursor: pointer; }

.ReactModalPortal > div {
  opacity: 0; }

.ReactModalPortal .ReactModal__Overlay {
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms; }
  .ReactModalPortal .ReactModal__Overlay--after-open {
    opacity: 1; }
  .ReactModalPortal .ReactModal__Overlay--before-close {
    opacity: 0; }
.daisy-helper-text {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-helper-text {
  line-height: 20px; }

.daisy-helper-text {
  font-size: 14px; }

.daisy-helper-text {
  color: #9E9E9E; }
  .daisy-helper-text--has-errors {
    color: #DF2935; }
  .daisy-helper-text--success {
    color: #09A571; }

input[type=checkbox] ~ .daisy-helper-text,
input[type=radio] ~ .daisy-helper-text {
  margin-left: 16px; }
.vertical-spacing {
  margin: 0 0 16px; }

.vertical-spacing--extra-small {
  margin-bottom: 4px; }

.vertical-spacing--small {
  margin-bottom: 8px; }

.vertical-spacing--medium {
  margin-bottom: 16px; }

.vertical-spacing--large {
  margin-bottom: 24px; }

.vertical-spacing--extra-large {
  margin-bottom: 32px; }

.vertical-spacing.vertical-spacing--top {
  margin: 16px 0 0; }

.vertical-spacing--top.vertical-spacing--extra-small {
  margin-top: 4px; }

.vertical-spacing--top.vertical-spacing--small {
  margin-top: 8px; }

.vertical-spacing--top.vertical-spacing--medium {
  margin-top: 16px; }

.vertical-spacing--top.vertical-spacing--large {
  margin-top: 24px; }

.vertical-spacing--top.vertical-spacing--extra-large {
  margin-top: 32px; }
.grid {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }
  .grid--has-outside-gutter {
    max-width: 1248px;
    padding-right: 24px;
    padding-left: 24px; }
  .grid--is-fluid {
    width: 100%;
    max-width: 100%; }
  .grid__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .grid__row--align-end {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .grid__row--has-gutter {
      margin-left: -24px; }
  .grid__column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 0;
    /* Create mobile proof columns */
    /* Responsive grid allowing columns to be composed for multiple screen sizes */
    /* stylelint-disable */
    /* stylelint-enable */
    /* directly want to point from &__row to &__column to avoid conflict with any parent &__row */ }
    .grid__column--one-whole, .grid__column--one-half, .grid__column--one-third, .grid__column--two-thirds, .grid__column--one-quarter, .grid__column--three-quarters, .grid__column--one-fifth, .grid__column--four-fifths, .grid__column--two-fifth, .grid__column--three-fifths {
      width: 100%; }
    @media (min-width: 640px) {
      .grid__column {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .grid__column--one-half {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
        .grid__column--one-third {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.33333%;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%; }
        .grid__column--two-thirds {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 66.66667%;
              -ms-flex: 0 0 66.66667%;
                  flex: 0 0 66.66667%; }
        .grid__column--one-quarter {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 25%;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; }
        .grid__column--three-quarters {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 75%;
              -ms-flex: 0 0 75%;
                  flex: 0 0 75%; }
        .grid__column--one-fifth {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 20%;
              -ms-flex: 1 1 20%;
                  flex: 1 1 20%; }
        .grid__column--four-fifths {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 80%;
              -ms-flex: 1 1 80%;
                  flex: 1 1 80%; }
        .grid__column--two-fifths {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 40%;
              -ms-flex: 1 1 40%;
                  flex: 1 1 40%; }
        .grid__column--three-fifths {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 60%;
              -ms-flex: 1 1 60%;
                  flex: 1 1 60%; } }
    .grid__row--has-gutter > .grid__column {
      padding-left: 24px; }
    .grid__row--has-separator > .grid__column + .grid__column {
      border-left: 1px solid #E9E9E9; }
.daisy-sub-header {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-sub-header {
  font-size: 16px; }

.daisy-sub-header {
  line-height: 24px; }

.daisy-sub-header {
  position: relative;
  z-index: 1100;
  background: #fff;
  border-bottom: 1px solid #E9E9E9; }

.daisy-sub-header__item {
  float: left; }
  .daisy-sub-header__item + .daisy-sub-header__item {
    margin-left: 24px; }
  .daisy-sub-header__item:hover, .daisy-sub-header__item--active {
    box-shadow: inset 0 -3px 0 #E10E71; }
  .daisy-sub-header__item a {
    color: #3E3E3E !important;
    display: block;
    padding: 16px 0px; }
    .daisy-sub-header__item a:visited {
      color: #3E3E3E !important; }
    .daisy-sub-header__item a:hover {
      color: #3E3E3E !important; }
    .daisy-sub-header__item a:active {
      color: #3E3E3E !important; }
    .daisy-sub-header__item a:hover {
      text-decoration: none; }

.daisy-sub-header__item-button-group {
  padding-top: 12px; }

.sub-header__program-dropdown-wrapper {
  position: relative;
  float: left;
  margin: 7px 24px 6px 0; }
/* stylelint-disable */
.team_blizzard {
  /* stylelint-enable */ }
  .team_blizzard .daisy-sub-header {
    color: #FFFFFF;
    background: #0f497d;
    border-bottom: none; }
  .team_blizzard .daisy-sub-header__item:hover, .team_blizzard .daisy-sub-header__item--active {
    box-shadow: inset 0 -3px 0 #b4c9db; }
  .team_blizzard .daisy-sub-header__item a {
    color: #FFFFFF !important; }
    .team_blizzard .daisy-sub-header__item a:visited {
      color: #FFFFFF !important; }
    .team_blizzard .daisy-sub-header__item a:hover {
      color: #FFFFFF !important; }
    .team_blizzard .daisy-sub-header__item a:active {
      color: #FFFFFF !important; }
/* stylelint-disable */
.team_icq {
  /* stylelint-enable */ }
  .team_icq .daisy-sub-header__item:hover, .team_icq .daisy-sub-header__item--active {
    box-shadow: inset 0 -3px 0 #7ebd00; }
  .team_icq .daisy-sub-header__item--active a {
    color: #3E3E3E; }
  .team_icq .daisy-sub-header__item--active a:hover {
    color: #7ebd00 !important; }
  .team_icq .daisy-sub-header__item:not(.daisy-sub-header__item--active) a {
    color: #7ebd00 !important; }
/* stylelint-disable */
.team_mailru {
  /* stylelint-enable */ }
  .team_mailru .daisy-sub-header {
    color: #FFFFFF;
    background: #005ff9;
    border-bottom: 1px solid #E9E9E9; }
  .team_mailru .daisy-sub-header__item:hover, .team_mailru .daisy-sub-header__item--active {
    box-shadow: inset 0 -3px 0 #ff9e00; }
  .team_mailru .daisy-sub-header__item a {
    color: #FFFFFF !important; }
    .team_mailru .daisy-sub-header__item a:visited {
      color: #FFFFFF !important; }
    .team_mailru .daisy-sub-header__item a:hover {
      color: #FFFFFF !important; }
    .team_mailru .daisy-sub-header__item a:active {
      color: #FFFFFF !important; }
.card, .card__subheading {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.card, .card__subheading {
  font-size: 16px; }

.card, .card__subheading {
  line-height: 24px; }

.card {
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(158, 158, 158, 0.33); }
  .card.bg-light {
    background-color: #F7F8F9;
    border: none;
    box-shadow: none; }
  .card .card {
    box-shadow: none; }
  .card--clickable:active {
    border-color: #2D68F4;
    border-radius: 4px; }

.card__heading {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #F7F8F9;
  border-radius: 4px 4px 0 0; }
  @media screen and (min-width: 480px) {
    .card__heading {
      padding-top: 8px; } }
  @media screen and (min-width: 768px) {
    .card__heading {
      padding-top: 16px; } }
  @media screen and (min-width: 480px) {
    .card__heading {
      padding-bottom: 8px; } }
  @media screen and (min-width: 768px) {
    .card__heading {
      padding-bottom: 16px; } }
  @media screen and (min-width: 480px) {
    .card__heading {
      padding-left: 16px; } }
  @media screen and (min-width: 768px) {
    .card__heading {
      padding-left: 24px; } }
  @media screen and (min-width: 480px) {
    .card__heading {
      padding-right: 16px; } }
  @media screen and (min-width: 768px) {
    .card__heading {
      padding-right: 24px; } }
  .card__heading:only-child {
    border-radius: 4px; }
  .card .card .card__heading {
    padding: 8px; }
    @media screen and (min-width: 480px) {
      .card .card .card__heading {
        padding: 8px; } }
    @media screen and (min-width: 768px) {
      .card .card .card__heading {
        padding: 16px; } }
  .card__heading--security_check_part {
    float: left;
    margin-right: 16px; }
  .card__heading--security_check_part:hover {
    text-decoration: none; }

.card__subheading {
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px 4px 0 0;
  background: #fff; }
  @media screen and (min-width: 480px) {
    .card__subheading {
      padding-left: 16px; } }
  @media screen and (min-width: 768px) {
    .card__subheading {
      padding-left: 24px; } }
  @media screen and (min-width: 480px) {
    .card__subheading {
      padding-right: 16px; } }
  @media screen and (min-width: 768px) {
    .card__subheading {
      padding-right: 24px; } }
  .card__subheading:only-child {
    border-radius: 4px; }
  .card__footer .card__subheading {
    background: transparent;
    padding-left: 0;
    padding-right: 0; }

.card__subheading-item {
  float: left; }
  .card__subheading-item + .card__subheading-item {
    margin-left: 24px; }
  .card__subheading-item:hover, .card__subheading-item--active {
    box-shadow: inset 0 -3px 0 #E10E71; }
  .card__subheading-item a {
    color: #3E3E3E !important;
    display: block;
    padding: 16px 0px; }
    .card__subheading-item a:visited {
      color: #3E3E3E !important; }
    .card__subheading-item a:hover {
      color: #3E3E3E !important; }
    .card__subheading-item a:active {
      color: #3E3E3E !important; }
    .card__subheading-item a:hover {
      text-decoration: none; }

.card__footer {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #F7F8F9;
  border-radius: 0 0 4px 4px; }
  @media screen and (min-width: 480px) {
    .card__footer {
      padding-top: 4px; } }
  @media screen and (min-width: 768px) {
    .card__footer {
      padding-top: 8px; } }
  @media screen and (min-width: 480px) {
    .card__footer {
      padding-bottom: 4px; } }
  @media screen and (min-width: 768px) {
    .card__footer {
      padding-bottom: 8px; } }
  @media screen and (min-width: 480px) {
    .card__footer {
      padding-left: 16px; } }
  @media screen and (min-width: 768px) {
    .card__footer {
      padding-left: 24px; } }
  @media screen and (min-width: 480px) {
    .card__footer {
      padding-right: 16px; } }
  @media screen and (min-width: 768px) {
    .card__footer {
      padding-right: 24px; } }
  .card__footer:only-child {
    border-radius: 4px; }
  .card .card .card__footer {
    padding: 8px; }
    @media screen and (min-width: 480px) {
      .card .card .card__footer {
        padding: 8px; } }
    @media screen and (min-width: 768px) {
      .card .card .card__footer {
        padding: 16px; } }

.card__content {
  padding: 8px;
  border-radius: 0 0 4px 4px; }
  @media screen and (min-width: 480px) {
    .card__content {
      padding: 16px; } }
  @media screen and (min-width: 768px) {
    .card__content {
      padding: 24px; } }
  .card__content:only-child {
    border-radius: 4px; }
  .card .card .card__content {
    padding: 8px; }
    @media screen and (min-width: 480px) {
      .card .card .card__content {
        padding: 8px; } }
    @media screen and (min-width: 768px) {
      .card .card .card__content {
        padding: 16px; } }
  .card__content--overflow {
    overflow-y: auto; }

.icon-link .icon__glyph {
  color: #9E9E9E; }
  .icon-link .icon__glyph:hover {
    color: #2D68F4; }

.icon-link--delete .icon__glyph {
  color: #9E9E9E; }
  .icon-link--delete .icon__glyph:hover {
    color: #DF2935; }
/* stylelint-disable */
.team_blizzard {
  /* stylelint-enable */ }
  .team_blizzard .card {
    border: #0f497d; }
    .team_blizzard .card--clickable:active {
      border-color: #0f497d; }
  .team_blizzard .markdownable {
    color: #3E3E3E; }
  .team_blizzard .markdownable table thead {
    background: #f5f5f5; }
  .team_blizzard .daisy-h1,
  .team_blizzard .h1 {
    color: #e9ecef; }
  .team_blizzard .daisy-h3 {
    color: #e9ecef; }
  .team_blizzard .card__heading {
    color: #FFFFFF !important;
    background-color: #0f497d; }
  .team_blizzard .card__subheading {
    background: #0f497d; }
  .team_blizzard .card__subheading-item:hover, .team_blizzard .card__subheading-item--active {
    box-shadow: inset 0 -3px 0 #b4c9db; }
  .team_blizzard .card__subheading-item a {
    color: #0f497d !important; }
    .team_blizzard .card__subheading-item a:visited {
      color: #0f497d !important; }
    .team_blizzard .card__subheading-item a:hover {
      color: #0f497d !important; }
    .team_blizzard .card__subheading-item a:active {
      color: #0f497d !important; }
  .team_blizzard .card__footer {
    background-color: #0f497d; }
/* stylelint-disable */
.team_mailru {
  /* stylelint-enable */ }
  .team_mailru .card {
    border: #005ff9; }
    .team_mailru .card--clickable:active {
      border-radius: 4px;
      border-color: #005bd1; }
  .team_mailru .card__heading {
    color: #FFFFFF !important;
    background-color: #005ff9; }
  .team_mailru .card__subheading {
    background: #005ff9; }
  .team_mailru .card__subheading-item:hover, .team_mailru .card__subheading-item--active {
    box-shadow: inset 0 -3px 0 #ff9e00; }
  .team_mailru .card__subheading-item a {
    color: #005bd1 !important; }
    .team_mailru .card__subheading-item a:visited {
      color: #005bd1 !important; }
    .team_mailru .card__subheading-item a:hover {
      color: #005bd1 !important; }
    .team_mailru .card__subheading-item a:active {
      color: #005bd1 !important; }
  .team_mailru .card__footer {
    background-color: #005ff9; }
  .team_mailru .icon-link .icon__glyph {
    color: #9E9E9E; }
    .team_mailru .icon-link .icon__glyph:hover {
      color: #005bd1; }
  .team_mailru .icon-link--delete .icon__glyph {
    color: #9E9E9E; }
    .team_mailru .icon-link--delete .icon__glyph:hover {
      color: #DF2935; }
.daisy-tag {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-tag {
  line-height: 20px; }

.daisy-tag {
  font-size: 12px;
  display: inline-block;
  max-width: 100%;
  border-radius: 4px;
  vertical-align: top;
  padding: 0px 4px;
  max-height: 20px;
  /* Styling */
  /* Color */
  /* Color */ }
  .daisy-tag__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block; }
  .daisy-tag__count {
    margin: -2px 0 -2px 4px;
    padding-left: 4px;
    border-left: 1px solid rgba(62, 62, 62, 0.1);
    line-height: 20px; }
    .daisy-tag__count--grey {
      color: #3E3E3E; }
    .daisy-tag__count--red {
      color: #DF2935; }
  .daisy-tag--rounded {
    border-radius: 100px; }
  .daisy-tag--removable {
    cursor: pointer; }
  .daisy-tag--bold {
    font-weight: bold; }
  .daisy-tag--grey {
    background: #E9E9E9; }
    .daisy-tag--grey svg {
      fill: #3E3E3E; }
  .daisy-tag--dark-grey {
    background: #9E9E9E;
    color: #FFFFFF; }
    .daisy-tag--dark-grey svg {
      fill: #FFFFFF; }
  .daisy-tag--green {
    background: #09A571;
    color: #FFFFFF; }
    .daisy-tag--green svg {
      fill: #FFFFFF; }
  .daisy-tag--yellow {
    background: #F3B234;
    color: #3E3E3E; }
    .daisy-tag--yellow svg {
      fill: #3E3E3E; }
  .daisy-tag--blue {
    background: #2D68F4;
    color: #FFFFFF; }
    .daisy-tag--blue svg {
      fill: #FFFFFF; }
  .daisy-tag--red {
    background: #DF2935;
    color: #FFFFFF; }
    .daisy-tag--red svg {
      fill: #FFFFFF; }
  .daisy-tag--pink {
    background: #E10E71;
    color: #FFFFFF; }
    .daisy-tag--pink svg {
      fill: #FFFFFF; }
.bookmark {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer; }
  .bookmark--bookmarked {
    color: #2D68F4; }
    .bookmark--bookmarked .icon__glyph {
      color: #2D68F4; }
    .bookmark--bookmarked:hover .icon__glyph {
      color: #112659; }
  .bookmark--unbookmarked .icon__glyph {
    color: #9E9E9E; }
  .bookmark--unbookmarked:hover .icon__glyph {
    color: #9E9E9E; }
.daisy-avatar {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 100%;
  text-align: center; }
  .daisy-avatar--small {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    line-height: 24px; }
  .daisy-avatar--medium {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    line-height: 40px; }
  .daisy-avatar--medium-large {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    line-height: 64px; }
  .daisy-avatar--large {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    line-height: 100px; }
.daisy-separator__text, .daisy-separator__title {
  line-height: 20px; }

.daisy-separator__text, .daisy-separator__title {
  font-size: 14px; }

.daisy-separator {
  position: relative;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #E9E9E9;
  /* Sizes */
  /* Styling */ }
  .daisy-separator__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    padding: 0 8px;
    background: #FFFFFF;
    color: #9E9E9E;
    vertical-align: top; }
  .daisy-separator__title {
    position: relative;
    top: -10px;
    margin-right: 16px;
    margin-left: 16px; }
  .daisy-separator--no-spacing {
    margin: 0 0; }
  .daisy-separator--extra-small {
    margin: 4px 0; }
    @media screen and (min-width: 480px) {
      .daisy-separator--extra-small {
        margin: 4px 0; } }
    @media screen and (min-width: 768px) {
      .daisy-separator--extra-small {
        margin: 8px 0; } }
  .daisy-separator--small {
    margin: 8px 0; }
    @media screen and (min-width: 480px) {
      .daisy-separator--small {
        margin: 8px 0; } }
    @media screen and (min-width: 768px) {
      .daisy-separator--small {
        margin: 16px 0; } }
  .daisy-separator--medium {
    margin: 8px 0; }
    @media screen and (min-width: 480px) {
      .daisy-separator--medium {
        margin: 16px 0; } }
    @media screen and (min-width: 768px) {
      .daisy-separator--medium {
        margin: 24px 0; } }
  .daisy-separator--remove-card-spacing {
    margin-right: -8px;
    margin-left: -8px; }
    @media screen and (min-width: 480px) {
      .daisy-separator--remove-card-spacing {
        margin-right: -16px;
        margin-left: -16px; } }
    @media screen and (min-width: 768px) {
      .daisy-separator--remove-card-spacing {
        margin-right: -24px;
        margin-left: -24px; } }
    .card .card .daisy-separator--remove-card-spacing {
      margin-right: -8px;
      margin-left: -8px; }
      @media screen and (min-width: 480px) {
        .card .card .daisy-separator--remove-card-spacing {
          margin-right: -8px;
          margin-left: -8px; } }
      @media screen and (min-width: 768px) {
        .card .card .daisy-separator--remove-card-spacing {
          margin-right: -16px;
          margin-left: -16px; } }
  .daisy-separator--remove-tooltip-spacing {
    margin-right: -16px;
    margin-left: -16px; }
.daisy-tooltip-v3 {
  line-height: 20px; }

.daisy-tooltip-v3 {
  font-size: 14px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tippy-tooltip[data-animation="fade"][data-state="hidden"] {
  opacity: 0; }

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent; }

.tippy-popper {
  pointer-events: none; }

.tippy-tooltip {
  position: relative; }

.tippy-tooltip[data-placement^="top"] > .tippy-arrow {
  border-width: 8px 8px 0;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  bottom: -7px; }

.tippy-tooltip[data-placement^="bottom"] > .tippy-arrow {
  border-width: 0 8px 8px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 7px;
      -ms-transform-origin: 50% 7px;
          transform-origin: 50% 7px;
  top: -7px; }

.tippy-tooltip[data-placement^="left"] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  right: -7px; }

.tippy-tooltip[data-placement^="right"] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  margin: 3px 0;
  -webkit-transform-origin: 7px 50%;
      -ms-transform-origin: 7px 50%;
          transform-origin: 7px 50%;
  left: -7px; }

.tippy-tooltip[data-interactive][data-state="visible"] {
  pointer-events: auto; }

.tippy-tooltip[data-inertia][data-state="visible"] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-tooltip.light-border-theme {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(158, 158, 158, 0.33); }

.tippy-tooltip.light-border-theme > .tippy-arrow:after,
.tippy-tooltip.light-border-theme > .tippy-arrow:before {
  content: "";
  position: absolute;
  z-index: -1; }

.tippy-tooltip.light-border-theme[data-placement^="top"] > .tippy-svg-arrow:after {
  top: 1px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.tippy-tooltip.light-border-theme[data-placement^="top"] > .tippy-arrow {
  border-top-color: #fff; }

.tippy-tooltip.light-border-theme[data-placement^="top"] > .tippy-arrow:after {
  border-top: 7px solid #fff;
  top: -7px; }

.tippy-tooltip.light-border-theme[data-placement^="top"] > .tippy-arrow:before {
  border-top: 7px solid rgba(0, 8, 16, 0.2);
  bottom: -1px; }

.tippy-tooltip.light-border-theme[data-placement^="bottom"] > .tippy-svg-arrow:after {
  top: -1px; }

.tippy-tooltip.light-border-theme[data-placement^="bottom"] > .tippy-arrow {
  border-bottom-color: #fff; }

.tippy-tooltip.light-border-theme[data-placement^="bottom"] > .tippy-arrow:after {
  border-bottom: 7px solid #fff;
  bottom: -7px; }

.tippy-tooltip.light-border-theme[data-placement^="bottom"] > .tippy-arrow:before {
  border-bottom: 7px solid rgba(0, 8, 16, 0.2);
  bottom: -6px; }

.tippy-tooltip.light-border-theme[data-placement^="left"] > .tippy-svg-arrow:after {
  left: 1px;
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.tippy-tooltip.light-border-theme[data-placement^="left"] > .tippy-arrow {
  border-left-color: #fff; }

.tippy-tooltip.light-border-theme[data-placement^="left"] > .tippy-arrow:after {
  border-left: 7px solid #fff;
  left: -7px; }

.tippy-tooltip.light-border-theme[data-placement^="left"] > .tippy-arrow:before {
  border-left: 7px solid rgba(0, 8, 16, 0.2);
  left: -6px; }

.tippy-tooltip.light-border-theme[data-placement^="right"] > .tippy-svg-arrow:after {
  left: -1px;
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.tippy-tooltip.light-border-theme[data-placement^="right"] > .tippy-arrow {
  border-right-color: #fff; }

.tippy-tooltip.light-border-theme[data-placement^="right"] > .tippy-arrow:after {
  border-right: 7px solid #fff;
  right: -7px; }

.tippy-tooltip.light-border-theme[data-placement^="right"] > .tippy-arrow:before {
  border-right: 7px solid rgba(0, 8, 16, 0.2);
  right: -6px; }

.tippy-tooltip.light-border-theme[data-placement^="bottom"] > .tippy-arrow,
.tippy-tooltip.light-border-theme[data-placement^="top"] > .tippy-arrow {
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px); }

.tippy-tooltip.light-border-theme[data-placement^="bottom"] > .tippy-arrow:after,
.tippy-tooltip.light-border-theme[data-placement^="bottom"] > .tippy-arrow:before,
.tippy-tooltip.light-border-theme[data-placement^="top"] > .tippy-arrow:after,
.tippy-tooltip.light-border-theme[data-placement^="top"] > .tippy-arrow:before {
  left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }

.tippy-tooltip.light-border-theme[data-placement^="left"] > .tippy-arrow,
.tippy-tooltip.light-border-theme[data-placement^="right"] > .tippy-arrow {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px); }

.tippy-tooltip.light-border-theme[data-placement^="left"] > .tippy-arrow:after,
.tippy-tooltip.light-border-theme[data-placement^="left"] > .tippy-arrow:before,
.tippy-tooltip.light-border-theme[data-placement^="right"] > .tippy-arrow:after,
.tippy-tooltip.light-border-theme[data-placement^="right"] > .tippy-arrow:before {
  top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.daisy-tooltip-v3 {
  opacity: 0;
  -webkit-animation: fadeIn 0.15s ease-in-out forwards;
          animation: fadeIn 0.15s ease-in-out forwards; }
  .daisy-tooltip-v3__content {
    position: relative;
    padding: 8px 16px;
    background: #2D68F4;
    color: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    text-align: center; }
    .daisy-tooltip-v3__content a {
      color: #FFFFFF;
      text-decoration: underline; }
  .daisy-tooltip-v3--medium {
    max-width: 240px; }
  .daisy-tooltip-v3--large {
    max-width: 300px; }
  .daisy-tooltip-v3--light .daisy-tooltip-v3__content {
    color: #3E3E3E;
    background: #FFFFFF;
    font-weight: normal; }
    .daisy-tooltip-v3--light .daisy-tooltip-v3__content a {
      color: #2D68F4;
      text-decoration: none; }
      .daisy-tooltip-v3--light .daisy-tooltip-v3__content a:hover {
        text-decoration: underline; }
.response-efficiency-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%; }
  .response-efficiency-indicator--ok {
    background: #09A571; }
  .response-efficiency-indicator--missed {
    background: #F3B234; }
  .response-efficiency-indicator--failed {
    background: #DF2935; }
.icon-with-tooltip .icon__glyph {
  color: #9E9E9E;
  cursor: pointer; }
  .icon-with-tooltip .icon__glyph:hover {
    color: #9E9E9E; }
.daisy-alert {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-alert--medium {
  font-size: 16px; }

.daisy-alert--medium {
  line-height: 24px; }

.daisy-alert--small {
  line-height: 20px; }

.daisy-alert--small {
  font-size: 14px; }

.daisy-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Sizes */
  /* Colors */ }
  .daisy-alert--medium {
    padding: 16px 24px; }
  .daisy-alert--small {
    padding: 8px 16px; }
  .daisy-alert--grey {
    background: #E9E9E9; }
  .daisy-alert--yellow {
    background: #F9DCA2; }
  .daisy-alert--red {
    background: #DF2935;
    color: #FFFFFF; }
  .daisy-alert--green {
    background: #09A571;
    color: #FFFFFF; }
.daisy-banner {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-banner--medium {
  font-size: 16px; }

.daisy-banner--medium {
  line-height: 24px; }

.daisy-banner--small {
  line-height: 20px; }

.daisy-banner--small {
  font-size: 14px; }

.daisy-banner {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-left-width: 4px;
  border-radius: 4px;
  /* Sizes */
  /* Color */ }
  .daisy-banner--medium {
    padding: 16px; }
  .daisy-banner--small {
    padding: 8px; }
  .daisy-banner--grey {
    border-left-color: #E9E9E9; }
  .daisy-banner--yellow {
    border-left-color: #F9DCA2; }
  .daisy-banner--red {
    border-left-color: #DF2935; }
  .daisy-banner--green {
    border-left-color: #09A571; }
  .daisy-banner--blue {
    border-left-color: #2D68F4; }
  .daisy-banner--blue-lighter {
    border-left-color: #9FBAFA; }
  .daisy-banner--construction {
    border-width: 0 0 0 8px;
    -o-border-image: repeating-linear-gradient(-45deg, #000000 0 1%, #eeb34d 1% 2.5%);
       border-image: -webkit-repeating-linear-gradient(135deg, #000000 0 1%, #eeb34d 1% 2.5%);
       border-image: repeating-linear-gradient(-45deg, #000000 0 1%, #eeb34d 1% 2.5%);
    border-image-slice: 10 10; }
    .daisy-banner--construction__wrapper {
      border: 1px solid #E9E9E9;
      border-left-width: 0; }
.daisy-list {
  margin: 0;
  margin-left: 20px;
  list-style: disc; }
  .daisy-list--ordered {
    list-style: decimal; }
  .daisy-list--unstyled {
    list-style: none;
    margin-left: 0; }
  .daisy-list--horizontal, .daisy-list--separator {
    margin: 0;
    list-style: none; }
  .daisy-list--horizontal li {
    display: inline; }
  .daisy-list--alternating {
    list-style: none; }
    .daisy-list--alternating li {
      padding-top: 8px;
      padding-bottom: 8px; }
      @media screen and (min-width: 480px) {
        .daisy-list--alternating li {
          padding-top: 8px; } }
      @media screen and (min-width: 768px) {
        .daisy-list--alternating li {
          padding-top: 16px; } }
      @media screen and (min-width: 480px) {
        .daisy-list--alternating li {
          padding-bottom: 8px; } }
      @media screen and (min-width: 768px) {
        .daisy-list--alternating li {
          padding-bottom: 16px; } }
    .daisy-list--alternating li:nth-child(even) {
      background-color: #F7F8F9; }
  .daisy-list--separator li {
    padding-top: 8px;
    padding-bottom: 8px; }
    @media screen and (min-width: 480px) {
      .daisy-list--separator li {
        padding-top: 16px; } }
    @media screen and (min-width: 768px) {
      .daisy-list--separator li {
        padding-top: 24px; } }
    @media screen and (min-width: 480px) {
      .daisy-list--separator li {
        padding-bottom: 16px; } }
    @media screen and (min-width: 768px) {
      .daisy-list--separator li {
        padding-bottom: 24px; } }
  .daisy-list--horizontal li + li {
    padding-left: 8px; }
    @media screen and (min-width: 480px) {
      .daisy-list--horizontal li + li {
        padding-left: 8px; } }
    @media screen and (min-width: 768px) {
      .daisy-list--horizontal li + li {
        padding-left: 16px; } }
  .daisy-list--separator li + li {
    border-top: 1px solid #E9E9E9; }
  .daisy-list--remove-card-spacing {
    margin-right: -8px;
    margin-left: -8px; }
    @media screen and (min-width: 480px) {
      .daisy-list--remove-card-spacing {
        margin-right: -16px;
        margin-left: -16px; } }
    @media screen and (min-width: 768px) {
      .daisy-list--remove-card-spacing {
        margin-right: -24px;
        margin-left: -24px; } }
    .card .card .daisy-list--remove-card-spacing {
      margin-right: -8px;
      margin-left: -8px; }
      @media screen and (min-width: 480px) {
        .card .card .daisy-list--remove-card-spacing {
          margin-right: -8px;
          margin-left: -8px; } }
      @media screen and (min-width: 768px) {
        .card .card .daisy-list--remove-card-spacing {
          margin-right: -16px;
          margin-left: -16px; } }
  .daisy-list .daisy-list-item--disabled {
    color: #9E9E9E; }
  .daisy-list .daisy-list-item--active {
    font-size: 14px;
    font-weight: 700; }

.daisy-list--horizontal.daisy-list--separator li {
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 480px) {
    .daisy-list--horizontal.daisy-list--separator li {
      padding-right: 8px; } }
  @media screen and (min-width: 768px) {
    .daisy-list--horizontal.daisy-list--separator li {
      padding-right: 16px; } }

.daisy-list--horizontal.daisy-list--separator li + li {
  padding-left: 8px;
  border-top: 0;
  border-left: 1px solid #E9E9E9; }
  @media screen and (min-width: 480px) {
    .daisy-list--horizontal.daisy-list--separator li + li {
      padding-left: 8px; } }
  @media screen and (min-width: 768px) {
    .daisy-list--horizontal.daisy-list--separator li + li {
      padding-left: 16px; } }

.daisy-list--horizontal.daisy-list--separator li:last-child {
  padding-right: 0; }
.subscribe {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer; }
  .subscribe--subscribed {
    color: #2D68F4; }
    .subscribe--subscribed .icon__glyph {
      color: #2D68F4; }
    .subscribe--subscribed:hover .icon__glyph {
      color: #112659; }
  .subscribe--unsubscribed .icon__glyph {
    color: #9E9E9E; }
  .subscribe--unsubscribed:hover .icon__glyph {
    color: #9E9E9E; }
.daisy-table {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-table {
  font-size: 16px; }

.daisy-table {
  line-height: 24px; }

.daisy-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse; }
  .daisy-table--fixed {
    table-layout: fixed; }
  .daisy-table__head {
    background: #F7F8F9; }
    .daisy-table__head .daisy-table__cell {
      position: relative; }
  .daisy-table__cell {
    padding: 8px; }
    @media screen and (min-width: 480px) {
      .daisy-table__cell {
        padding: 8px; } }
    @media screen and (min-width: 768px) {
      .daisy-table__cell {
        padding: 16px; } }
    .daisy-table__cell:first-child {
      padding-left: 8px; }
      @media screen and (min-width: 480px) {
        .daisy-table__cell:first-child {
          padding-left: 16px; } }
      @media screen and (min-width: 768px) {
        .daisy-table__cell:first-child {
          padding-left: 24px; } }
    .daisy-table__cell:last-child {
      padding-right: 8px; }
      @media screen and (min-width: 480px) {
        .daisy-table__cell:last-child {
          padding-right: 16px; } }
      @media screen and (min-width: 768px) {
        .daisy-table__cell:last-child {
          padding-right: 24px; } }
    .daisy-table--small .daisy-table__cell {
      padding: 4px; }
      @media screen and (min-width: 480px) {
        .daisy-table--small .daisy-table__cell {
          padding: 4px; } }
      @media screen and (min-width: 768px) {
        .daisy-table--small .daisy-table__cell {
          padding: 8px; } }
    .daisy-table__cell--sortable {
      cursor: pointer; }
      .daisy-table__cell--sortable .icon__glyph {
        color: transparent; }
      .daisy-table__cell--sortable:hover .icon__glyph {
        color: #9E9E9E; }
    .daisy-table__cell--no-padding-bottom {
      padding-bottom: 0; }
    .daisy-table__cell--no-padding-top {
      padding-top: 0; }
    .daisy-table__cell--active .icon__glyph {
      color: #9E9E9E; }
  .daisy-table__row {
    border-bottom: 1px solid #E9E9E9; }
    .daisy-table__row--no-border:not(:last-child) {
      border-bottom: none; }
    .daisy-table__row--no-bottom-border {
      border-bottom: none; }
    .daisy-table__row--hoverable:hover {
      background-color: #F7F8F9;
      cursor: pointer; }
    .daisy-table__row--active {
      background-color: #F7F8F9; }
.daisy-dropdown, .Select-input input {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-dropdown, .Select-input input {
  font-size: 16px; }

.daisy-dropdown, .Select-input input, .daisy-dropdown__search-icon, .daisy-dropdown__selected-icon {
  line-height: 24px; }

/* stylelint-disable */
/* Override react-select.css */
.daisy-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  border-radius: 2px; }

.daisy-dropdown__search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  margin: auto; }

.daisy-dropdown__selected-icon {
  position: absolute;
  top: 7px;
  right: 16px;
  bottom: 0;
  height: 24px;
  margin: auto; }

.Select-menu-outer {
  position: absolute;
  z-index: 5;
  top: auto;
  left: auto;
  width: auto;
  min-width: 100%;
  max-height: 200px;
  margin-top: 5px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(158, 158, 158, 0.7); }

.Select-control {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 8px 16px;
  background-color: #FFFFFF;
  color: #9E9E9E;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px 0 #e9e9e9;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .Select-control--selected {
    color: #3E3E3E; }
  .Select-control:hover {
    background-color: #F7F8F9;
    text-decoration: none; }
  .daisy-dropdown.is-open .Select-control {
    background: #F7F8F9;
    border: 1px solid #E9E9E9; }

.Select-option {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  padding: 8px 48px 8px 16px;
  background: none;
  color: inherit;
  border-bottom: 1px solid #E9E9E9;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .Select-option:focus, .Select-option.is-selected {
    background: none;
    box-shadow: none; }
  .Select-option:hover, .Select-option.is-focused {
    background: #F7F8F9; }
  .Select-option:last-child {
    border-width: 0; }
  .Select-option.cursor--default {
    cursor: default; }

.Select-clear-zone {
  position: absolute;
  top: 8px;
  right: 36px; }

.Select-control > .Select-multi-value-wrapper {
  position: relative;
  display: block;
  padding-right: 24px; }

.Select-placeholder {
  color: inherit; }

.Select-arrow-zone {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px; }

.Select-input {
  position: relative;
  top: 0;
  height: 24px;
  padding: 0;
  /* if it has a relatively positioned placeholder sibling */ }
  .Select-input .daisy-dropdown__masked-input {
    max-width: 100%;
    margin-left: 28px; }
  .Select-input input {
    max-width: 100%;
    padding: 0;
    background: transparent; }
  .Select-input:not(:only-child) {
    position: absolute; }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  position: relative;
  padding: 0;
  line-height: 24px; }

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 16px; }

.Select-control > *:last-child,
.Select-arrow-zone {
  padding-right: 0; }

/* Override the blue border and the white background after selecting an option
   with keyboard when the dropdown is closed but still focused */
.Select.is-focused:not(.is-open) > .Select-control {
  background: #FFFFFF;
  border-color: #2D68F4;
  box-shadow: inset 0 1px 3px 0 #9FBAFA; }

/* Selected Option Checkmark Icon */
.Select-value .daisy-dropdown__selected-icon {
  display: none; }

/*** with Icon ***/
/* Skip the case when an empty value is selected with no custom icon,
   do not add margin to the checkmark icon */
.Select-option .icon:first-child:not(.daisy-dropdown__selected-icon),
.Select-value-label .icon:first-child:not(.daisy-dropdown__selected-icon) {
  margin-right: 8px; }

/*** Searchable ***/
.Select.is-searchable .Select-control {
  padding-left: 8px; }
  .Select.is-searchable .Select-control .Select-placeholder,
  .Select.is-searchable .Select-control .Select-value {
    padding-left: 28px; }

.Select.is-searchable.is-focused .Select-control {
  background: transparent;
  border-color: #2D68F4;
  box-shadow: inset 0 1px 3px 0 #9FBAFA;
  outline: none; }

/* When an item is selected and the dropdown is closed, the react-select
   hides the .Select-input node which includes the search icon too.
   Instead, hide only the child text box */
.Select.is-searchable.is-pseudo-focused .Select-input,
.Select.is-searchable:not(.is-focused) .Select-input {
  opacity: 1; }
  .Select.is-searchable.is-pseudo-focused .Select-input input,
  .Select.is-searchable:not(.is-focused) .Select-input input {
    opacity: 0; }

.Select.is-searchable.has-value.is-focused.is-open.Select--single > .Select-control .Select-value .Select-value-label {
  color: #9E9E9E; }

/* stylelint-enable */
.is-full-width .Select,
.is-full-width .Select-control {
  width: 100%; }

.disabled .Select {
  background-color: #F7F8F9; }

.daisy-dropdown-group {
  display: table;
  table-layout: fixed; }
  .daisy-dropdown-group.full-width {
    width: 100%; }
  .daisy-dropdown-group .daisy-dropdown {
    display: table-cell; }
    .daisy-dropdown-group .daisy-dropdown .Select-control {
      width: 100%; }
  .daisy-dropdown-group .daisy-dropdown:not(:last-child) {
    border-right: 5px solid transparent; }
    .daisy-dropdown-group .daisy-dropdown:not(:last-child) .Select-control {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .daisy-dropdown-group .daisy-dropdown:not(:first-child) .Select-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.text-field__prefix, .text-field__postfix, .text-field__input {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.text-field__prefix, .text-field__postfix, .text-field__input {
  font-size: 16px; }

.text-field__prefix, .text-field__postfix, .text-field__input {
  line-height: 24px; }

.text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px 0 #E9E9E9;
  -webkit-transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out; }
  .text-field__prefix, .text-field__postfix {
    color: #9E9E9E; }
  .text-field__prefix {
    padding: 8px 0 0 16px; }
  .text-field__postfix {
    padding: 8px 16px 0 0; }
  .text-field__input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 8px 16px;
    width: 100%;
    border: 0 none;
    background: none;
    outline: none; }
  .text-field--type-search .text-field__input {
    -webkit-appearance: textfield; }
  .text-field--has-focus {
    border-color: #2D68F4;
    box-shadow: inset 0 1px 3px 0 #9FBAFA;
    outline: none; }
  .text-field--disabled {
    background-color: #F7F8F9; }
  .text-field--has-errors {
    border-color: #DF2935; }
    .text-field--has-errors--has-focus {
      border-color: #DF2935;
      box-shadow: inset 0 1px 3px 0 #F09DA3; }

.text-field__prefix + .text-field__input {
  padding: 8px 16px 8px 8px; }
.form-label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  cursor: pointer; }
  .form-label--has-errors {
    color: #DF2935; }

.form-label__required-indicator {
  color: #DF2935; }

input[type="checkbox"] ~ .form-label,
input[type="radio"] ~ .form-label {
  display: inline;
  font-weight: 400;
  vertical-align: top; }
.component-placeholder__text, .component-placeholder__substate-indicator {
  display: inline-block;
  background: #F7F8F9;
  color: #F7F8F9;
  border-radius: 4px; }

.component-placeholder__text {
  height: 16px;
  vertical-align: text-bottom; }

.component-placeholder__substate-indicator {
  width: 8px;
  height: 8px;
  vertical-align: baseline; }
.daisy-legend .daisy-legend--item {
  margin-right: 20px; }
  .daisy-legend .daisy-legend--item .daisy-legend--checkable {
    cursor: pointer; }
  .daisy-legend .daisy-legend--item .daisy-legend--circle {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
.daisy-textarea, .daisy-textarea__field, .daisy-textarea__small_field {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-textarea, .daisy-textarea__field, .daisy-textarea__small_field {
  font-size: 16px; }

.daisy-textarea, .daisy-textarea__field, .daisy-textarea__small_field {
  line-height: 24px; }

.daisy-textarea__footer {
  line-height: 20px; }

.daisy-textarea__footer {
  font-size: 14px; }

.daisy-textarea {
  overflow: hidden;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px 0 #E9E9E9;
  -webkit-transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out; }
  .daisy-textarea--focused {
    border-color: #2D68F4;
    box-shadow: inset 0 1px 3px 0 #9FBAFA; }
  .daisy-textarea--has-errors {
    border-color: #DF2935;
    box-shadow: inset 0 1px 3px 0 #F09DA3; }
  .daisy-textarea__field {
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 16px;
    background: transparent; }
    .daisy-textarea__field.disabled {
      background-color: #F7F8F9; }
  .daisy-textarea__small_field {
    display: block;
    width: 100%;
    padding: 8px 16px;
    background: transparent; }
    .daisy-textarea__small_field.disabled {
      background-color: #F7F8F9; }
  .daisy-textarea__preview {
    min-height: 150px;
    padding: 16px; }
  .daisy-textarea__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #9E9E9E;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .daisy-textarea__footer-message {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 8px 16px;
    background: #F7F8F9;
    border-top: 1px solid #E9E9E9; }
  .daisy-textarea__footer-tab {
    display: inline-block;
    padding: 8px 16px;
    background: #F7F8F9;
    color: #3E3E3E;
    border-top: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    text-decoration: none; }
    .daisy-textarea__footer-tab:hover {
      background: #F7F8F9;
      color: #2D68F4;
      text-decoration: none; }
    .daisy-textarea__footer-tab--active {
      background: transparent;
      border-top-color: transparent; }
      .daisy-textarea__footer-tab--active:hover {
        background: #FFFFFF;
        color: #3E3E3E;
        text-decoration: none;
        cursor: default; }
.daisy-severity-indicator {
  background: #E9E9E9;
  border-radius: 6px; }
  .daisy-severity-indicator__progress {
    border-radius: inherit;
    background: #f4b946; }
    .daisy-severity-indicator__progress--NONE {
      background: #00c391;
      width: 30%; }
    .daisy-severity-indicator__progress--LOW {
      width: 50%; }
    .daisy-severity-indicator__progress--MEDIUM {
      background: #ff6f22;
      width: 65%; }
    .daisy-severity-indicator__progress--HIGH {
      background: #e3237d;
      width: 80%; }
    .daisy-severity-indicator__progress--CRITICAL {
      background: #df2935;
      width: 100%; }
.daisy-timeline {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daisy-timeline {
  font-size: 16px; }

.daisy-timeline {
  line-height: 24px; }

.daisy-timeline__entry {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.daisy-timeline__indicator-wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 24px; }

.daisy-timeline__line {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 20px;
  width: 2px;
  height: 100%;
  background: #E9E9E9; }
  .daisy-timeline__entry:last-child .daisy-timeline__line {
    display: none; }

.daisy-timeline__step {
  height: 40px;
  background: #E10E71;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 24px;
  line-height: 40px;
  text-align: center; }

.daisy-timeline__content {
  position: relative;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-width: 0; }
ul.triage-dashboard-views {
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden; }
  ul.triage-dashboard-views li {
    height: 100%;
    display: inline-block;
    padding: 18px 18px 0 18px;
    border-right: 1px solid #e9e9e9;
    cursor: pointer; }
    ul.triage-dashboard-views li.active {
      font-weight: bold; }
.popper {
  z-index: 1000; }
.daisy-color-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%; }
  .daisy-color-indicator--red {
    background-color: #DF2935; }
  .daisy-color-indicator--orange {
    background-color: #FF6F22; }
  .daisy-color-indicator--orange-dark {
    background-color: #BA5119; }
  .daisy-color-indicator--green {
    background-color: #09A571; }
  .daisy-color-indicator--blue {
    background-color: #2D68F4; }
  .daisy-color-indicator--pink {
    background-color: #E10E71; }
  .daisy-color-indicator--pink-dark {
    background-color: #A40B53; }
  .daisy-color-indicator--yellow {
    background-color: #F3B234; }
  .daisy-color-indicator--yellow-darker {
    background-color: #B18226; }
  .daisy-color-indicator--grey {
    background-color: #3E3E3E; }
  .daisy-color-indicator--nobel {
    background-color: #9E9E9E; }
.daisy-marker {
  display: inline-block;
  border-radius: 100%; }
  .daisy-marker--grey {
    background: #E9E9E9; }
  .daisy-marker--dark-grey {
    background: #9E9E9E;
    color: #FFFFFF; }
  .daisy-marker--green {
    background: #09A571;
    color: #FFFFFF; }
  .daisy-marker--yellow {
    background: #F3B234;
    color: #3E3E3E; }
  .daisy-marker--blue {
    background: #2D68F4;
    color: #FFFFFF; }
  .daisy-marker--red {
    background: #DF2935;
    color: #FFFFFF; }
  .daisy-marker--pink {
    background: #E10E71;
    color: #FFFFFF; }
  .daisy-marker__content {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
.live-hackathon-leaderboard {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr; }

.top-three {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 13fr 10fr;
      grid-template-columns: 10fr 13fr 10fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr; }
.top-three-hacker {
  display: -ms-grid;
  display: grid;
  text-align: center;
  grid-gap: 0 1vw;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 4fr 1fr 2fr;
      grid-template-rows: 4fr 1fr 2fr; }
  .top-three-hacker.top-1 .username {
    font-size: 1.85vw; }
  .top-three-hacker .avatar-container {
    position: relative; }
  .top-three-hacker .username {
    font-size: 1.6vw;
    line-height: 2.5vw; }
  .top-three-hacker .avatar {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    width: 50%;
    height: 0;
    margin-left: -25%;
    padding-bottom: 50%;
    background: #fff;
    background-size: cover;
    border-radius: 100px; }
  .top-three-hacker .place {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3.45vw;
    height: 3.45vw;
    margin-left: -1.5vw;
    background-color: rgba(255, 102, 155, 0.5);
    border-radius: 100px;
    font-size: 1.5vw; }
    .top-three-hacker .place > div {
      width: 2.85vw;
      height: 2.85vw;
      margin: 0.3vw;
      background-color: #ff669b;
      border-radius: 100px;
      line-height: 3vw; }
  .top-three-hacker .count-container {
    display: inline-block;
    margin: 0 0.8vw; }
    .top-three-hacker .count-container .count {
      margin: 0.25vw 0;
      color: rgba(255, 102, 155, 0.87);
      font-size: 1.7vw; }
    .top-three-hacker .count-container .count-label {
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.63vw;
      text-transform: uppercase; }
.rest-hackers {
  width: 100%;
  font-size: 1.3vw; }
  .rest-hackers thead {
    background-color: rgba(74, 74, 74, 0.5);
    color: #979797;
    font-size: 1vw;
    line-height: 2.4vw;
    text-transform: uppercase; }
    .rest-hackers thead td {
      padding: 0 1vw; }
  .rest-hackers tbody tr {
    line-height: 4vw; }
  .rest-hackers a {
    color: #fff; }
  .rest-hackers td {
    padding: 0 0.25vw;
    text-align: center; }
  .rest-hackers .username {
    width: 100%;
    text-align: left; }
  .rest-hackers .avatar {
    width: 2.7vw;
    height: 2.7vw;
    background-size: cover;
    border-radius: 100px; }
.bounties-paid {
  color: rgba(255, 122, 155, 0.87); }
  .bounties-paid .label {
    text-transform: uppercase; }

.hours-left {
  color: #7ee2e7;
  text-transform: uppercase; }
  .hours-left .countdown {
    font-size: 6vw;
    line-height: 1; }
    .hours-left .countdown .days {
      width: 100%; }
    .hours-left .countdown .hours {
      display: inline-block;
      width: 55%; }
  .hours-left .hours-label {
    display: inline-block;
    width: 45%;
    font-size: 2.45vw; }

.statistics-with-bounty-amount .bounties-paid {
  line-height: 1; }
  .statistics-with-bounty-amount .bounties-paid .value {
    display: inline-block;
    margin-right: 1vw;
    font-size: 6vw; }
  .statistics-with-bounty-amount .bounties-paid .bounties-label {
    display: inline-block;
    width: 8vw;
    font-size: 2.45vw; }

.statistics-with-bounty-amount .announcement h1 {
  display: inline-block; }

.statistics-with-bounty-count .bounties-paid {
  line-height: 1; }
  .statistics-with-bounty-count .bounties-paid .value {
    display: inline-block;
    margin-right: 1vw;
    font-size: 6vw; }
  .statistics-with-bounty-count .bounties-paid .bounties-label {
    display: inline-block;
    width: 8vw;
    font-size: 2.45vw; }

.statistics-with-bounty-count .announcement {
  margin-top: 1vw; }

.announcement h1 {
  margin-right: 1vw;
  color: #7ee2e7;
  font-size: 1.5vw;
  line-height: 2vw;
  text-transform: uppercase; }
  .announcement h1::before {
    display: inline-block;
    width: 2vw;
    height: 2vw;
    margin: 0 0.5vw 0 0;
    background: url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/announcement-42da6a2c.png);
    background-size: cover;
    vertical-align: sub;
    content: ""; }

.announcement p {
  display: inline-block;
  margin: 0.5vw 0.5vw 0.5vw 0;
  font-size: 1.5vw;
  line-height: 2vw; }
.overlay {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 20, 20, 0.95);
  color: #fff;
  font-family: "Abel", sans-serif;
  font-size: 1vw;
  text-align: center;
  grid-gap: 0 1vw;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr; }

.overlay-hacker {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 1vw;
  -ms-grid-rows: 4fr 1fr 2fr;
      grid-template-rows: 4fr 1fr 2fr; }
  .overlay-hacker .avatar-container {
    position: relative; }
  .overlay-hacker .username {
    font-size: 4vw;
    line-height: 7.5vw; }
  .overlay-hacker .avatar {
    position: absolute;
    bottom: 3vw;
    left: 70%;
    width: 70%;
    height: 0;
    margin-left: -55%;
    padding-bottom: 70%;
    background: #fff;
    background-size: cover;
    border-radius: 500px; }
  .overlay-hacker .place {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6vw;
    height: 6vw;
    margin-left: -3vw;
    background-color: rgba(255, 102, 155, 0.5);
    border-radius: 100px;
    font-size: 2.75vw; }
    .overlay-hacker .place > div {
      width: 5vw;
      height: 5vw;
      margin: 0.5vw;
      background-color: #ff669b;
      border-radius: 100px;
      line-height: 5vw; }
  .overlay-hacker .count-container {
    display: inline-block;
    margin: 0 0.8vw; }
    .overlay-hacker .count-container .count {
      margin: 0.25vw 0;
      color: rgba(255, 102, 155, 0.87);
      font-size: 4.5vw;
      min-height: 2.5vw; }
    .overlay-hacker .count-container .count-label {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.5vw;
      text-transform: uppercase; }

.overlay-event {
  display: -ms-grid;
  display: grid;
  color: #50e3c2;
  -ms-grid-rows: 1fr 8.5vw 1fr;
      grid-template-rows: 1fr 8.5vw 1fr; }
  .overlay-event .rank-change {
    font-size: 5.5vw;
    min-height: 4.5vw; }
    .overlay-event .rank-change::before {
      position: relative;
      top: -1vw;
      left: -1vw;
      font-size: 2.5vw;
      content: "\25B2"; }
  .overlay-event .event-type {
    font-size: 2.4vw; }
.slideshow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
@font-face {
  font-family: "Abel";
  font-weight: 400;
  font-style: normal;
  src: local("Abel"), local("Abel-Regular"), url(http://wayback.fauppsala.se:80/wayback/20191103161511/https://hackerone.com/assets/static/Abel-Regular-7e3d2a92.ttf) format("truetype"); }

.live-hackathon-background {
  background-size: cover;
  background-color: #000; }

.hacktheworld-2017-background {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.live-hackathon-layout {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  padding: 2vw 3vw;
  background-color: rgba(20, 20, 20, 0.75);
  color: #fff;
  font-family: "Abel", sans-serif;
  font-size: 1vw;
  grid-gap: 1vw 2vw;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 6.5vw 2fr 1fr;
      grid-template-rows: 6.5vw 2fr 1fr; }
  .live-hackathon-layout * {
    box-sizing: border-box; }

.live-hackathon-logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-grid-column: span 2;
      grid-column: span 2; }
  .live-hackathon-logo .logo-text {
    display: inline-block;
    width: 100%;
    font-size: 4vw;
    text-align: center;
    vertical-align: -75%; }

.live-hackathon-leaderboard {
  -ms-grid-row: span 3;
      grid-row: span 3; }

.full-leaderboard-link td {
  text-align: left; }
.link-tile {
  color: #3E3E3E;
  font-family: "Effra", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.link-tile {
  font-size: 16px; }

.link-tile {
  line-height: 24px; }

.link-tile {
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(158, 158, 158, 0.33);
  display: block;
  overflow: hidden;
  padding: 8px; }
  @media screen and (min-width: 480px) {
    .link-tile {
      padding: 16px; } }
  @media screen and (min-width: 768px) {
    .link-tile {
      padding: 24px; } }
  .link-tile:hover {
    border-color: #2D68F4;
    text-decoration: none; }
.daisy-progress-bar--pink .rc-progress-line-path {
  stroke: #E10E71; }
.btn-group > .daisy-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .daisy-button:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }






/*
     FILE ARCHIVED ON 16:15:11 Nov 3, 2019 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 3:31:20 Sep 16, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
