h2 {
  color: #414141;
}

.accent-blue {
  color: #13AAD9;
}

.accent-black {
  color: #414141;
}

/*** CHOOSE TO STAY STYLES ***/
#choose-to-stay {
  background: linear-gradient(135deg, #0d2a38 0%, #0d4a6b 50%, #0a3550 100%);
  color: white;
}
#choose-to-stay h1 {
  color: white;
}
#choose-to-stay p {
  color: white;
}

.hero-stats {
  display: inline-flex;
  gap: 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}
@media only screen and (max-width: 575px) {
  .hero-stats {
    flex-direction: column;
  }
}

.hero-stat {
  padding: 20px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat:last-child {
  border-right: none;
}

.hero-stat-number {
  font-size: 36px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}

.hero-stat-number em {
  color: #13AAD9;
  font-style: normal;
}

.hero-stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 6px;
}

/*** BIG STATS STYLES ***/
.big-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #EFEEED;
}

.big-stat {
  padding: 24px 22px;
  background: white;
}

.big-stat-num {
  font-size: 42px;
  font-weight: 900;
  color: #13AAD9;
  line-height: 1;
}

.big-stat-unit {
  font-size: 18px;
  color: #9A9698;
  font-weight: 300;
}

.big-stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9A9698;
  margin-top: 8px;
}

/*** BAND CHART STYLES ***/
.band-chart {
  margin-bottom: 0;
}

.band-chart-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A9698;
  margin-bottom: 18px;
}

.band-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.band-name {
  font-size: 12px;
  font-weight: 700;
  color: #9A9698;
  width: 72px;
  text-align: right;
  flex-shrink: 0;
}

.band-track {
  flex: 1;
  height: 30px;
  background: #EFEEED;
  overflow: hidden;
  position: relative;
}

.band-fill {
  height: 100%;
  width: 0;
  transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.band-fill.co {
  background: #13AAD9;
}

.band-fill.sa {
  background: #ECC044;
}

.band-fill.op {
  background: #B1D34A;
}

.band-fill-label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

.band-count {
  font-size: 11px;
  color: #9A9698;
  width: 80px;
  text-align: right;
  flex-shrink: 0;
}

/*** GROUP STAT STYLES ***/
.group-card-meta {
  font-size: 12px;
  color: #9A9698;
  margin-bottom: 22px;
  font-weight: 400;
}

.group-stat-num {
  font-size: 30px;
  font-weight: 900;
  color: #414141;
  line-height: 1;
}

.group-stat-num em {
  font-size: 14px;
  color: #9A9698;
  font-weight: 400;
}

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

/*** LONGEST TENURE STYLES ***/
.top-tenured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.tenure-group-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #EFEEED;
}

.tenure-person {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #EFEEED;
}

.tenure-person:last-child {
  border-bottom: none;
}

.tenure-rank {
  font-size: 11px;
  font-weight: 900;
  color: #9A9698;
  width: 22px;
  flex-shrink: 0;
  text-align: center;
}

.tenure-dots {
  flex: 1;
  display: flex;
  gap: 3px;
  align-items: center;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dot.fs {
  background: #ECC044;
}

.dot.fo {
  background: #B1D34A;
}

.dot.e {
  background: #efefef;
}

.tenure-yrs {
  font-size: 13px;
  font-weight: 900;
  color: #414141;
  width: 48px;
  text-align: right;
  flex-shrink: 0;
}

.tenure-since {
  font-size: 10px;
  color: #9A9698;
  width: 58px;
  text-align: right;
  flex-shrink: 0;
}

/*** FAMILY-OWNED STYLES ***/
#family-owned .card {
  border-top: 4px solid #13AAD9;
  padding: 1.75rem;
}
#family-owned .card p {
  margin: 0;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  border-left: 4px solid #13AAD9;
  padding: 30px 0 30px 30px;
  max-width: 800px;
  margin: 50px auto;
}

cite {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9A9698;
  font-style: normal;
}

/*** EYEBROW STYLES ***/
.eyebrow {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #9A9698;
  color: #9A9698;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.eyebrow.eyebrow-blue {
  color: #13AAD9;
  border-color: #13AAD9;
}
.eyebrow.eyebrow-green {
  color: #B1D34A;
  border-color: #B1D34A;
}
.eyebrow.eyebrow-gold {
  color: #ECC044;
  border-color: #ECC044;
}
.eyebrow.eyebrow-orange {
  color: #F8981D;
  border-color: #F8981D;
}
.eyebrow.eyebrow-red {
  color: #F05A22;
  border-color: #F05A22;
}
.eyebrow.eyebrow-white {
  color: white;
  border-color: white;
}
.eyebrow.no-border {
  border: none;
  padding: 0;
}/*# sourceMappingURL=whyworkhere.css.map */