/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
.node--type-component-pst-leaderboard {
  /**
    * PST Leaderboard Tabs - Display Control
    */
  /**
    * PST Leaderboard Tabs - Header Styles
    */
  /**
    * PST Leaderboard Tabs - Content Styles
    */
}
.node--type-component-pst-leaderboard .content.container {
  width: auto;
}
@media (min-width: 768px) {
  .node--type-component-pst-leaderboard .content.container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .node--type-component-pst-leaderboard .content.container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .node--type-component-pst-leaderboard .content.container {
    width: 1170px;
  }
}
.node--type-component-pst-leaderboard .ds-pst-leaderboard {
  color: rgb(247, 247, 247);
  margin-top: 40px;
}
.node--type-component-pst-leaderboard .ds-pst-leaderboard .tab-title {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.node--type-component-pst-leaderboard .pst-tab-content {
  margin-bottom: 80px;
}
.node--type-component-pst-leaderboard .pst-tab-content .tab-content {
  display: none;
}
.node--type-component-pst-leaderboard #tab-SEAL:checked ~ .pst-tab-content .tab-SEAL,
.node--type-component-pst-leaderboard #tab-SWCC:checked ~ .pst-tab-content .tab-SWCC,
.node--type-component-pst-leaderboard #tab-EOD:checked ~ .pst-tab-content .tab-EOD,
.node--type-component-pst-leaderboard #tab-DIVER:checked ~ .pst-tab-content .tab-DIVER,
.node--type-component-pst-leaderboard #tab-AIRR:checked ~ .pst-tab-content .tab-AIRR {
  display: block;
}
.node--type-component-pst-leaderboard #tab-SEAL:checked ~ .pst-tab-header label[for=tab-SEAL],
.node--type-component-pst-leaderboard #tab-SWCC:checked ~ .pst-tab-header label[for=tab-SWCC],
.node--type-component-pst-leaderboard #tab-EOD:checked ~ .pst-tab-header label[for=tab-EOD],
.node--type-component-pst-leaderboard #tab-DIVER:checked ~ .pst-tab-header label[for=tab-DIVER],
.node--type-component-pst-leaderboard #tab-AIRR:checked ~ .pst-tab-header label[for=tab-AIRR] {
  background-color: #0076a9;
  color: white;
}
.node--type-component-pst-leaderboard .pst-tab-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 16px 0 40px 0;
  overflow-x: auto;
}
.node--type-component-pst-leaderboard .pst-tab-header label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgb(0, 118, 169);
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 420;
  gap: 10px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 24px; /* 133.333% */
  padding: 0 24px;
}
.node--type-component-pst-leaderboard .pst-tab-content .tab-title {
  border-bottom: 1px solid rgb(0, 118, 169);
  color: #FFF;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 410;
  line-height: 64px; /* 200% */
  margin: 16px 0;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > input {
  display: none;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > input + label + .pst-event {
  display: none;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > input:checked + label + .pst-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > input:checked + label + .pst-event {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > input:checked + label + .pst-event {
    grid-template-columns: 1fr 2fr;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > input:checked + label {
  border-bottom: none;
  padding-bottom: 0;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > input:checked + label::after {
  content: "-";
  font-size: 50px;
  top: -10px;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > label {
  border-bottom: 1px solid rgb(0, 118, 169);
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 410;
  line-height: 32px;
  margin-top: 24px;
  padding-bottom: 24px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > label {
    display: none;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper > label::after {
  -ms-flex-item-align: center;
  align-self: center;
  color: rgb(247, 247, 247);
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid rgb(0, 118, 169);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 2fr;
    padding: 24px 0;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .title {
  display: none;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 410;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .title {
    display: block;
    margin-top: 24px;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .title span {
  font-size: 16px;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (min-width: 1024px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .details {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .min-req,
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .elevated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .min-req,
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .elevated {
    display: block;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .min-req .value,
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .elevated .value {
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .min-req .value,
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-info .elevated .value {
    line-height: 24px;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-content-header,
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-row {
  border-bottom: 1px solid rgb(1, 14, 19);
  background: rgb(2, 42, 58);
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-row:last-child {
  border-radius: 0 0 4px 4px;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-row .result {
  padding-top: 0;
}
@media (min-width: 768px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-row .result {
    padding-top: 8px;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-content-header {
  background: rgb(0, 79, 113);
  border-radius: 4px 4px 0 0;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .pst-event-content-header > div {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-weight: 410;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .result,
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .candidate,
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .region {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 24px;
  padding: 8px 16px;
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .candidate .ntag {
  color: rgb(162, 167, 171);
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .candidate .ntag {
    display: none;
  }
}
.node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .region {
  display: none;
}
@media (min-width: 768px) {
  .node--type-component-pst-leaderboard .pst-tab-content .pst-event-wrapper .pst-event .region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}