/* Generated from assets/scss/main.scss · 22988c35115e */
:root {
--ink: #000626;
--white: #ffffff;
--yellow: #ffb91f;
--orange: #ff6800;
--blue: #4660e2;
--red: #fe546e;
--green: #00ca24;
--gray: #9698a6;
--light-gray: #f8f8f8;
--pastel-red: #ffeef1;
--pastel-orange: #fefaf2;
--pastel-blue: #e2ebfa;
--pastel-green: #e2faee;
--pastel-purple: #efe2fa;
--muted-ink: #566078;
--orange-text: #ff6800;
--blue-text: #3046b8;
--green-text: #007a16;
--red-text: #b72d46;
--gold-text: #8a5700;
--forest: var(--blue);
--lime: var(--yellow);
--cream: var(--pastel-orange);
--paper: var(--white);
--line: color-mix(in srgb, var(--gray) 42%, var(--white));
--font-manrope: "Helvetica Neue";
--font-playfair: Georgia;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
background: var(--paper);
color: var(--ink);
font-family: var(--font-manrope), Arial, sans-serif;
}
small {
font-size: inherit;
}
button,
a {
-webkit-tap-highlight-color: transparent;
}
button {
color: inherit;
}
a {
color: inherit;
text-decoration: none;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.site-header {
height: 86px;
padding: 0 clamp(22px, 4vw, 68px);
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
border-bottom: 1px solid rgba(0, 6, 38, 0.14);
background: rgba(255, 255, 255, 0.96);
position: sticky;
top: 0;
z-index: 50;
backdrop-filter: blur(12px);
}
.brand {
width: max-content;
display: inline-flex;
align-items: center;
gap: 11px;
font-size: 24px;
font-weight: 850;
letter-spacing: -1.6px;
}
.brand-logo {
display: block;
width: auto;
height: 35px;
}
.brand-name {
color: var(--ink);
}
.brand .brand-dot {
color: var(--orange-text);
}
.main-nav,
.header-actions {
display: flex;
align-items: center;
gap: 30px;
font-size: 13px;
font-weight: 700;
}
.main-nav a,
.employer-link {
position: relative;
}
.main-nav a::after,
.employer-link::after {
content: "";
position: absolute;
height: 2px;
left: 0;
right: 100%;
bottom: -7px;
background: var(--orange);
transition: right 180ms ease;
}
.main-nav a:hover::after,
.employer-link:hover::after {
right: 0;
}
.header-actions {
justify-content: flex-end;
}
.saved-pill {
border: 0;
border-radius: 99px;
background: var(--ink);
color: white;
padding: 10px 14px 10px 17px;
font-size: 13px;
font-weight: 750;
cursor: pointer;
}
.saved-pill span {
display: inline-grid;
place-items: center;
width: auto;
height: 23px;
padding: 0 6px;
margin-left: 7px;
border-radius: 12px;
background: var(--lime);
color: var(--ink);
}
.hero {
min-height: 680px;
display: grid;
grid-template-columns: 55% 45%;
border-bottom: 1px solid var(--ink);
overflow: hidden;
}
.hero-copy {
padding: clamp(66px, 8vw, 108px) clamp(28px, 6vw, 96px) 70px;
background: var(--cream);
}
.eyebrow,
.section-kicker,
.mini-label {
text-transform: uppercase;
letter-spacing: 0.13em;
font-weight: 850;
font-size: 10px;
}
.eyebrow {
display: flex;
align-items: center;
gap: 9px;
margin-bottom: 30px;
}
.eyebrow > span {
width: 9px;
height: 9px;
background: var(--orange);
border-radius: 50%;
}
h1,
h2,
blockquote {
font-weight: 760;
letter-spacing: -0.06em;
line-height: 0.94;
margin: 0;
}
h1 {
font-size: clamp(58px, 7.1vw, 110px);
max-width: 800px;
}
h1 em,
h2 em,
blockquote em {
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
color: var(--orange-text);
}
.hero-intro {
max-width: 625px;
margin: 30px 0 34px;
font-size: clamp(18px, 1.5vw, 23px);
line-height: 1.55;
}
.search-box {
max-width: 820px;
background: white;
border: 1px solid var(--ink);
box-shadow: 8px 8px 0 var(--ink);
display: grid;
grid-template-columns: 1.35fr 1fr auto;
}
.search-box label {
min-width: 0;
padding: 16px 20px;
border-right: 1px solid var(--line);
}
.search-box label > span {
display: block;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 800;
margin-bottom: 5px;
}
.search-box input {
min-width: 0;
width: 100%;
padding: 0;
border: 0;
background: transparent;
outline: 0;
color: var(--ink);
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.search-box input::placeholder {
color: var(--muted-ink);
text-overflow: ellipsis;
}
.search-box > button {
border: 0;
background: var(--orange);
color: var(--ink);
padding: 18px 23px;
font-size: 13px;
font-weight: 850;
cursor: pointer;
}
.search-box > button:hover {
background: var(--lime);
}
.search-box > button b {
display: inline-block;
margin-left: 8px;
font-size: 18px;
}
.hero-art {
position: relative;
background: var(--pastel-blue);
overflow: hidden;
min-height: 630px;
}
.hero-art::before {
content: "";
position: absolute;
inset: 0;
opacity: 0.25;
background-image: linear-gradient(rgba(0, 6, 38, 0.16) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 6, 38, 0.16) 1px, transparent 1px);
background-size: 42px 42px;
}
.sun {
position: absolute;
width: 190px;
height: 190px;
border-radius: 50%;
background: var(--yellow);
top: 70px;
right: 52px;
}
.hill {
position: absolute;
border-radius: 52% 48% 0 0 / 70% 65% 0 0;
}
.hill-back {
left: -20%;
right: -10%;
bottom: 105px;
height: 320px;
background: var(--blue);
transform: rotate(-4deg);
}
.hill-front {
left: -5%;
right: -42%;
bottom: -45px;
height: 360px;
background: var(--ink);
transform: rotate(8deg);
}
.route {
position: absolute;
z-index: 3;
border: 2px dashed rgba(255, 255, 255, 0.75);
border-radius: 50%;
}
.route-one {
width: 670px;
height: 270px;
left: -80px;
bottom: 60px;
transform: rotate(18deg);
}
.route-two {
width: 480px;
height: 200px;
right: -220px;
bottom: 185px;
transform: rotate(-16deg);
}
.place-card {
position: absolute;
z-index: 4;
padding: 8px 11px;
background: var(--paper);
border: 1px solid var(--ink);
box-shadow: 3px 3px 0 var(--ink);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.12em;
}
.place-card i {
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
margin-right: 4px;
background: var(--orange);
}
.place-soest {
left: 48%;
top: 20%;
transform: rotate(-2deg);
}
.place-meschede {
left: 66%;
top: 36%;
transform: rotate(3deg);
}
.place-luedenscheid {
left: 13%;
top: 42%;
transform: rotate(-4deg);
}
.place-lennestadt {
left: 46%;
top: 56%;
transform: rotate(2deg);
}
.place-siegen {
left: 39%;
bottom: 12%;
transform: rotate(-4deg);
}
.hero-stamp {
position: absolute;
z-index: 5;
top: 55px;
left: 40px;
width: 154px;
height: 154px;
border-radius: 50%;
background: var(--ink);
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
transform: rotate(-8deg);
border: 2px solid var(--ink);
box-shadow: inset 0 0 0 5px var(--pastel-blue), inset 0 0 0 7px var(--ink);
}
.hero-stamp strong {
font-family: var(--font-playfair), Georgia, serif;
font-size: 42px;
line-height: 1;
color: var(--lime);
}
.hero-stamp span {
margin-top: 6px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.09em;
line-height: 1.4;
}
.art-caption {
position: absolute;
z-index: 4;
bottom: 27px;
right: 32px;
color: white;
font-size: 10px;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 800;
}
.fact-strip {
min-height: 122px;
padding: 25px clamp(25px, 5vw, 72px);
display: grid;
grid-template-columns: repeat(3, 1fr) 1.3fr;
align-items: center;
background: var(--ink);
color: white;
}
.fact-strip > div {
display: flex;
align-items: baseline;
gap: 12px;
}
.fact-strip strong {
font-family: var(--font-playfair), Georgia, serif;
font-size: 42px;
color: var(--lime);
}
.fact-strip span {
font-size: 10px;
font-weight: 700;
}
.fact-strip p {
margin: 0;
padding-left: 10%;
border-left: 1px solid rgba(255, 255, 255, 0.28);
text-align: right;
font-family: var(--font-playfair), Georgia, serif;
font-size: 18px;
font-style: italic;
line-height: 1.4;
}
.top-employers-section {
padding: clamp(82px, 9vw, 132px) clamp(24px, 7vw, 110px);
background: var(--ink);
color: var(--white);
border-bottom: 1px solid var(--ink);
}
.top-employers-heading {
display: flex;
justify-content: space-between;
align-items: end;
gap: 45px;
margin-bottom: 48px;
}
.top-employers-heading h2 {
margin: 0;
font-size: clamp(49px, 5.8vw, 86px);
font-weight: 760;
letter-spacing: -0.06em;
line-height: 0.94;
}
.top-employers-heading h2 em {
color: var(--yellow);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.top-employers-heading > p {
width: min(100%, 420px);
margin: 0 0 7px;
color: rgba(255, 255, 255, 0.68);
font-size: 16px;
line-height: 1.75;
}
.top-employer-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.top-employer-card {
min-width: 0;
display: flex;
flex-direction: column;
background: var(--white);
color: var(--ink);
border: 1px solid var(--white);
transition: transform 180ms ease, box-shadow 180ms ease;
}
.top-employer-card:hover {
transform: translateY(-6px);
box-shadow: 8px 8px 0 var(--yellow);
}
.top-card-head {
min-height: 335px;
padding: 23px 24px 25px;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.top-card-head::after {
content: "";
position: absolute;
width: 210px;
height: 210px;
right: -95px;
top: 55px;
border: 1px solid currentColor;
border-radius: 50%;
opacity: 0.12;
box-shadow: 0 0 0 23px currentColor, 0 0 0 48px currentColor;
}
.top-card-head.has-cover {
min-height: 400px;
}
.top-card-head.has-cover::after {
display: none;
}
.top-cover {
height: 155px;
position: absolute;
inset: 0 0 auto;
z-index: 0;
overflow: hidden;
}
.top-cover::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 6, 38, 0.1), rgba(0, 6, 38, 0.72));
}
.top-cover-image {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.top-card-head.has-cover .partner-line {
color: var(--white);
}
.top-card-head.has-cover .partner-label {
border-color: rgba(255, 255, 255, 0.72);
}
.top-card-head.has-cover .top-brand-row {
margin-top: 74px;
}
.tone-purple .top-card-head {
background: var(--pastel-purple);
}
.tone-blue .top-card-head {
background: var(--pastel-blue);
}
.tone-orange .top-card-head {
background: var(--pastel-orange);
}
.partner-line {
min-height: 29px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
position: relative;
z-index: 2;
}
.top-badge {
padding: 7px 9px;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.partner-label {
padding: 5px 8px;
border: 1px solid rgba(0, 6, 38, 0.35);
border-radius: 99px;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.top-brand-row {
display: flex;
align-items: end;
margin: 28px 0 24px;
position: relative;
z-index: 2;
}
.top-monogram {
width: 76px;
height: 76px;
display: grid;
place-items: center;
background: var(--blue);
color: var(--white);
font-size: 27px;
font-weight: 950;
letter-spacing: -0.08em;
}
.top-logo-shell {
width: 76px;
height: 76px;
padding: 9px;
display: grid;
place-items: center;
background: var(--white);
border: 1px solid rgba(0, 6, 38, 0.18);
}
.top-logo {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.tone-blue .top-monogram {
background: var(--red);
}
.tone-orange .top-monogram {
background: var(--orange);
}
.verified-mark {
width: 24px;
height: 24px;
display: grid;
place-items: center;
margin: 0 0 -2px -8px;
border: 3px solid var(--pastel-purple);
border-radius: 50%;
background: var(--green);
color: var(--ink);
font-size: 10px;
font-weight: 900;
}
.tone-blue .verified-mark {
border-color: var(--pastel-blue);
}
.tone-orange .verified-mark {
border-color: var(--pastel-orange);
}
.top-field {
position: relative;
z-index: 2;
color: var(--blue);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.tone-blue .top-field {
color: var(--red-text);
}
.tone-orange .top-field {
color: var(--orange-text);
}
.top-card-head h3 {
margin: 7px 0 9px;
position: relative;
z-index: 2;
font-size: clamp(23px, 2.2vw, 31px);
line-height: 1.08;
letter-spacing: -0.045em;
}
.top-card-head > p {
max-width: 320px;
margin: 0;
position: relative;
z-index: 2;
color: rgba(0, 6, 38, 0.64);
font-family: var(--font-playfair), Georgia, serif;
font-size: 16px;
font-style: italic;
}
.top-stats {
display: flex;
justify-content: space-between;
align-items: end;
gap: 14px;
margin-top: auto;
padding-top: 25px;
position: relative;
z-index: 2;
font-size: 10px;
}
.top-stats strong {
color: var(--ink);
font-size: 10px;
}
.top-jobs {
flex: 1;
padding: 20px 24px 24px;
display: flex;
flex-direction: column;
}
.top-jobs-label {
margin-bottom: 7px;
color: var(--muted-ink);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.top-jobs > a:not(.all-partner-jobs) {
min-height: 61px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
border-top: 1px solid var(--line);
}
.top-jobs > a:not(.all-partner-jobs):hover strong {
color: var(--orange-text);
}
.top-jobs a > span {
min-width: 0;
}
.top-jobs a strong,
.top-jobs a small {
display: block;
}
.top-jobs a strong {
overflow: hidden;
font-size: 10px;
text-overflow: ellipsis;
white-space: nowrap;
}
.top-jobs a small {
margin-top: 4px;
color: var(--muted-ink);
font-size: 10px;
}
.top-jobs a b {
flex: 0 0 auto;
color: var(--orange-text);
font-size: 16px;
}
.all-partner-jobs {
margin-top: auto;
padding: 12px 14px;
display: flex;
justify-content: space-between;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 800;
}
.all-partner-jobs:hover {
background: var(--orange);
color: var(--ink);
}
.employer-tier-note {
margin-top: 38px;
padding: 22px 0 0;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 19px;
border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.tier-icon {
width: 42px;
height: 42px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--yellow);
color: var(--ink);
font-size: 23px;
}
.employer-tier-note p {
margin: 0;
color: rgba(255, 255, 255, 0.65);
font-size: 10px;
line-height: 1.6;
}
.employer-tier-note p strong {
color: var(--white);
}
.employer-tier-note > a {
padding-bottom: 5px;
border-bottom: 1px solid var(--yellow);
color: var(--yellow);
font-size: 10px;
font-weight: 800;
}
.jobs-section,
.employers-section {
padding: clamp(76px, 9vw, 130px) clamp(24px, 7vw, 110px);
}
.section-heading {
display: flex;
justify-content: space-between;
align-items: end;
gap: 40px;
margin-bottom: 44px;
}
.section-kicker {
display: block;
margin-bottom: 20px;
color: var(--orange-text);
}
.section-heading h2,
.employer-cta h2 {
font-size: clamp(48px, 5.5vw, 82px);
}
.section-heading > p {
width: min(100%, 390px);
margin: 0 0 5px;
font-size: 16px;
line-height: 1.7;
}
.home-job-search {
margin-bottom: 28px;
border: 1px solid var(--ink);
background: var(--white);
box-shadow: 8px 8px 0 var(--ink);
}
.home-search-fields {
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.home-search-fields label {
min-width: 0;
padding: 16px 18px;
border-right: 1px solid var(--line);
}
.home-search-fields label:last-child {
border-right: 0;
}
.home-search-fields label > span {
display: block;
margin-bottom: 6px;
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.home-search-fields input,
.home-search-fields select {
min-width: 0;
width: 100%;
border: 0;
outline: 0;
background-color: transparent;
color: var(--ink);
font: inherit;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.home-search-fields input::placeholder {
color: var(--muted-ink);
text-overflow: ellipsis;
}
.home-search-actions {
min-height: 66px;
padding-left: 18px;
display: flex;
align-items: stretch;
justify-content: space-between;
gap: 20px;
border-top: 1px solid var(--line);
background: var(--pastel-orange);
}
.partner-check {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 10px;
font-weight: 800;
}
.partner-check input {
width: 18px;
height: 18px;
margin: 0;
accent-color: var(--orange);
}
.home-search-actions button {
min-width: 210px;
padding: 16px 22px;
border: 0;
background: var(--orange);
color: var(--ink);
font-size: 13px;
font-weight: 850;
cursor: pointer;
}
.home-search-actions button:hover {
background: var(--yellow);
}
.home-search-actions button span {
margin-left: 10px;
}
.jobs-layout {
display: grid;
grid-template-columns: minmax(0, 2.2fr) minmax(260px, 0.8fr);
gap: 42px;
}
.job-list {
min-width: 0;
}
.job-card {
min-height: 162px;
display: grid;
grid-template-columns: auto 1fr auto auto;
gap: 20px;
align-items: center;
border-bottom: 1px solid var(--line);
position: relative;
transition: transform 160ms ease, background 160ms ease;
}
.job-card:hover {
transform: translateX(7px);
background: var(--pastel-orange);
}
.job-card.partner-job {
padding-left: 15px;
background: linear-gradient(90deg, var(--pastel-orange), transparent 64%);
}
.job-card.partner-job::before {
content: "";
position: absolute;
width: 4px;
top: 20px;
bottom: 20px;
left: 0;
background: var(--yellow);
}
.job-card.partner-job:hover {
background: linear-gradient(90deg, var(--pastel-purple), var(--pastel-orange));
}
.company-mark {
width: 60px;
height: 60px;
display: grid;
place-items: center;
color: var(--card-accent, var(--white));
font-weight: 900;
letter-spacing: -0.07em;
font-size: 23px;
}
.company-mark.has-logo {
padding: 8px;
border: 1px solid var(--line);
background: var(--white) !important;
}
.company-logo {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.job-meta {
margin-bottom: 8px;
color: var(--muted-ink);
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.11em;
font-weight: 800;
}
.job-meta span {
color: var(--orange-text);
}
.job-info h3 {
max-width: 690px;
margin: 0 0 8px;
font-size: clamp(18px, 1.7vw, 23px);
line-height: 1.25;
letter-spacing: -0.035em;
}
.job-info > p {
margin: 0;
font-size: 10px;
color: var(--muted-ink);
}
.job-info > p strong {
color: var(--ink);
}
.job-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 11px;
}
.job-tags span {
padding: 5px 8px;
border-radius: 3px;
background: var(--light-gray);
font-size: 10px;
font-weight: 750;
}
.save-button,
.job-arrow,
.employer-details button,
.employer-details > a {
display: grid;
place-items: center;
border-radius: 50%;
cursor: pointer;
}
.save-button {
width: 38px;
height: 38px;
border: 1px solid var(--line);
background: transparent;
font-size: 23px;
}
.save-button:hover,
.save-button.saved {
background: var(--pastel-red);
border-color: var(--orange);
color: var(--red-text);
}
.job-arrow {
width: 42px;
height: 42px;
border: 0;
background: var(--lime);
font-size: 18px;
}
.job-card:hover .job-arrow {
background: var(--orange);
}
.newsletter-card {
align-self: start;
margin-top: 30px;
min-height: 430px;
padding: 34px;
background: var(--blue);
color: white;
position: sticky;
top: 115px;
overflow: hidden;
}
.newsletter-card::after {
content: "";
position: absolute;
width: 190px;
height: 190px;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 50%;
right: -70px;
top: -55px;
box-shadow: 0 0 0 22px rgba(255, 255, 255, 0.05), 0 0 0 45px rgba(255, 255, 255, 0.04);
}
.mini-label {
color: var(--lime);
}
.newsletter-symbol {
margin: 36px 0 20px;
font-size: 44px;
color: var(--lime);
}
.newsletter-card .mini-label {
color: var(--white);
}
.newsletter-card h3 {
margin: 0;
font-family: var(--font-playfair), Georgia, serif;
font-size: 35px;
line-height: 1.05;
font-weight: 500;
}
.newsletter-card p {
margin: 16px 0 24px;
color: rgba(255, 255, 255, 0.92);
font-size: 13px;
line-height: 1.6;
}
.newsletter-card input {
width: 100%;
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.65);
background: transparent;
color: white;
padding: 12px 0;
outline: none;
}
.newsletter-card input::placeholder {
color: rgba(255, 255, 255, 0.9);
}
.newsletter-card button {
width: 100%;
margin-top: 18px;
padding: 13px 15px;
border: 0;
background: var(--lime);
font-weight: 850;
cursor: pointer;
display: flex;
justify-content: space-between;
}
.newsletter-card small {
display: block;
margin-top: 12px;
color: rgba(255, 255, 255, 0.9);
font-size: 10px;
}
.jobs-source-note {
margin-top: 36px;
padding: 20px 22px;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 15px;
background: var(--light-gray);
border: 1px solid var(--line);
}
.source-pulse {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--green);
box-shadow: 0 0 0 6px var(--pastel-green);
}
.jobs-source-note strong,
.jobs-source-note small {
display: block;
}
.jobs-source-note strong {
margin-bottom: 3px;
font-size: 10px;
}
.jobs-source-note small {
color: var(--muted-ink);
font-size: 10px;
line-height: 1.5;
}
.jobs-source-note > span:last-child {
color: var(--blue);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.empty-state {
min-height: 370px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.empty-state > span {
font-size: 50px;
color: var(--orange-text);
}
.empty-state h3 {
margin: 10px 0 4px;
font-family: var(--font-playfair), Georgia, serif;
font-size: 30px;
}
.empty-state p {
margin: 0 0 18px;
color: var(--muted-ink);
}
.empty-state button {
border: 1px solid var(--ink);
background: transparent;
padding: 9px 14px;
cursor: pointer;
}
.employers-section {
background: var(--light-gray);
border-top: 1px solid var(--ink);
border-bottom: 1px solid var(--ink);
}
.employer-heading > a {
margin-bottom: 8px;
padding-bottom: 4px;
border-bottom: 1px solid var(--ink);
font-size: 13px;
font-weight: 800;
}
.employer-heading > a span {
padding-left: 12px;
}
.employer-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
align-items: stretch;
}
.employer-card {
min-width: 0;
display: flex;
flex-direction: column;
background: var(--paper);
border: 1px solid var(--ink);
transition: transform 180ms ease, box-shadow 180ms ease;
}
.employer-card:nth-child(even) {
transform: none;
}
.employer-card:hover {
transform: translateY(-5px);
box-shadow: 7px 7px 0 var(--ink);
}
.employer-card:nth-child(even):hover {
transform: translateY(-5px);
}
.employer-visual {
width: 100%;
display: block;
flex: 0 0 auto;
aspect-ratio: 4 / 3;
padding: 18px;
position: relative;
overflow: hidden;
}
.employer-cover-image {
width: 100%;
height: 100%;
position: absolute;
inset: 0;
z-index: 0;
display: block;
object-fit: cover;
}
.employer-visual.has-cover::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(180deg, rgba(0, 6, 38, 0.05), rgba(0, 6, 38, 0.78));
}
.employer-logo-shell {
width: min(62%, 150px);
aspect-ratio: 1.55 / 1;
padding: 15px;
display: grid;
place-items: center;
position: absolute;
left: 50%;
top: 48%;
z-index: 3;
transform: translate(-50%, -50%);
background: var(--white);
box-shadow: 6px 6px 0 rgba(0, 6, 38, 0.28);
}
.employer-logo {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.employer-visual.has-cover .employer-note {
z-index: 3;
color: var(--white);
}
.employer-index {
position: absolute;
top: 17px;
right: 18px;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.1em;
}
.employer-initials {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -54%);
font-size: clamp(50px, 6vw, 86px);
font-weight: 950;
letter-spacing: -0.1em;
z-index: 2;
}
.visual-rings i {
position: absolute;
border: 1px solid currentColor;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.visual-rings i:nth-child(1) { width: 110px; height: 110px; }
.visual-rings i:nth-child(2) { width: 180px; height: 180px; opacity: 0.55; }
.visual-rings i:nth-child(3) { width: 260px; height: 260px; opacity: 0.28; }
.employer-note {
position: absolute;
left: 18px;
bottom: 17px;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.employer-details {
min-width: 0;
flex: 1 1 auto;
min-height: 100px;
padding: 19px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.employer-details > div {
min-width: 0;
}
.employer-details h3 {
margin: 0 0 7px;
font-size: 16px;
overflow-wrap: anywhere;
}
.employer-details p {
margin: 0;
font-size: 10px;
color: var(--muted-ink);
overflow-wrap: anywhere;
}
.priority-employer-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.employer-card--priority .employer-visual {
aspect-ratio: 16 / 10;
}
.priority-employer-label {
position: absolute;
top: 16px;
left: 16px;
z-index: 4;
padding: 7px 9px;
background: var(--white);
color: var(--ink);
border: 1px solid currentColor;
font-size: 10px;
font-weight: 900;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.employer-card--priority .employer-note {
right: 18px;
z-index: 4;
line-height: 1.35;
}
.priority-job-count {
margin-top: 9px;
display: block;
color: var(--blue);
font-size: 10px;
}
.priority-job-links {
padding: 0 18px 18px;
display: grid;
gap: 7px;
}
.priority-job-links a {
min-width: 0;
padding: 10px 11px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
border: 1px solid var(--line);
background: var(--light-gray);
font-size: 10px;
font-weight: 800;
}
.priority-job-links a span {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.employer-details button,
.employer-details > a {
flex: 0 0 auto;
width: 34px;
height: 34px;
border: 1px solid var(--ink);
background: transparent;
color: var(--ink);
text-decoration: none;
}
.employer-details button:hover,
.employer-details > a:hover {
background: var(--lime);
}
.region-section {
display: grid;
grid-template-columns: minmax(330px, 0.68fr) minmax(0, 1.32fr);
background: var(--blue);
color: var(--white);
}
.region-quote {
min-height: 760px;
padding: clamp(55px, 6vw, 96px);
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.section-kicker.light {
color: var(--white);
}
.region-quote blockquote em {
color: var(--yellow);
}
.region-quote blockquote {
font-size: clamp(43px, 4.6vw, 70px);
}
.region-quote > p {
max-width: 470px;
margin: 30px 0;
color: rgba(255, 255, 255, 0.92);
font-size: 13px;
line-height: 1.7;
}
.region-quote > a {
padding-bottom: 7px;
border-bottom: 1px solid var(--white);
font-size: 10px;
font-weight: 800;
}
.region-quote > a span {
padding-left: 14px;
color: var(--lime);
}
.region-story-grid {
padding: 1px;
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 1px;
background: rgba(255, 255, 255, 0.28);
}
.region-story-grid .story-card:first-child {
grid-column: 1 / -1;
}
.region-story-grid .story-card:not(:first-child) {
grid-column: span 3;
}
.story-card {
min-width: 0;
background: var(--white);
color: var(--ink);
overflow: hidden;
}
.story-card > a {
height: 100%;
display: flex;
flex-direction: column;
}
.story-card-art,
.story-single-art {
min-height: 220px;
position: relative;
overflow: hidden;
}
.story-shape {
position: absolute;
display: block;
}
.story-art-label {
padding: 7px 9px;
position: absolute;
left: 18px;
top: 18px;
z-index: 4;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-style: normal;
font-weight: 850;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.story-card-copy {
flex: 1;
padding: 24px;
display: flex;
flex-direction: column;
background: var(--ink);
color: var(--white);
}
.story-card-meta,
.story-card-foot {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.story-card-meta {
color: var(--yellow);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.story-card-meta time {
color: rgba(255, 255, 255, 0.52);
}
.story-card h3 {
margin: 14px 0 11px;
font-size: clamp(23px, 2vw, 30px);
line-height: 1.08;
letter-spacing: -0.04em;
}
.story-card-copy > p {
margin: 0 0 24px;
color: rgba(255, 255, 255, 0.7);
font-size: 10px;
line-height: 1.6;
}
.story-card-foot {
margin-top: auto;
padding-top: 15px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
font-size: 10px;
}
.story-card-foot strong {
color: var(--yellow);
}
.story-card:hover .story-card-foot strong {
color: var(--lime);
}
.story-card.is-featured > a {
display: grid;
grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
}
.story-card.is-featured .story-card-art {
min-height: 310px;
}
.story-card.is-featured .story-card-copy {
padding: clamp(28px, 4vw, 48px);
}
.story-card.is-featured h3 {
font-size: clamp(29px, 3.3vw, 48px);
}
.story-card--lake .story-card-art,
.story-single--lake .story-single-art {
background: linear-gradient(155deg, #d9efff 0 52%, #8acdf3 52%);
}
.story-card--lake .story-shape-one,
.story-single--lake .story-shape-one {
width: 112px;
height: 112px;
left: 13%;
top: 15%;
border-radius: 50%;
background: var(--yellow);
}
.story-card--lake .story-shape-two,
.story-single--lake .story-shape-two {
width: 150%;
height: 58%;
left: -22%;
bottom: -27%;
border-radius: 50% 50% 0 0;
background: var(--blue);
box-shadow: 0 -24px 0 rgba(255, 255, 255, 0.38), 0 -48px 0 rgba(70, 96, 226, 0.2);
transform: rotate(-4deg);
}
.story-card--lake .story-shape-three,
.story-single--lake .story-shape-three {
width: 36%;
height: 2px;
right: 8%;
bottom: 24%;
background: rgba(255, 255, 255, 0.68);
box-shadow: 28px 14px 0 rgba(255, 255, 255, 0.42), -18px 28px 0 rgba(255, 255, 255, 0.34);
}
.story-card--city .story-card-art,
.story-single--city .story-single-art {
background: linear-gradient(145deg, var(--pastel-red), #ffc7d0);
}
.story-card--city .story-shape-one,
.story-single--city .story-shape-one {
width: 130px;
height: 130px;
right: 11%;
top: 11%;
border-radius: 50%;
background: var(--orange);
}
.story-card--city .story-shape-two,
.story-single--city .story-shape-two {
width: 88%;
height: 72%;
left: 6%;
bottom: -3%;
z-index: 2;
background: var(--ink);
clip-path: polygon(0 100%, 0 57%, 11% 57%, 11% 42%, 23% 42%, 23% 60%, 34% 60%, 34% 28%, 45% 28%, 45% 52%, 55% 52%, 55% 12%, 65% 12%, 65% 39%, 76% 39%, 76% 50%, 88% 50%, 88% 32%, 100% 32%, 100% 100%);
}
.story-card--city .story-shape-three,
.story-single--city .story-shape-three {
width: 100%;
height: 20%;
left: 0;
bottom: 0;
z-index: 3;
background: repeating-linear-gradient(90deg, transparent 0 20px, rgba(255, 255, 255, 0.18) 20px 22px);
}
.story-card--forest .story-card-art,
.story-single--forest .story-single-art {
background: linear-gradient(160deg, var(--pastel-green), #9be3bd);
}
.story-card--forest .story-shape-one,
.story-single--forest .story-shape-one {
inset: 5% -5% -10% 11%;
background: var(--green);
clip-path: polygon(0 100%, 11% 48%, 4% 48%, 17% 10%, 30% 48%, 23% 48%, 34% 100%, 44% 100%, 56% 38%, 48% 38%, 63% 0, 78% 38%, 70% 38%, 89% 100%);
}
.story-card--forest .story-shape-two,
.story-single--forest .story-shape-two {
width: 33%;
height: 110%;
left: 42%;
bottom: -60%;
z-index: 2;
border-radius: 50%;
background: var(--pastel-orange);
transform: rotate(7deg);
}
.story-card--forest .story-shape-three,
.story-single--forest .story-shape-three {
width: 84px;
height: 84px;
right: 10%;
top: 13%;
border-radius: 50%;
background: var(--yellow);
}
.story-card--work .story-card-art,
.story-single--work .story-single-art {
background: var(--pastel-orange);
}
.story-card--work .story-shape-one,
.story-single--work .story-shape-one {
width: 210px;
height: 210px;
right: -30px;
top: -40px;
border-radius: 50%;
background: var(--blue);
box-shadow: 0 0 0 24px rgba(70, 96, 226, 0.16), 0 0 0 49px rgba(70, 96, 226, 0.08);
}
.story-card--work .story-shape-two,
.story-single--work .story-shape-two {
width: 58%;
height: 52%;
left: 9%;
bottom: 0;
background: var(--ink);
clip-path: polygon(0 100%, 0 43%, 22% 43%, 22% 20%, 44% 20%, 44% 60%, 62% 60%, 62% 0, 79% 0, 79% 42%, 100% 42%, 100% 100%);
}
.story-card--work .story-shape-three,
.story-single--work .story-shape-three {
width: 62px;
height: 62px;
left: 17%;
top: 16%;
z-index: 2;
background: var(--orange);
transform: rotate(12deg);
}
.employer-cta {
min-height: 440px;
padding: clamp(70px, 9vw, 130px) clamp(25px, 7vw, 110px);
display: grid;
grid-template-columns: auto 1.6fr 0.7fr;
gap: clamp(30px, 6vw, 90px);
align-items: center;
background: var(--yellow);
border-bottom: 1px solid var(--ink);
}
.employer-cta .section-kicker {
color: var(--ink);
}
.employer-cta h2 em {
color: var(--blue-text);
}
.cta-badge {
width: 122px;
height: 122px;
border: 2px solid var(--ink);
border-radius: 50%;
display: grid;
place-items: center;
text-align: center;
font-weight: 900;
font-size: 13px;
line-height: 1.4;
transform: rotate(-10deg);
}
.cta-copy p {
font-size: 13px;
line-height: 1.7;
}
.cta-copy button,
.cta-copy > a {
width: 100%;
padding: 15px 17px;
margin-top: 13px;
display: flex;
justify-content: space-between;
border: 1px solid var(--ink);
background: var(--ink);
color: white;
font-size: 10px;
font-weight: 800;
cursor: pointer;
text-decoration: none;
}
.cta-copy button:hover,
.cta-copy > a:hover {
background: var(--lime);
color: var(--ink);
}
.site-footer {
position: relative;
overflow: hidden;
background: var(--ink);
color: var(--white);
}
.site-footer::before {
content: "";
width: 540px;
height: 540px;
position: absolute;
left: -370px;
bottom: -365px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 50%;
box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025), 0 0 0 110px rgba(255, 255, 255, 0.02);
}
.footer-main {
min-height: 560px;
padding: clamp(65px, 8vw, 110px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr);
gap: clamp(60px, 9vw, 145px);
position: relative;
z-index: 2;
}
.footer-brand-panel {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.footer-brand {
font-size: clamp(27px, 3vw, 38px);
}
.footer-brand .brand-logo {
height: 56px;
}
.footer-brand .brand-name {
color: var(--white);
}
.footer-brand-panel > p {
margin: 45px 0 11px;
font-size: clamp(43px, 5vw, 72px);
font-weight: 800;
letter-spacing: -0.065em;
line-height: 0.93;
}
.footer-brand-panel > p em {
color: var(--yellow);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.footer-claim {
color: rgba(255, 255, 255, 0.58);
font-size: 10px;
}
.footer-actions {
width: min(100%, 430px);
margin-top: auto;
padding-top: 46px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.footer-actions a {
min-height: 50px;
padding: 14px 15px;
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid rgba(255, 255, 255, 0.52);
font-size: 10px;
font-weight: 850;
}
.footer-actions a:first-child {
border-color: var(--yellow);
background: var(--yellow);
color: var(--ink);
}
.footer-actions a:hover {
border-color: var(--lime);
background: var(--lime);
color: var(--ink);
}
.footer-navigation {
display: grid;
grid-template-columns: minmax(190px, 1.2fr) minmax(150px, 0.85fr) minmax(120px, 0.75fr);
gap: clamp(35px, 5vw, 75px);
}
.footer-menu {
min-width: 0;
display: flex;
flex-direction: column;
align-items: stretch;
}
.footer-menu-title {
margin-bottom: 24px;
padding-bottom: 11px;
border-bottom: 1px solid rgba(255, 255, 255, 0.22);
color: var(--yellow);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.footer-menu > a,
.footer-social-placeholder {
min-height: 49px;
display: flex;
align-items: center;
gap: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
font-size: 10px;
font-weight: 750;
}
.footer-menu > a > span {
margin-left: auto;
color: var(--yellow);
}
.footer-menu > a:hover {
padding-left: 7px;
color: var(--lime);
}
.footer-social-menu i {
width: 28px;
height: 28px;
display: grid;
place-items: center;
flex: 0 0 auto;
border: 1px solid rgba(255, 255, 255, 0.34);
border-radius: 50%;
font-size: 10px;
font-style: normal;
font-weight: 900;
text-transform: lowercase;
}
.footer-social-menu .dashicons {
font-size: 16px;
line-height: 26px;
}
.footer-social-placeholder {
color: rgba(255, 255, 255, 0.58);
}
.footer-bottom {
min-height: 86px;
padding: 18px clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: 1fr auto auto;
align-items: center;
gap: 35px;
position: relative;
z-index: 2;
border-top: 1px solid rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.52);
font-size: 10px;
}
.footer-made-in {
display: inline-flex;
align-items: center;
gap: 9px;
}
.footer-made-in i {
width: 7px;
height: 7px;
display: block;
border-radius: 50%;
background: var(--green);
box-shadow: 0 0 0 5px rgba(0, 202, 36, 0.12);
}
.footer-scroll-top {
width: 44px;
height: 44px;
display: grid;
place-items: center;
border: 1px solid rgba(255, 255, 255, 0.48);
border-radius: 50%;
color: var(--white);
font-size: 18px;
}
.footer-scroll-top:hover {
border-color: var(--yellow);
background: var(--yellow);
color: var(--ink);
}
.route-page {
min-height: 100vh;
}
.inner-hero {
min-height: 480px;
padding: clamp(70px, 8vw, 120px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: 1fr auto;
align-items: end;
gap: 50px;
border-bottom: 1px solid var(--ink);
}
.inner-hero > div:first-child {
min-width: 0;
}
.inner-hero h1,
.business-hero h1 {
max-width: 960px;
margin: 0;
font-size: clamp(56px, 7vw, 104px);
}
.inner-hero h1 em,
.business-hero h1 em {
color: var(--orange-text);
}
.inner-hero > div:first-child > p {
max-width: 650px;
margin: 28px 0 0;
font-size: 18px;
line-height: 1.7;
}
.jobs-archive-hero {
background: var(--pastel-blue);
}
.employer-archive-hero {
background: var(--pastel-purple);
}
.archive-count {
width: 180px;
height: 180px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--ink);
color: var(--white);
text-align: center;
transform: rotate(6deg);
}
.archive-count strong {
color: var(--yellow);
font-family: var(--font-playfair), Georgia, serif;
font-size: 56px;
line-height: 1;
}
.archive-count span {
margin-top: 8px;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.08em;
line-height: 1.4;
text-transform: uppercase;
}
.catalog-search-section,
.employer-directory {
padding: clamp(48px, 6vw, 84px) clamp(24px, 7vw, 110px) clamp(86px, 10vw, 140px);
}
.archive-search {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 1fr) auto;
border: 1px solid var(--ink);
box-shadow: 7px 7px 0 var(--ink);
}
.archive-search label {
min-width: 0;
padding: 16px 20px;
border-right: 1px solid var(--line);
}
.archive-search label span {
display: block;
margin-bottom: 5px;
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.archive-search input,
.archive-search select {
min-width: 0;
width: 100%;
border: 0;
outline: 0;
background: transparent;
color: var(--ink);
font-family: inherit;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.archive-search input::placeholder {
text-overflow: ellipsis;
}
.archive-search button {
min-width: 125px;
padding: 16px 20px;
border: 0;
background: var(--orange);
font-size: 13px;
font-weight: 850;
line-height: 1.2;
cursor: pointer;
}
.archive-search button:hover {
background: var(--yellow);
}
.catalog-layout {
display: grid;
grid-template-columns: 240px minmax(0, 1fr);
gap: 48px;
margin-top: 58px;
}
.catalog-filter {
align-self: start;
position: sticky;
top: 115px;
}
.catalog-filter-panel > summary {
display: none;
}
.catalog-filter-panel:not([open]) > .catalog-filter-body {
display: block;
}
.filter-heading {
padding-bottom: 16px;
display: flex;
justify-content: space-between;
border-bottom: 1px solid var(--ink);
}
.filter-heading span {
font-size: 10px;
font-weight: 850;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.filter-heading button {
border: 0;
background: transparent;
color: var(--muted-ink);
font-size: 10px;
cursor: pointer;
}
.filter-options {
padding: 9px 0;
}
.filter-options button {
width: 100%;
padding: 11px 0;
display: flex;
align-items: center;
justify-content: space-between;
border: 0;
border-bottom: 1px solid var(--line);
background: transparent;
font-size: 10px;
cursor: pointer;
text-align: left;
}
.filter-options button b {
width: 24px;
height: 24px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--light-gray);
font-size: 10px;
}
.filter-options button.active {
color: var(--blue);
font-weight: 850;
}
.filter-options button.active b {
background: var(--blue);
color: var(--white);
}
.filter-partner-card {
margin-top: 24px;
padding: 20px;
background: var(--ink);
color: var(--white);
}
.filter-partner-card > span {
color: var(--yellow);
font-size: 25px;
}
.filter-partner-card strong {
display: block;
margin: 10px 0 6px;
font-size: 13px;
}
.filter-partner-card p {
margin: 0;
color: rgba(255, 255, 255, 0.62);
font-size: 10px;
line-height: 1.55;
}
.results-toolbar {
min-height: 48px;
display: flex;
align-items: start;
justify-content: space-between;
gap: 20px;
border-bottom: 1px solid var(--ink);
}
.results-toolbar p {
margin: 0;
font-size: 13px;
}
.results-toolbar span {
color: var(--muted-ink);
font-size: 10px;
}
.archive-job-card {
min-height: 170px;
padding: 24px 0;
display: grid;
grid-template-columns: auto 1fr auto auto;
align-items: center;
gap: 20px;
border-bottom: 1px solid var(--line);
position: relative;
}
.archive-job-card.is-partner {
padding-left: 16px;
background: linear-gradient(90deg, var(--pastel-purple), transparent 72%);
}
.archive-job-card.is-partner::before {
content: "";
width: 4px;
position: absolute;
top: 23px;
bottom: 23px;
left: 0;
background: var(--yellow);
}
.archive-job-copy h2 {
margin: 0 0 7px;
font-size: clamp(18px, 2vw, 24px);
line-height: 1.2;
letter-spacing: -0.035em;
}
.archive-job-copy h2 a:hover {
color: var(--orange-text);
}
.archive-job-copy > p {
margin: 0;
color: var(--muted-ink);
font-size: 10px;
}
.archive-job-copy > p strong {
color: var(--ink);
}
.job-detail-hero {
padding: 24px clamp(24px, 7vw, 110px) 64px;
background: var(--light-gray);
border-bottom: 1px solid var(--ink);
}
.job-detail-hero.premium-detail {
background: var(--pastel-blue);
}
.job-detail-cover {
width: min(100%, 1320px);
height: clamp(230px, 34vw, 430px);
margin: 0 auto;
position: relative;
overflow: hidden;
background: var(--blue);
border: 1px solid var(--ink);
}
.job-detail-cover-image {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.job-detail-cover.has-cover::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 6, 38, 0.03), rgba(0, 6, 38, 0.5));
}
.job-detail-cover-fallback {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
background: var(--card-color, var(--blue));
}
.job-detail-cover-fallback i {
position: absolute;
border-radius: 50%;
background: var(--card-accent, var(--white));
opacity: 0.22;
}
.job-detail-cover-fallback i:first-child {
width: 420px;
height: 420px;
right: -70px;
top: -210px;
}
.job-detail-cover-fallback i:nth-child(2) {
width: 210px;
height: 210px;
left: 12%;
bottom: -100px;
}
.job-detail-cover-fallback i:last-child {
width: 80px;
height: 80px;
left: 52%;
top: 28%;
}
.job-detail-back {
padding: 10px 13px;
position: absolute;
z-index: 2;
top: 18px;
left: 18px;
background: var(--white);
border: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.job-detail-employer-mark {
width: 92px;
height: 92px;
padding: 13px;
position: absolute;
z-index: 2;
left: 22px;
bottom: 22px;
display: grid;
place-items: center;
overflow: hidden;
background: var(--white);
border: 1px solid var(--ink);
color: var(--ink);
font-size: 23px;
font-weight: 950;
}
.job-detail-employer-mark img {
width: 100%;
height: 100%;
object-fit: contain;
}
.job-detail-intro {
width: min(100%, 1180px);
margin: 0 auto;
padding-top: 46px;
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(500px, 0.95fr);
gap: clamp(40px, 6vw, 90px);
align-items: end;
}
.job-detail-heading h1 {
max-width: 830px;
margin: 11px 0 14px;
font-size: clamp(41px, 5vw, 72px);
line-height: 0.98;
letter-spacing: -0.05em;
}
.job-detail-heading p {
margin: 0;
color: var(--muted-ink);
font-size: 13px;
}
.job-detail-heading p a {
color: var(--ink);
font-weight: 850;
}
.detail-facts {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.detail-fact {
min-width: 0;
padding: 14px;
display: grid;
grid-template-columns: 38px minmax(0, 1fr);
grid-template-rows: auto auto;
column-gap: 11px;
background: rgba(255, 255, 255, 0.82);
border: 1px solid rgba(0, 6, 38, 0.16);
}
.detail-fact i {
grid-row: 1 / 3;
width: 38px;
height: 38px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--pastel-blue);
color: var(--blue-text);
font-style: normal;
font-size: 23px;
line-height: 38px;
}
.detail-fact span,
.detail-fact strong {
min-width: 0;
display: block;
overflow-wrap: anywhere;
}
.detail-fact span {
margin-bottom: 4px;
color: var(--muted-ink);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.detail-fact strong {
font-size: 10px;
line-height: 1.35;
}
.job-detail-layout {
padding: clamp(70px, 8vw, 120px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.7fr);
gap: clamp(55px, 8vw, 120px);
}
.job-detail-layout > * {
min-width: 0;
}
.detail-section {
max-width: 820px;
}
.detail-section h2 {
margin: 10px 0 27px;
font-size: clamp(35px, 4vw, 54px);
line-height: 1;
letter-spacing: -0.045em;
}
.detail-checklist-section {
max-width: 900px;
margin-top: 24px;
padding: clamp(28px, 4vw, 44px);
background: var(--light-gray);
border: 1px solid var(--line);
}
.detail-checklist-section.is-benefits {
background: var(--pastel-blue);
}
.application-card {
align-self: start;
padding: 30px;
position: sticky;
top: 115px;
background: var(--ink);
color: var(--white);
}
.application-card .mini-label {
color: var(--yellow);
}
.application-card h2 {
margin: 18px 0 13px;
font-family: var(--font-playfair), Georgia, serif;
font-size: 34px;
line-height: 1.08;
font-weight: 500;
}
.application-card p {
color: rgba(255, 255, 255, 0.65);
font-size: 10px;
line-height: 1.6;
}
.application-card > a,
.application-card > button {
width: 100%;
min-height: 48px;
margin-top: 10px;
padding: 0 15px;
display: flex;
align-items: center;
justify-content: space-between;
border: 0;
font-size: 10px;
font-weight: 850;
}
.application-card > a {
transition: transform 160ms ease, box-shadow 160ms ease;
}
.application-card > a.primary-application {
min-height: 58px;
background: var(--yellow);
box-shadow: 5px 5px 0 var(--blue);
color: var(--ink);
font-size: 10px;
}
.application-card > a.primary-application:hover {
transform: translate(-2px, -2px);
box-shadow: 7px 7px 0 var(--blue);
}
.application-card > a.email-application {
min-height: 54px;
background: var(--blue);
box-shadow: 4px 4px 0 var(--green);
color: var(--white);
}
.application-card > a.secondary-application {
border: 1px solid rgba(255, 255, 255, 0.45);
background: transparent;
color: var(--white);
}
.application-card > button {
border: 1px solid rgba(255, 255, 255, 0.45);
background: transparent;
color: var(--white);
cursor: pointer;
}
.application-card small {
display: block;
margin-top: 18px;
color: rgba(255, 255, 255, 0.58);
font-size: 10px;
line-height: 1.5;
}
.job-employer-benefits {
padding: clamp(70px, 8vw, 110px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1.4fr);
gap: clamp(45px, 7vw, 100px);
background: var(--pastel-blue);
border-top: 1px solid var(--ink);
}
.job-employer-section-heading h2 {
margin: 10px 0 22px;
font-size: clamp(39px, 5vw, 66px);
line-height: 0.98;
letter-spacing: -0.05em;
}
.job-employer-section-heading > a {
padding-bottom: 5px;
border-bottom: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.job-employer-benefit-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.job-employer-benefit-grid > div {
min-height: 70px;
padding: 16px;
display: flex;
gap: 12px;
align-items: center;
background: rgba(255, 255, 255, 0.76);
border: 1px solid rgba(70, 96, 226, 0.2);
}
.job-employer-benefit-grid span {
width: 29px;
height: 29px;
flex: 0 0 auto;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--blue);
color: var(--white);
font-weight: 900;
}
.application-funnel-section {
padding: clamp(76px, 9vw, 130px) clamp(24px, 7vw, 110px);
border-top: 1px solid var(--ink);
background: var(--pastel-green);
}
.application-funnel {
display: grid;
grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
border: 1px solid var(--ink);
box-shadow: 12px 12px 0 var(--ink);
}
.funnel-intro {
padding: clamp(34px, 5vw, 70px);
background: var(--blue);
color: var(--white);
}
.funnel-intro .section-kicker {
color: var(--white);
}
.funnel-intro h2 {
margin: 0;
font-size: clamp(42px, 4.6vw, 70px);
line-height: 0.98;
letter-spacing: -0.055em;
}
.funnel-intro > p {
max-width: 500px;
margin: 28px 0;
color: rgba(255, 255, 255, 0.92);
font-size: 13px;
line-height: 1.7;
}
.funnel-intro ul {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
list-style: none;
}
.funnel-intro li {
padding: 8px 11px;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 99px;
font-size: 10px;
font-weight: 800;
}
.funnel-form-shell {
min-width: 0;
padding: clamp(34px, 5vw, 70px);
background: var(--white);
}
.funnel-progress {
height: 30px;
margin-bottom: 38px;
border-bottom: 3px solid var(--light-gray);
position: relative;
}
.funnel-progress > span {
width: 33.333%;
height: 3px;
position: absolute;
bottom: -3px;
left: 0;
background: var(--orange);
transition: width 220ms ease;
}
.funnel-progress b {
display: block;
color: var(--muted-ink);
font-size: 10px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.funnel-step {
min-width: 0;
margin: 0 0 34px;
padding: 0 0 34px;
border: 0;
border-bottom: 1px solid var(--line);
}
.is-enhanced .funnel-step {
margin: 0;
padding: 0;
border: 0;
}
.funnel-step legend {
width: 100%;
margin-bottom: 26px;
padding: 0;
font-family: var(--font-playfair), Georgia, serif;
font-size: clamp(27px, 3vw, 38px);
line-height: 1.2;
}
.funnel-step legend span {
margin-right: 12px;
color: var(--orange-text);
font-family: var(--font-sans), Arial, sans-serif;
font-size: 10px;
font-weight: 900;
vertical-align: middle;
}
.funnel-step > label:not(.consent-field) {
margin-bottom: 18px;
display: block;
color: var(--ink);
font-size: 10px;
font-weight: 850;
}
.funnel-step label small {
color: var(--muted-ink);
font-size: 10px;
font-weight: 600;
}
.funnel-step input:not([type="checkbox"]),
.funnel-step select,
.funnel-step textarea {
width: 100%;
margin-top: 7px;
padding: 14px 15px;
border: 1px solid var(--ink);
border-radius: 0;
background: var(--white);
color: var(--ink);
font: inherit;
font-size: 13px;
}
.funnel-step input:focus,
.funnel-step select:focus,
.funnel-step textarea:focus {
outline: 3px solid var(--pastel-blue);
outline-offset: 1px;
border-color: var(--blue);
}
.funnel-next,
.funnel-submit,
.funnel-actions > button {
min-height: 50px;
padding: 0 18px;
border: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
cursor: pointer;
}
.funnel-next,
.funnel-submit {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
background: var(--ink);
color: var(--white);
}
.funnel-next:hover,
.funnel-submit:hover {
background: var(--orange);
color: var(--ink);
}
.funnel-actions {
display: grid;
grid-template-columns: auto minmax(180px, 1fr);
gap: 9px;
}
.funnel-actions > button:first-child {
background: var(--white);
color: var(--ink);
}
.funnel-summary {
margin-bottom: 24px;
padding: 22px;
background: var(--pastel-orange);
border-left: 4px solid var(--yellow);
}
.funnel-summary strong {
font-size: 13px;
}
.funnel-summary p {
margin: 8px 0 0;
color: var(--muted-ink);
font-size: 10px;
line-height: 1.65;
}
.consent-field {
margin: 0 0 25px;
display: grid;
grid-template-columns: auto 1fr;
gap: 11px;
color: var(--muted-ink);
font-size: 10px;
line-height: 1.6;
}
.consent-field input {
width: 18px;
height: 18px;
margin: 2px 0 0;
accent-color: var(--blue);
}
.funnel-honeypot {
width: 1px;
height: 1px;
overflow: hidden;
position: absolute;
left: -10000px;
}
.application-message {
margin-bottom: 26px;
padding: 15px 17px;
border-left: 4px solid var(--red);
background: var(--pastel-red);
font-size: 10px;
font-weight: 750;
}
.application-message.success {
border-color: var(--green);
background: var(--pastel-green);
}
.funnel-success-card {
min-height: 390px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.funnel-success-card > span {
width: 58px;
height: 58px;
margin-bottom: 24px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--green);
color: var(--ink);
font-size: 24px;
font-weight: 900;
}
.funnel-success-card h3 {
margin: 0;
font-size: clamp(34px, 4vw, 54px);
}
.funnel-success-card p {
max-width: 520px;
color: var(--muted-ink);
line-height: 1.7;
}
.funnel-success-card a {
margin-top: 14px;
padding-bottom: 5px;
border-bottom: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.similar-jobs-section {
padding: clamp(70px, 8vw, 110px) clamp(24px, 7vw, 110px);
background: var(--light-gray);
border-top: 1px solid var(--ink);
}
.similar-jobs-heading {
margin-bottom: 38px;
display: flex;
justify-content: space-between;
gap: 28px;
align-items: end;
}
.similar-jobs-heading h2 {
margin: 8px 0 0;
font-size: clamp(42px, 6vw, 78px);
line-height: 0.95;
letter-spacing: -0.055em;
}
.similar-jobs-heading > a {
padding-bottom: 6px;
border-bottom: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.similar-jobs-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.similar-jobs-grid .archive-job-card {
min-height: 310px;
padding: 24px;
grid-template-columns: 1fr auto;
grid-template-rows: auto 1fr;
gap: 18px;
background: var(--white);
border: 1px solid var(--ink);
}
.similar-jobs-grid .company-mark {
width: 58px;
height: 58px;
}
.similar-jobs-grid .archive-job-copy {
grid-column: 1 / -1;
align-self: stretch;
display: flex;
flex-direction: column;
}
.similar-jobs-grid .archive-job-copy h2 {
font-size: clamp(23px, 2.2vw, 29px);
}
.similar-jobs-grid .job-tags {
margin-top: auto;
padding-top: 25px;
}
.not-found-panel {
min-height: 650px;
padding: 90px 24px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.not-found-panel > span {
color: var(--orange-text);
font-family: var(--font-playfair), Georgia, serif;
font-size: 60px;
}
.not-found-panel h1 {
max-width: 700px;
margin: 10px 0 25px;
font-size: 43px;
}
.not-found-panel a {
padding-bottom: 5px;
border-bottom: 1px solid var(--ink);
font-size: 10px;
font-weight: 800;
}
.employer-hero-seal {
width: 190px;
height: 190px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--yellow);
text-align: center;
transform: rotate(-7deg);
}
.employer-hero-seal strong {
font-family: var(--font-playfair), Georgia, serif;
font-size: 60px;
line-height: 1;
}
.employer-hero-seal span {
margin-top: 8px;
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
line-height: 1.4;
text-transform: uppercase;
}
.directory-toolbar {
min-height: 66px;
display: grid;
grid-template-columns: 1fr 310px auto;
align-items: center;
gap: 12px;
}
.directory-toolbar label {
min-width: 0;
}
.directory-search-label {
margin-bottom: 7px;
display: block;
font-size: 10px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.directory-search-actions {
padding-top: 21px;
display: flex;
align-items: center;
gap: 12px;
}
.directory-search-actions > a {
color: var(--muted-ink);
font-size: 10px;
font-weight: 800;
white-space: nowrap;
}
.directory-toolbar input,
.directory-toolbar select {
width: 100%;
height: 52px;
padding: 0 16px;
border: 1px solid var(--ink);
background: var(--white);
outline: none;
font-size: 13px;
}
.directory-toolbar p {
margin: 0 0 0 14px;
white-space: nowrap;
font-size: 10px;
}
.tier-explainer {
margin: 35px 0 45px;
padding: 20px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
background: var(--light-gray);
}
.tier-explainer > div {
display: flex;
align-items: center;
gap: 13px;
}
.tier-swatch {
flex: 0 0 auto;
width: 42px;
height: 42px;
display: grid;
place-items: center;
border-radius: 50%;
}
.tier-swatch.top {
background: var(--yellow);
}
.tier-swatch.basis {
border: 1px solid var(--ink);
}
.tier-explainer p {
margin: 0;
}
.tier-explainer strong,
.tier-explainer small {
display: block;
}
.tier-explainer strong {
margin-bottom: 3px;
font-size: 10px;
}
.tier-explainer small {
color: var(--muted-ink);
font-size: 10px;
line-height: 1.45;
}
.directory-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.directory-grid .top-employer-card,
.directory-grid .employer-card {
height: 100%;
}
.directory-load-more {
margin-top: 34px;
display: flex;
flex-direction: column;
align-items: center;
gap: 9px;
}
.directory-load-more-button {
min-width: min(100%, 300px);
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid var(--ink);
background: var(--white);
font-size: 10px;
font-weight: 900;
transition: background 160ms ease, color 160ms ease;
}
.directory-load-more-button:hover,
.directory-load-more-button[aria-busy="true"] {
background: var(--ink);
color: var(--white);
}
.directory-load-more p {
margin: 0;
color: var(--muted-ink);
font-size: 10px;
}
@media (max-width: 1080px) {
.priority-employer-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 700px) {
.priority-employer-grid {
grid-template-columns: 1fr;
}
.directory-search-actions {
padding-top: 0;
align-items: stretch;
flex-direction: column;
}
.directory-search-actions > a {
text-align: center;
}
}
.directory-cta {
padding: 65px clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: 1fr 1fr auto;
align-items: center;
gap: 45px;
background: var(--yellow);
border-top: 1px solid var(--ink);
}
.directory-cta .section-kicker {
color: var(--ink);
}
.directory-cta h2 {
margin: 0;
font-size: 44px;
letter-spacing: -0.05em;
}
.directory-cta p {
font-size: 13px;
line-height: 1.65;
}
.directory-cta > a {
padding: 15px 18px;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
.employer-profile-hero {
min-height: 650px;
display: grid;
grid-template-columns: 44% 56%;
border-bottom: 1px solid var(--ink);
}
.profile-hero-art {
padding: 35px;
position: relative;
overflow: hidden;
}
.profile-cover-image {
width: 100%;
height: 100%;
position: absolute;
inset: 0;
z-index: 0;
display: block;
object-fit: cover;
}
.profile-hero-art.has-cover::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(180deg, rgba(0, 6, 38, 0.05), rgba(0, 6, 38, 0.74));
}
.profile-logo-shell {
width: min(58%, 260px);
aspect-ratio: 1.65 / 1;
padding: clamp(18px, 3vw, 34px);
display: grid;
place-items: center;
position: absolute;
left: 50%;
top: 48%;
z-index: 3;
transform: translate(-50%, -50%);
background: var(--white);
box-shadow: 12px 12px 0 rgba(0, 6, 38, 0.34);
}
.profile-logo {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.profile-hero-art > span {
max-width: calc(100% - 70px);
position: absolute;
left: 35px;
bottom: 32px;
z-index: 3;
font-size: 10px;
font-weight: 850;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.profile-orbit {
position: absolute;
left: 50%;
top: 48%;
border: 1px solid currentColor;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.profile-orbit.orbit-one {
width: 310px;
height: 310px;
opacity: 0.58;
}
.profile-orbit.orbit-two {
width: 490px;
height: 490px;
opacity: 0.26;
}
.profile-index {
font-size: 10px;
font-weight: 850;
letter-spacing: 0.12em;
}
.profile-monogram {
position: absolute;
left: 50%;
top: 48%;
z-index: 3;
transform: translate(-50%, -50%);
font-size: clamp(100px, 13vw, 190px);
font-weight: 950;
letter-spacing: -0.11em;
}
.profile-rings i {
position: absolute;
left: 50%;
top: 48%;
border: 1px solid currentColor;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.profile-rings i:nth-child(1) { width: 220px; height: 220px; }
.profile-rings i:nth-child(2) { width: 350px; height: 350px; opacity: 0.55; }
.profile-rings i:nth-child(3) { width: 500px; height: 500px; opacity: 0.28; }
.profile-hero-art > strong {
max-width: 300px;
position: absolute;
left: 35px;
bottom: 32px;
z-index: 3;
font-family: var(--font-playfair), Georgia, serif;
font-size: 23px;
font-style: italic;
font-weight: 500;
}
.profile-hero-copy {
padding: clamp(55px, 7vw, 105px);
display: flex;
flex-direction: column;
justify-content: center;
background: var(--white);
}
.profile-back {
align-self: flex-start;
margin-bottom: 42px;
padding-bottom: 4px;
border-bottom: 1px solid var(--ink);
font-size: 10px;
font-weight: 800;
}
.profile-labels {
display: flex;
align-items: center;
gap: 9px;
}
.profile-labels span,
.profile-labels small {
padding: 7px 10px;
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.profile-labels span {
background: var(--ink);
color: var(--white);
}
.profile-labels small {
border: 1px solid var(--line);
border-radius: 99px;
color: var(--muted-ink);
}
.profile-jobs-link {
min-width: 210px;
margin-top: 32px;
padding: 14px 16px;
align-self: flex-start;
display: flex;
justify-content: space-between;
gap: 22px;
background: var(--yellow);
font-size: 10px;
font-weight: 850;
}
.profile-tier-line {
margin: 45px 0 20px;
display: flex;
align-items: center;
gap: 9px;
}
.profile-tier-line .premium-chip,
.profile-tier-line .basis-chip {
margin: 0;
}
.profile-verified,
.profile-partner {
padding: 6px 9px;
border-radius: 99px;
font-size: 10px;
font-weight: 800;
}
.profile-verified {
background: var(--pastel-green);
color: var(--green-text);
}
.profile-partner {
border: 1px solid var(--line);
color: var(--muted-ink);
text-transform: uppercase;
}
.profile-industry {
color: var(--orange-text);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.profile-hero-copy h1 {
margin: 9px 0 18px;
font-size: clamp(50px, 6vw, 85px);
line-height: 0.95;
letter-spacing: -0.06em;
}
.profile-hero-copy > p {
max-width: 670px;
margin: 0;
font-size: 13px;
line-height: 1.75;
}
.profile-location {
margin-top: 19px;
font-size: 10px;
font-weight: 800;
}
.profile-actions {
margin-top: 30px;
display: flex;
gap: 9px;
}
.profile-actions a {
min-width: 155px;
padding: 13px 15px;
display: flex;
justify-content: space-between;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
.profile-actions a.secondary {
border: 1px solid var(--ink);
background: transparent;
color: var(--ink);
}
.profile-facts {
min-height: 120px;
padding: 25px clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: repeat(3, 1fr) 1.4fr;
align-items: center;
background: var(--ink);
color: var(--white);
}
.profile-facts > div {
display: flex;
align-items: baseline;
gap: 10px;
}
.profile-facts strong {
color: var(--yellow);
font-family: var(--font-playfair), Georgia, serif;
font-size: 38px;
}
.profile-facts span {
font-size: 10px;
}
.profile-facts > p {
margin: 0;
padding-left: 35px;
border-left: 1px solid rgba(255, 255, 255, 0.25);
color: rgba(255, 255, 255, 0.65);
font-size: 10px;
line-height: 1.5;
}
.premium-story-section,
.profile-benefits-section,
.profile-jobs-section,
.basis-source-section {
padding: clamp(75px, 9vw, 130px) clamp(24px, 7vw, 110px);
}
.premium-story-section {
background: var(--pastel-orange);
}
.story-intro {
max-width: 950px;
}
.story-intro h2,
.basis-source-section h2 {
margin: 0;
font-size: clamp(48px, 6vw, 84px);
line-height: 0.96;
letter-spacing: -0.055em;
}
.story-intro h2 em {
color: var(--orange-text);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.story-intro > p {
max-width: 720px;
margin: 28px 0 48px;
font-size: 13px;
line-height: 1.75;
}
.culture-grid {
display: grid;
grid-template-columns: 1.2fr 1fr 1fr;
gap: 13px;
}
.culture-card {
min-height: 270px;
padding: 25px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.culture-card span {
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.culture-card h3 {
margin: auto 0 12px;
font-family: var(--font-playfair), Georgia, serif;
font-size: 29px;
line-height: 1.08;
font-weight: 500;
}
.culture-card p {
margin: 0;
font-size: 10px;
line-height: 1.6;
}
.culture-main {
background: var(--pastel-blue);
}
.culture-accent {
background: var(--yellow);
}
.culture-dark {
background: var(--blue);
color: var(--white);
}
.basis-source-section {
display: grid;
grid-template-columns: 1.3fr 1fr;
align-items: end;
gap: 50px;
background: var(--light-gray);
}
.basis-source-section > p {
font-size: 13px;
line-height: 1.75;
}
.basis-source-section > a {
grid-column: 2;
width: max-content;
padding-bottom: 5px;
border-bottom: 1px solid var(--blue);
color: var(--blue);
font-size: 10px;
font-weight: 800;
}
.profile-benefits-section {
border-top: 1px solid var(--ink);
}
.profile-benefit-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
border-top: 1px solid var(--ink);
border-left: 1px solid var(--ink);
}
.profile-benefit-grid > div {
min-height: 150px;
padding: 22px;
display: flex;
flex-direction: column;
justify-content: space-between;
border-right: 1px solid var(--ink);
border-bottom: 1px solid var(--ink);
}
.profile-benefit-grid span {
color: var(--muted-ink);
font-size: 10px;
}
.profile-jobs-section {
background: var(--pastel-blue);
border-top: 1px solid var(--ink);
}
.profile-job-list {
border-top: 1px solid var(--ink);
}
.profile-job-list > a {
min-height: 105px;
padding: 18px 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
border-bottom: 1px solid rgba(0, 6, 38, 0.3);
}
.profile-job-list > a:hover strong {
color: var(--orange-text);
}
.profile-job-list a small,
.profile-job-list a strong,
.profile-job-list a em {
display: block;
}
.profile-job-list a small {
margin-bottom: 6px;
color: var(--blue-text);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.07em;
text-transform: uppercase;
}
.profile-job-list a strong {
font-size: clamp(18px, 2vw, 25px);
}
.profile-job-list a em {
margin-top: 5px;
color: var(--muted-ink);
font-size: 10px;
font-style: normal;
}
.profile-job-list a b {
font-size: 23px;
}
.no-profile-jobs {
min-height: 160px;
display: flex;
flex-direction: column;
justify-content: center;
}
.no-profile-jobs span {
margin-top: 7px;
color: var(--muted-ink);
font-size: 10px;
}
.profile-contact-banner {
padding: 70px clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: 1.2fr 1fr auto;
align-items: center;
gap: 45px;
background: var(--blue);
color: var(--white);
}
.profile-contact-banner .section-kicker {
color: var(--yellow);
}
.profile-contact-banner h2 {
margin: 0;
font-size: 48px;
}
.profile-contact-banner p {
color: rgba(255, 255, 255, 0.92);
font-size: 13px;
line-height: 1.6;
}
.profile-contact-banner > a {
padding: 14px 17px;
background: var(--yellow);
color: var(--ink);
font-size: 10px;
font-weight: 850;
}
.business-hero {
min-height: 720px;
display: grid;
grid-template-columns: 56% 44%;
border-bottom: 1px solid var(--ink);
}
.business-hero-copy {
padding: clamp(80px, 8vw, 125px) clamp(24px, 7vw, 110px);
background: var(--pastel-orange);
}
.business-hero h1 {
margin-top: 13px;
font-size: clamp(48px, 5.7vw, 84px);
}
.business-hero-copy > p {
max-width: 670px;
margin: 30px 0 34px;
font-size: 18px;
line-height: 1.7;
}
.business-actions {
display: flex;
gap: 10px;
}
.business-actions a {
min-width: 190px;
padding: 16px 18px;
display: flex;
justify-content: space-between;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
.business-actions a.secondary {
border: 1px solid var(--ink);
background: transparent;
color: var(--ink);
}
.business-map-art {
min-height: 720px;
background: var(--pastel-blue);
}
.business-proof {
padding: 28px clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: repeat(3, 1fr) 1.25fr;
align-items: center;
background: var(--ink);
color: var(--white);
}
.business-proof > div {
display: flex;
align-items: baseline;
gap: 10px;
}
.business-proof strong {
color: var(--green);
font-family: var(--font-playfair), Georgia, serif;
font-size: 38px;
}
.business-proof span {
max-width: 130px;
font-size: 10px;
line-height: 1.4;
}
.business-proof > p {
margin: 0;
text-align: right;
font-size: 13px;
}
.business-proof em {
color: var(--green);
font-family: var(--font-playfair), Georgia, serif;
}
.business-trial {
padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
gap: clamp(55px, 8vw, 120px);
background: var(--yellow);
border-bottom: 1px solid var(--ink);
}
.business-trial-heading h2 {
margin: 10px 0 28px;
font-size: clamp(48px, 6vw, 84px);
line-height: 0.92;
letter-spacing: -0.055em;
}
.business-trial-heading h2 strong {
display: inline-block;
color: var(--blue-text);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.business-trial-heading > a {
padding-bottom: 6px;
border-bottom: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.business-trial-points {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.business-trial-points article {
min-height: 190px;
padding: 24px;
display: flex;
flex-direction: column;
background: rgba(255, 255, 255, 0.76);
border: 1px solid var(--ink);
}
.business-trial-points article > span {
color: var(--blue-text);
font-family: var(--font-playfair), Georgia, serif;
font-size: 24px;
}
.business-trial-points strong {
margin-top: auto;
font-size: 18px;
}
.business-trial-points p {
margin: 9px 0 0;
color: rgba(0, 6, 38, 0.68);
font-size: 10px;
line-height: 1.6;
}
.business-benefits {
padding: clamp(86px, 10vw, 145px) clamp(24px, 7vw, 110px);
background: var(--white);
}
.business-benefits-heading {
margin-bottom: 55px;
display: grid;
grid-template-columns: 1.3fr 0.7fr;
gap: 40px 80px;
align-items: end;
}
.business-benefits-heading .section-kicker {
grid-column: 1 / -1;
}
.business-benefits-heading h2 {
font-size: clamp(49px, 6vw, 86px);
line-height: 0.94;
}
.business-benefits-heading p {
margin: 0;
color: var(--muted-ink);
font-size: 13px;
line-height: 1.75;
}
.business-benefit-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
border-top: 1px solid var(--ink);
border-left: 1px solid var(--ink);
}
.business-benefit-grid article {
min-height: 285px;
padding: clamp(25px, 3vw, 40px);
display: flex;
flex-direction: column;
border-right: 1px solid var(--ink);
border-bottom: 1px solid var(--ink);
}
.business-benefit-grid article:nth-child(1),
.business-benefit-grid article:nth-child(5) {
background: var(--pastel-blue);
}
.business-benefit-grid article:nth-child(2),
.business-benefit-grid article:nth-child(6) {
background: var(--pastel-green);
}
.business-benefit-grid article:nth-child(3),
.business-benefit-grid article:nth-child(4) {
background: var(--pastel-purple);
}
.business-benefit-grid article > span {
color: var(--blue-text);
font-family: var(--font-playfair), Georgia, serif;
font-size: 24px;
}
.business-benefit-grid h3 {
margin: auto 0 13px;
font-size: clamp(23px, 2vw, 29px);
line-height: 1.1;
letter-spacing: -0.035em;
}
.business-benefit-grid p {
margin: 0;
color: rgba(0, 6, 38, 0.68);
font-size: 10px;
line-height: 1.65;
}
.business-stories {
padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
gap: clamp(50px, 8vw, 110px);
align-items: center;
overflow: hidden;
background: var(--ink);
color: var(--white);
}
.business-stories-heading h2 {
margin: 10px 0 24px;
font-size: clamp(48px, 6vw, 84px);
line-height: 0.94;
letter-spacing: -0.055em;
}
.business-stories-heading h2 em {
color: var(--yellow);
}
.business-stories-heading p {
max-width: 470px;
margin: 0;
color: rgba(255, 255, 255, 0.65);
font-size: 13px;
line-height: 1.7;
}
.business-story-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
align-items: center;
}
.business-story-card {
aspect-ratio: 9 / 16;
max-height: 610px;
position: relative;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.55);
background: #101535;
}
.business-story-card:nth-child(2) {
transform: translateY(38px);
}
.business-story-card video {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.business-story-card::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 6, 38, 0.06), rgba(0, 6, 38, 0.78));
pointer-events: none;
}
.business-story-progress {
height: 3px;
position: absolute;
z-index: 2;
top: 13px;
left: 13px;
right: 13px;
overflow: hidden;
background: rgba(255, 255, 255, 0.34);
}
.business-story-progress i {
width: 72%;
height: 100%;
display: block;
background: var(--white);
}
.business-story-meta {
position: absolute;
z-index: 2;
left: 17px;
right: 17px;
bottom: 18px;
display: flex;
gap: 11px;
align-items: center;
color: var(--white);
}
.business-story-meta > span {
width: 42px;
height: 42px;
padding: 5px;
flex: 0 0 auto;
display: grid;
place-items: center;
overflow: hidden;
border-radius: 50%;
background: var(--white);
color: var(--ink);
font-size: 10px;
font-weight: 900;
}
.business-story-meta img {
width: 100%;
height: 100%;
object-fit: contain;
}
.business-story-meta strong,
.business-story-meta small {
display: block;
}
.business-story-meta strong {
font-size: 10px;
}
.business-story-meta small {
margin-top: 3px;
color: rgba(255, 255, 255, 0.66);
font-size: 10px;
}
.business-process {
padding: clamp(80px, 9vw, 125px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 80px;
background: var(--blue);
color: var(--white);
}
.business-process h2 {
margin: 0;
font-size: clamp(46px, 5.5vw, 78px);
line-height: 0.96;
letter-spacing: -0.055em;
}
.business-process h2 em {
color: var(--yellow);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.business-process > div > p {
max-width: 440px;
margin: 26px 0 0;
color: rgba(255, 255, 255, 0.92);
font-size: 10px;
line-height: 1.7;
}
.business-process ol {
margin: 0;
padding: 0;
list-style: none;
}
.business-process li {
min-height: 100px;
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
gap: 18px;
border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.business-process li > span {
color: var(--yellow);
font-family: var(--font-playfair), Georgia, serif;
font-size: 28px;
}
.business-process li strong {
font-size: 13px;
}
.business-process li p {
margin: 6px 0 0;
color: rgba(255, 255, 255, 0.92);
font-size: 10px;
}
.employer-inquiry-section {
padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 110px);
background: var(--pastel-green);
border-top: 1px solid var(--ink);
}
.employer-inquiry-funnel .funnel-intro {
background: var(--ink);
}
.employer-inquiry-funnel .funnel-intro h2 {
font-size: clamp(42px, 5vw, 70px);
}
.inquiry-email-alternative {
margin-top: 30px;
padding-bottom: 6px;
display: inline-block;
border-bottom: 1px solid rgba(255, 255, 255, 0.55);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
@media (max-width: 1050px) {
.site-header {
grid-template-columns: 1fr auto;
}
.main-nav {
display: none;
}
.hero {
grid-template-columns: 1fr;
}
.hero-art {
min-height: 470px;
}
.jobs-layout {
grid-template-columns: 1fr;
}
.top-employer-grid {
grid-template-columns: 1fr 1fr;
}
.top-employer-card:first-child {
grid-column: 1 / 3;
}
.newsletter-card {
position: relative;
top: auto;
min-height: 350px;
}
.employer-grid {
grid-template-columns: 1fr 1fr;
gap: 30px 14px;
}
.region-section {
grid-template-columns: 1fr;
}
.region-quote {
min-height: 570px;
}
.region-collage {
min-height: 600px;
}
.employer-cta {
grid-template-columns: auto 1fr;
}
.cta-copy {
grid-column: 2;
}
.inner-hero {
padding: 92px 40px 72px;
}
.catalog-layout {
grid-template-columns: 210px minmax(0, 1fr);
gap: 30px;
}
.job-detail-layout {
grid-template-columns: 1fr;
}
.job-detail-intro,
.job-employer-benefits {
grid-template-columns: 1fr;
}
.application-funnel {
grid-template-columns: 1fr;
}
.application-card {
position: relative;
top: auto;
}
.similar-jobs-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.directory-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.employer-profile-hero,
.business-hero {
grid-template-columns: 1fr;
}
.profile-hero-art {
min-height: 460px;
}
.business-map-art {
min-height: 560px;
}
.profile-facts,
.business-proof {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.profile-facts > p,
.business-proof > p {
grid-column: 1 / -1;
}
.culture-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.culture-card:first-child {
grid-column: 1 / -1;
}
.business-trial,
.business-benefits-heading,
.business-stories,
.business-process {
grid-template-columns: 1fr;
}
.business-benefit-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 700px) {
.site-header {
height: 72px;
padding: 0 18px;
}
.employer-link {
display: none;
}
.brand {
font-size: 23px;
}
.hero-copy {
padding: 58px 22px 55px;
}
h1 {
font-size: 57px;
}
.search-box {
grid-template-columns: 1fr;
box-shadow: 5px 5px 0 var(--ink);
}
.search-box label {
border-right: 0;
border-bottom: 1px solid var(--line);
}
.search-box > button {
text-align: left;
display: flex;
justify-content: space-between;
align-items: center;
}
.hero-art {
min-height: 430px;
}
.sun {
width: 135px;
height: 135px;
right: 25px;
}
.hero-stamp {
width: 130px;
height: 130px;
left: 22px;
}
.fact-strip {
min-height: auto;
padding: 24px 18px;
grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: start;
gap: 14px;
}
.fact-strip > div {
min-width: 0;
flex-direction: column;
align-items: flex-start;
gap: 4px;
}
.fact-strip strong {
font-size: clamp(34px, 11vw, 42px);
line-height: 1;
}
.fact-strip span {
max-width: 100%;
font-size: 10px;
line-height: 1.25;
overflow-wrap: anywhere;
}
.fact-strip p {
display: none;
}
.top-employers-heading {
align-items: start;
flex-direction: column;
}
.top-employers-heading h2 {
font-size: 49px;
}
.top-employer-grid {
grid-template-columns: 1fr;
}
.top-employer-card:first-child {
grid-column: auto;
}
.employer-tier-note,
.jobs-source-note {
grid-template-columns: auto 1fr;
}
.employer-tier-note > a,
.jobs-source-note > span:last-child {
grid-column: 2;
}
.section-heading {
align-items: start;
flex-direction: column;
}
.section-heading h2,
.employer-cta h2 {
font-size: 49px;
}
.job-card {
grid-template-columns: auto 1fr auto;
padding: 22px 0;
}
.company-mark {
width: 48px;
height: 48px;
font-size: 16px;
}
.job-arrow {
display: none;
}
.employer-grid {
grid-template-columns: 1fr;
}
.employer-card:nth-child(even) {
transform: none;
}
.employer-card:nth-child(even):hover {
transform: translateY(-5px);
}
.employer-visual {
aspect-ratio: 1 / 0.84;
}
.region-quote {
padding: 75px 24px;
}
.region-collage {
display: block;
}
.collage-card {
min-height: 300px;
}
.lake {
min-height: 470px;
}
.employer-cta {
grid-template-columns: 1fr;
gap: 35px;
}
.cta-copy {
grid-column: auto;
}
.cta-badge {
width: 100px;
height: 100px;
}
.footer-top {
grid-template-columns: 1fr;
gap: 38px;
}
.footer-bottom {
align-items: flex-start;
flex-direction: column;
}
.inner-hero {
grid-template-columns: 1fr;
gap: 34px;
padding: 62px 22px 52px;
}
.inner-hero h1,
.job-detail-heading h1,
.profile-hero-copy h1,
.business-hero-copy h1 {
font-size: clamp(44px, 13vw, 60px);
overflow-wrap: anywhere;
}
.archive-count,
.employer-hero-seal {
width: 150px;
height: 150px;
justify-self: start;
}
.catalog-search-section,
.job-detail-main,
.application-funnel-section,
.similar-jobs-section,
.employer-directory,
.profile-content,
.premium-story-section,
.basis-source-section,
.profile-jobs-section,
.business-plans,
.business-steps,
.business-features {
padding-left: 22px;
padding-right: 22px;
}
.archive-search,
.directory-toolbar {
grid-template-columns: 1fr;
}
.archive-search label,
.directory-toolbar label {
border-right: 0;
border-bottom: 1px solid var(--line);
}
.archive-search button {
width: 100%;
min-width: 0;
min-height: 62px;
padding: 18px 24px;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
}
.catalog-layout,
.job-detail-layout {
grid-template-columns: 1fr;
}
.catalog-layout {
gap: 24px;
margin-top: 34px;
}
.application-funnel-section {
padding-left: 22px;
padding-right: 22px;
}
.funnel-intro,
.funnel-form-shell {
padding: 34px 24px;
}
.application-funnel {
box-shadow: 7px 7px 0 var(--ink);
}
.funnel-actions {
grid-template-columns: 1fr;
}
.catalog-filter {
position: relative;
top: auto;
}
.catalog-filter-panel {
border: 1px solid var(--ink);
background: var(--white);
}
.catalog-filter-panel > summary {
min-height: 68px;
padding: 14px 18px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
cursor: pointer;
list-style: none;
}
.catalog-filter-panel > summary::-webkit-details-marker {
display: none;
}
.catalog-filter-panel > summary small,
.catalog-filter-panel > summary strong {
display: block;
}
.catalog-filter-panel > summary small {
margin-bottom: 3px;
color: var(--muted-ink);
font-size: 10px;
font-weight: 850;
letter-spacing: .1em;
text-transform: uppercase;
}
.catalog-filter-panel > summary strong {
font-size: 13px;
}
.catalog-filter-panel > summary i {
width: 12px;
height: 12px;
flex: 0 0 auto;
border-right: 2px solid var(--ink);
border-bottom: 2px solid var(--ink);
transform: rotate(45deg) translate(-2px, 2px);
transition: transform .2s ease;
}
.catalog-filter-panel[open] > summary {
border-bottom: 1px solid var(--ink);
}
.catalog-filter-panel[open] > summary i {
transform: rotate(225deg) translate(-1px, -1px);
}
.catalog-filter-panel:not([open]) > .catalog-filter-body {
display: none;
}
.catalog-filter-body {
padding: 18px;
}
.filter-options {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
padding-bottom: 0;
}
.filter-options a {
min-height: 54px;
padding: 10px 11px;
gap: 8px;
border: 1px solid var(--line);
font-size: 10px;
line-height: 1.3;
}
.filter-options a b {
width: 26px;
height: 26px;
flex: 0 0 26px;
}
.filter-partner-card {
display: none;
}
.archive-job-card {
grid-template-columns: auto minmax(0, 1fr) auto;
padding: 22px 0;
}
.archive-job-card .job-arrow {
display: none;
}
.results-toolbar {
align-items: flex-start;
flex-direction: column;
gap: 6px;
}
.job-detail-hero {
padding: 14px 14px 48px;
}
.job-detail-cover {
height: 260px;
}
.job-detail-employer-mark {
width: 72px;
height: 72px;
left: 14px;
bottom: 14px;
}
.job-detail-intro {
padding: 34px 8px 0;
gap: 30px;
}
.detail-facts,
.profile-facts,
.business-proof {
grid-template-columns: 1fr;
}
.detail-section {
padding: 30px 0;
}
.detail-checklist-section {
padding: 26px 20px;
}
.detail-list,
.job-employer-benefit-grid {
grid-template-columns: 1fr;
}
.similar-jobs-heading {
align-items: flex-start;
flex-direction: column;
}
.similar-jobs-grid,
.directory-grid,
.tier-explainer,
.culture-grid,
.profile-benefit-grid,
.business-trial-points,
.business-benefit-grid,
.business-story-grid,
.business-process,
.business-stories {
grid-template-columns: 1fr;
}
.directory-cta,
.profile-contact-banner {
grid-template-columns: 1fr;
padding-left: 22px;
padding-right: 22px;
}
.profile-hero-copy,
.business-hero-copy {
padding: 64px 22px 58px;
}
.profile-hero-art {
min-height: 380px;
}
.business-map-art {
min-height: 460px;
}
.profile-facts > p,
.business-proof > p {
display: none;
}
.profile-contact-banner > a {
justify-self: start;
}
.business-actions {
align-items: stretch;
flex-direction: column;
}
.business-actions a {
width: 100%;
}
.business-trial,
.business-benefits,
.business-stories,
.business-process,
.employer-inquiry-section {
padding-left: 22px;
padding-right: 22px;
}
.business-benefits-heading {
gap: 22px;
}
.business-benefits-heading .section-kicker {
grid-column: auto;
}
.business-story-card {
width: min(100%, 320px);
justify-self: center;
}
.business-story-card:nth-child(2) {
transform: none;
}
.culture-card:first-child {
grid-column: auto;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition: none !important;
}
}
/* Branded, accessible frontend selects ----------------------------------- */
.nj-select {
position: relative;
width: 100%;
min-width: 0;
}
.nj-select.is-open {
z-index: 80;
}
.nj-select > .nj-select-native {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
padding: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(50%) !important;
border: 0 !important;
white-space: nowrap !important;
}
.nj-select > .nj-select-trigger {
position: relative;
width: 100%;
min-width: 0;
min-height: 44px;
padding: 4px 34px 4px 0;
display: flex;
align-items: center;
justify-content: flex-start;
border: 0;
border-radius: 0;
background: transparent;
color: var(--ink);
font-family: inherit;
font-size: 13px;
font-weight: 500;
line-height: 1.35;
text-align: left;
cursor: pointer;
}
.nj-select > .nj-select-trigger:hover {
background: transparent;
}
.nj-select > .nj-select-trigger:focus-visible {
outline: 3px solid var(--yellow);
outline-offset: 3px;
}
.nj-select.is-invalid > .nj-select-trigger {
outline: 3px solid var(--red);
outline-offset: 2px;
}
.nj-select > .nj-select-trigger > .nj-select-value {
display: block;
min-width: 0;
margin: 0;
overflow: hidden;
color: inherit;
font-size: inherit;
font-weight: inherit;
letter-spacing: normal;
line-height: inherit;
text-overflow: ellipsis;
text-transform: none;
white-space: nowrap;
}
.nj-select-arrow {
position: absolute;
top: 50%;
right: 5px;
width: 10px;
height: 10px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(-70%) rotate(45deg);
transition: transform 160ms ease;
}
.nj-select.is-open .nj-select-arrow {
transform: translateY(-25%) rotate(225deg);
}
.nj-select > .nj-select-menu {
position: absolute;
z-index: 90;
top: calc(100% + 8px);
left: 0;
width: 100%;
min-width: min(280px, calc(100vw - 24px));
max-width: calc(100vw - 24px);
max-height: min(320px, 55vh);
padding: 7px;
overflow: auto;
overscroll-behavior: contain;
border: 1px solid var(--ink);
background: var(--white);
box-shadow: 5px 5px 0 var(--ink);
}
.nj-select > .nj-select-menu[hidden] {
display: none;
}
.nj-select.opens-up > .nj-select-menu {
top: auto;
bottom: calc(100% + 8px);
}
.nj-select.align-right > .nj-select-menu {
right: 0;
left: auto;
}
.nj-select .nj-select-option {
width: 100%;
min-width: 0;
min-height: 46px;
padding: 11px 13px;
display: block;
border: 0;
background: var(--white);
color: var(--ink);
font-family: inherit;
font-size: 13px;
font-weight: 650;
line-height: 1.35;
text-align: left;
white-space: normal;
cursor: pointer;
}
.nj-select .nj-select-option:hover,
.nj-select .nj-select-option:focus-visible {
background: var(--pastel-blue);
color: var(--blue-text);
outline: 0;
}
.nj-select .nj-select-option.is-selected {
background: var(--blue);
color: var(--white);
}
.nj-select .nj-select-option.is-selected::before {
content: "✓";
margin-right: 9px;
font-weight: 900;
}
.funnel-step .nj-select {
margin-top: 7px;
}
.funnel-step .nj-select > .nj-select-trigger {
min-height: 50px;
padding: 13px 44px 13px 15px;
border: 1px solid var(--ink);
background: var(--white);
}
.funnel-step .nj-select-arrow {
right: 17px;
}
.employer-job-filters .nj-select > .nj-select-trigger {
min-height: 44px;
padding-right: 28px;
font-size: 13px;
}
.employer-job-filters .nj-select-arrow {
right: 3px;
}
/* WordPress integration --------------------------------------------------- */
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.skip-link:focus {
width: auto;
height: auto;
clip: auto;
margin: 10px;
padding: 12px 16px;
z-index: 100000;
background: var(--white);
color: var(--ink);
font-weight: 800;
}
body.admin-bar .site-header {
top: 32px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
outline: 3px solid var(--yellow);
outline-offset: 3px;
}
.menu-toggle {
display: none;
width: 44px;
height: 44px;
padding: 10px;
border: 1px solid var(--ink);
background: var(--white);
cursor: pointer;
}
.menu-toggle i {
display: block;
width: 100%;
height: 2px;
margin: 4px 0;
background: var(--ink);
}
.top-employer-card .top-card-head {
background: color-mix(in srgb, var(--card-color) 13%, var(--white));
}
.top-employer-card .top-monogram {
background: var(--card-color);
color: var(--card-accent);
}
.top-employer-card .verified-mark {
border-color: color-mix(in srgb, var(--card-color) 13%, var(--white));
}
.top-employer-card .top-field {
color: var(--blue-text);
}
.newsletter-cta {
width: 100%;
margin-top: 18px;
padding: 13px 15px;
border: 0;
background: var(--lime);
color: var(--ink);
font-size: 10px;
font-weight: 850;
display: flex;
justify-content: space-between;
}
.archive-more-link {
margin-top: 24px;
padding: 15px 18px;
display: flex;
justify-content: space-between;
border: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.filter-heading a {
color: var(--muted-ink);
font-size: 10px;
}
.filter-options a {
width: 100%;
padding: 11px 0;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--line);
font-size: 10px;
}
.filter-options a b {
width: 24px;
height: 24px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--light-gray);
font-size: 10px;
}
.filter-options a.active {
color: var(--blue);
font-weight: 850;
}
.filter-options a.active b {
background: var(--blue);
color: var(--white);
}
.directory-toolbar button {
height: 52px;
padding: 0 20px;
border: 1px solid var(--ink);
background: var(--ink);
color: var(--white);
font-size: 13px;
font-weight: 850;
cursor: pointer;
}
.directory-section-heading {
margin: 70px 0 24px;
}
.directory-section-heading:first-of-type {
margin-top: 0;
}
.directory-section-heading h2 {
margin: 8px 0 0;
font-size: clamp(35px, 4vw, 58px);
}
.basis-heading {
padding-top: 50px;
border-top: 1px solid var(--line);
}
.detail-list {
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 9px;
list-style: none;
}
.detail-list li {
min-height: 74px;
padding: 15px;
display: grid;
grid-template-columns: 30px minmax(0, 1fr);
gap: 11px;
align-items: center;
background: var(--white);
border: 1px solid rgba(0, 6, 38, 0.11);
font-size: 13px;
line-height: 1.55;
}
.detail-list li span {
width: 30px;
height: 30px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--pastel-green);
color: var(--ink);
font-weight: 900;
}
.entry-content,
.profile-editor-content {
font-size: 13px;
line-height: 1.8;
}
.entry-content > :first-child,
.profile-editor-content > :first-child {
margin-top: 0;
}
.detail-description .entry-content p,
.detail-description .entry-content li {
max-width: 76ch;
}
.detail-description .entry-content {
overflow-wrap: anywhere;
word-break: break-word;
}
.detail-description .entry-content p {
margin: 0 0 1.25em;
}
.detail-description .entry-content h2,
.detail-description .entry-content h3 {
margin: 1.6em 0 0.65em;
font-size: clamp(23px, 2.5vw, 31px);
line-height: 1.15;
letter-spacing: -0.025em;
}
.detail-description .entry-content ul,
.detail-description .entry-content ol {
margin: 0 0 1.5em;
padding-left: 1.25em;
}
.detail-description .entry-content li + li {
margin-top: 0.55em;
}
.generic-content {
width: min(100% - 44px, 1050px);
margin: 0 auto;
padding: 70px 0 110px;
}
.generic-content h2 {
font-size: 23px;
}
.generic-content h3 {
font-size: 18px;
}
.generic-card {
padding: 28px 0;
border-bottom: 1px solid var(--line);
}
.generic-card h2 {
margin: 0 0 14px;
font-size: 28px;
}
.primary-inline-link {
margin-top: 28px;
padding: 14px 18px;
display: inline-block;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
.navigation.pagination {
margin-top: 42px;
}
.nav-links {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.nav-links .page-numbers {
min-width: 40px;
min-height: 40px;
padding: 10px;
display: grid;
place-items: center;
border: 1px solid var(--ink);
font-size: 10px;
font-weight: 800;
}
.nav-links .current {
background: var(--ink);
color: var(--white);
}
@media (max-width: 1050px) {
.menu-toggle {
display: block;
justify-self: end;
}
.site-header {
grid-template-columns: 1fr auto auto;
gap: 16px;
}
.site-header .main-nav {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
padding: 24px 40px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
border-bottom: 1px solid var(--ink);
background: var(--white);
}
.site-header .main-nav.is-open {
display: flex;
}
.directory-toolbar {
grid-template-columns: 1fr auto;
}
.directory-toolbar p {
grid-column: 1 / -1;
margin-left: 0;
}
}
@media (max-width: 782px) {
body.admin-bar .site-header {
top: 46px;
}
}
@media (max-width: 700px) {
.site-header {
grid-template-columns: minmax(0, 1fr) auto auto;
gap: 10px;
}
.site-header .brand {
min-width: 0;
grid-column: 1;
grid-row: 1;
}
.site-header .header-actions {
grid-column: 2;
grid-row: 1;
justify-self: end;
gap: 0;
}
.menu-toggle {
grid-column: 3;
grid-row: 1;
}
.site-header .main-nav {
padding: 24px 22px;
}
.directory-toolbar {
grid-template-columns: 1fr;
}
.directory-toolbar button,
.directory-toolbar p {
grid-column: auto;
}
}
@media (max-width: 380px) {
.site-header {
padding-right: 12px;
padding-left: 12px;
gap: 8px;
}
.site-header .brand {
gap: 7px;
font-size: 23px;
letter-spacing: -1.35px;
}
.site-header .brand-logo {
height: 30px;
}
.site-header .saved-pill {
padding: 7px 9px 7px 11px;
font-size: 10px;
}
.site-header .saved-pill span {
width: auto;
height: 21px;
padding: 0 6px;
border-radius: 12px;
margin-left: 5px;
}
.site-header .menu-toggle {
width: 40px;
height: 40px;
padding: 9px;
}
}
/* Employer profile landing page */
.employer-profile {
background: var(--white);
}
.employer-profile [id] {
scroll-margin-top: 145px;
}
.employer-profile-header {
border-bottom: 1px solid var(--ink);
}
.employer-wide-cover {
width: 100%;
height: clamp(300px, 33.333vw, 480px);
min-height: 0;
position: relative;
overflow: hidden;
background: var(--card-color, var(--blue));
}
.employer-wide-cover::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(180deg, rgba(0, 6, 38, 0.04), rgba(0, 6, 38, 0.44));
}
.employer-wide-cover-image {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.employer-cover-fallback i {
position: absolute;
border: 1px solid var(--card-accent, var(--white));
border-radius: 50%;
opacity: 0.2;
}
.employer-cover-fallback i:nth-child(1) { width: 260px; height: 260px; right: 17%; top: 8%; }
.employer-cover-fallback i:nth-child(2) { width: 430px; height: 430px; right: 7%; top: -22%; }
.employer-cover-fallback i:nth-child(3) { width: 620px; height: 620px; right: -4%; top: -47%; }
.employer-profile-back {
padding: 9px 12px;
position: absolute;
left: clamp(22px, 7vw, 110px);
top: 28px;
z-index: 2;
background: var(--white);
color: var(--ink);
font-size: 10px;
font-weight: 850;
}
.employer-identity {
min-height: 235px;
padding: 46px clamp(24px, 7vw, 110px) 46px clamp(235px, 21vw, 325px);
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 36px;
position: relative;
}
.employer-avatar {
width: 150px;
height: 150px;
padding: 20px;
display: grid;
place-items: center;
position: absolute;
left: clamp(45px, 9vw, 145px);
top: -52px;
z-index: 3;
border: 1px solid var(--ink);
background: var(--white);
box-shadow: none;
}
.employer-avatar-logo {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.employer-avatar > span {
width: 100%;
height: 100%;
display: grid;
place-items: center;
color: var(--card-accent);
background: var(--card-color);
font-size: 42px;
font-weight: 950;
letter-spacing: -0.08em;
}
.employer-identity-copy h1 {
margin: 14px 0 10px;
font-size: clamp(49px, 6vw, 86px);
line-height: 0.95;
letter-spacing: -0.06em;
}
.employer-identity-copy {
min-width: 0;
}
.employer-identity .profile-labels {
flex-wrap: wrap;
}
.employer-identity .profile-verification {
padding: 4px 9px 4px 5px;
display: inline-flex;
align-items: center;
gap: 6px;
border: 0;
background: var(--pastel-green);
color: var(--ink);
}
.profile-verification i {
width: 22px;
height: 22px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--green);
color: var(--ink);
font-size: 13px;
font-style: normal;
font-weight: 950;
}
.profile-verification b {
font-size: 10px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.employer-identity-copy > p {
max-width: 720px;
margin: 0;
color: var(--muted-ink);
font-family: var(--font-playfair), Georgia, serif;
font-size: clamp(18px, 1.8vw, 24px);
font-style: italic;
}
.employer-primary-action {
min-width: 210px;
padding: 15px 17px;
display: flex;
justify-content: space-between;
gap: 22px;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
.employer-primary-action:hover {
background: var(--orange);
color: var(--ink);
}
.employer-quick-nav {
height: 64px;
position: sticky;
top: 88px;
z-index: 20;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
scroll-snap-type: x proximity;
border-bottom: 1px solid var(--ink);
background: rgba(255, 255, 255, 0.96);
backdrop-filter: blur(12px);
}
.employer-quick-nav::-webkit-scrollbar {
display: none;
}
.employer-quick-nav > div {
width: max-content;
min-width: 100%;
height: 100%;
padding: 0 clamp(22px, 7vw, 110px);
display: flex;
align-items: center;
gap: 30px;
}
.employer-quick-nav a {
height: 100%;
display: flex;
align-items: center;
gap: 7px;
position: relative;
color: var(--muted-ink);
font-size: 10px;
font-weight: 800;
white-space: nowrap;
scroll-snap-align: start;
}
.employer-quick-nav a::after {
content: "";
height: 3px;
position: absolute;
right: 0;
bottom: 0;
left: 0;
background: var(--orange);
transform: scaleX(0);
transition: transform 160ms ease;
}
.employer-quick-nav a:hover,
.employer-quick-nav a.is-active {
color: var(--ink);
}
.employer-quick-nav a.is-active::after {
transform: scaleX(1);
}
.employer-quick-nav b {
min-width: 21px;
height: 21px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--light-gray);
font-size: 10px;
}
.employer-info-section,
.employer-ratings-section,
.employer-profile-jobs,
.employer-impressions-section,
.employer-google-section {
padding: clamp(78px, 9vw, 130px) clamp(24px, 7vw, 110px);
}
.employer-info-section {
display: grid;
grid-template-columns: minmax(250px, 0.75fr) minmax(300px, 1fr) minmax(280px, 0.7fr);
align-items: start;
gap: clamp(36px, 6vw, 90px);
}
.employer-section-heading h2 {
margin: 0;
font-size: clamp(43px, 5vw, 72px);
line-height: 0.98;
letter-spacing: -0.055em;
}
.employer-section-heading h2 em {
color: var(--orange-text);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.employer-info-copy {
padding-top: 38px;
}
.employer-info-card {
border: 1px solid var(--ink);
box-shadow: 8px 8px 0 var(--pastel-blue);
}
.employer-info-card > div {
padding: 18px 20px;
border-bottom: 1px solid var(--line);
}
.employer-info-card > div:last-child {
border-bottom: 0;
}
.employer-info-card span,
.employer-info-card strong,
.employer-info-card > div > a {
display: block;
}
.employer-info-card span {
margin-bottom: 6px;
color: var(--muted-ink);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.employer-info-card strong,
.employer-info-card > div > a {
font-size: 13px;
}
.employer-info-card > div > a {
color: var(--blue);
font-weight: 800;
}
.employer-social-links p {
margin: 0;
display: flex;
gap: 7px;
}
.employer-social-links p a {
width: 35px;
height: 35px;
display: grid;
place-items: center;
border: 0;
border-radius: 50%;
color: var(--white);
transition: transform 160ms ease, box-shadow 160ms ease;
}
.employer-social-links p a:hover {
transform: translateY(-2px);
box-shadow: 0 4px 10px rgb(0 6 38 / 20%);
}
.social-icon i {
display: block;
position: relative;
font-style: normal;
}
.social-instagram {
background: linear-gradient(145deg, #833ab4, #fd1d1d 55%, #fcb045);
}
.social-instagram i {
width: 16px;
height: 16px;
border: 2px solid currentColor;
border-radius: 5px;
}
.social-instagram i::before {
content: "";
width: 5px;
height: 5px;
position: absolute;
top: 50%;
left: 50%;
border: 2px solid currentColor;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.social-instagram i::after {
content: "";
width: 3px;
height: 3px;
position: absolute;
top: 2px;
right: 2px;
border-radius: 50%;
background: currentColor;
}
.social-facebook {
background: #1877f2;
}
.social-facebook i::before {
content: "f";
font: 900 22px/1 Arial, sans-serif;
}
.social-linkedin {
background: #0a66c2;
}
.social-linkedin i::before {
content: "in";
font: 900 14px/1 Arial, sans-serif;
letter-spacing: -0.06em;
}
.employer-highlight-jobs {
padding: clamp(58px, 7vw, 95px) clamp(24px, 7vw, 110px);
border-block: 1px solid var(--ink);
background: var(--pastel-orange);
}
.employer-highlight-heading {
margin-bottom: 30px;
display: flex;
align-items: end;
justify-content: space-between;
gap: 32px;
}
.employer-highlight-heading h2 {
margin: 0;
font-size: clamp(38px, 4.5vw, 62px);
}
.employer-highlight-heading > a {
padding-bottom: 4px;
border-bottom: 2px solid var(--orange);
font-size: 10px;
font-weight: 900;
}
.employer-highlight-heading > a span {
margin-left: 10px;
}
.employer-highlight-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.employer-highlight-job {
min-width: 0;
min-height: 205px;
padding: 22px;
display: flex;
flex-direction: column;
position: relative;
border: 1px solid var(--ink);
background: var(--white);
transition: transform 160ms ease, box-shadow 160ms ease;
}
.employer-highlight-job:hover {
transform: translateY(-4px);
box-shadow: 6px 6px 0 var(--ink);
}
.employer-highlight-job > span {
padding-right: 48px;
color: var(--blue);
font-size: 10px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.employer-highlight-job h3 {
margin: 26px 0 10px;
font-size: clamp(23px, 2vw, 28px);
line-height: 1.08;
overflow-wrap: anywhere;
}
.employer-highlight-job p {
margin: auto 0 0;
color: var(--muted-ink);
font-size: 10px;
}
.employer-highlight-job b {
width: 38px;
height: 38px;
display: grid;
place-items: center;
position: absolute;
top: 18px;
right: 18px;
border-radius: 50%;
background: var(--blue);
color: var(--white);
font-size: 18px;
}
.employer-benefits-section {
padding: clamp(78px, 9vw, 125px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.45fr);
gap: clamp(45px, 7vw, 105px);
background: var(--pastel-blue);
border-block: 1px solid var(--ink);
}
.employer-benefits-section .section-kicker {
color: var(--blue-text);
}
.employer-benefits-section .employer-section-heading h2 em {
color: var(--blue-text);
}
.employer-benefits-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
align-content: center;
gap: 24px 34px;
}
.employer-benefits-grid > div {
min-width: 0;
padding: 12px;
display: grid;
grid-template-columns: 45px minmax(0, 1fr);
align-items: center;
gap: 13px;
background: rgb(255 255 255 / 64%);
}
.employer-benefits-grid span {
width: 45px;
height: 45px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--blue);
color: var(--white);
font-size: 18px;
font-weight: 950;
}
.employer-ratings-section {
display: grid;
grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.4fr);
gap: clamp(45px, 8vw, 130px);
}
.employer-rating {
padding: 22px 0;
border-bottom: 1px solid var(--line);
}
.employer-rating:first-child {
padding-top: 0;
}
.employer-rating > div:first-child {
margin-bottom: 12px;
display: flex;
justify-content: space-between;
gap: 24px;
}
.employer-rating strong {
font-size: 13px;
}
.employer-rating span {
color: var(--blue);
font-size: 10px;
font-weight: 850;
}
.employer-rating-track {
height: 13px;
overflow: hidden;
border-radius: 99px;
background: var(--light-gray);
}
.employer-rating-track i {
width: var(--rating-score);
height: 100%;
display: block;
border-radius: inherit;
background: linear-gradient(90deg, var(--blue), var(--orange));
}
.employer-rating-bars > p {
margin: 14px 0 0;
color: var(--muted-ink);
font-size: 10px;
}
.employer-profile-jobs {
background: var(--light-gray);
border-block: 1px solid var(--ink);
}
.employer-profile-jobs > .employer-section-heading {
margin-bottom: 42px;
}
.employer-job-filters {
display: grid;
grid-template-columns: minmax(230px, 1.3fr) repeat(3, minmax(150px, 0.7fr));
border: 1px solid var(--ink);
background: var(--white);
}
.employer-job-filters label {
min-width: 0;
padding: 12px 14px;
border-right: 1px solid var(--line);
}
.employer-job-filters label:last-child {
border-right: 0;
}
.employer-job-filters span {
display: block;
margin-bottom: 5px;
color: var(--muted-ink);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.employer-job-filters input,
.employer-job-filters select {
width: 100%;
height: 28px;
padding: 0;
border: 0;
outline: 0;
background: var(--white);
color: var(--ink);
font-size: 13px;
}
.employer-job-results {
margin: 24px 0 6px;
color: var(--muted-ink);
font-size: 10px;
}
.employer-job-results strong {
color: var(--ink);
font-size: 13px;
}
.employer-job-filter-item[hidden] {
display: none;
}
.employer-jobs-empty {
padding: 55px 0 0;
text-align: center;
}
.employer-jobs-empty h3 {
font-size: 28px;
}
.employer-jobs-empty p {
color: var(--muted-ink);
}
.employer-impressions-section > .employer-section-heading {
margin-bottom: 48px;
}
.employer-impressions-layout {
display: grid;
grid-template-columns: minmax(270px, 0.58fr) minmax(0, 1.42fr);
align-items: center;
gap: clamp(38px, 6vw, 92px);
}
.employer-impressions-layout.has-gallery-only {
grid-template-columns: 1fr;
}
.employer-story-player {
width: min(100%, 420px);
aspect-ratio: 9 / 16;
position: relative;
isolation: isolate;
overflow: hidden;
border: 1px solid var(--ink);
border-radius: 28px;
background: var(--ink);
box-shadow: 14px 14px 0 var(--pastel-blue);
color: var(--white);
user-select: none;
}
.story-slides,
.employer-story-slide {
position: absolute;
inset: 0;
}
.story-slides::after {
content: "";
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
background: linear-gradient(180deg, rgb(0 6 38 / 58%) 0, transparent 24%, transparent 68%, rgb(0 6 38 / 68%) 100%);
}
.employer-story-slide {
margin: 0;
opacity: 0;
transform: scale(1.025);
transition: opacity 220ms ease, transform 700ms ease;
}
.employer-story-slide.is-active {
opacity: 1;
transform: scale(1);
}
.employer-story-slide img,
.employer-story-slide video {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.employer-story-slide video::-webkit-media-controls {
display: none !important;
}
.story-progress {
height: 3px;
position: absolute;
z-index: 6;
top: 14px;
right: 14px;
left: 14px;
display: flex;
gap: 4px;
}
.story-progress i {
height: 100%;
flex: 1;
overflow: hidden;
border-radius: 10px;
background: rgb(255 255 255 / 35%);
}
.story-progress span {
width: 100%;
height: 100%;
display: block;
border-radius: inherit;
background: var(--white);
transform: scaleX(0);
transform-origin: left center;
}
.story-player-meta {
position: absolute;
z-index: 6;
top: 29px;
right: 15px;
left: 15px;
display: grid;
grid-template-columns: 36px minmax(0, 1fr) auto;
align-items: center;
gap: 9px;
text-shadow: 0 1px 10px rgb(0 6 38 / 45%);
}
.story-player-avatar {
width: 36px;
height: 36px;
display: grid;
place-items: center;
overflow: hidden;
border: 2px solid var(--white);
border-radius: 50%;
background: var(--white);
color: var(--ink);
font-size: 10px;
font-weight: 900;
text-shadow: none;
}
.story-player-avatar img {
width: 100%;
height: 100%;
padding: 4px;
display: block;
object-fit: contain;
}
.story-player-meta > span:nth-child(2) {
min-width: 0;
}
.story-player-meta strong,
.story-player-meta small {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.story-player-meta strong {
font-size: 10px;
}
.story-player-meta small {
margin-top: 2px;
color: rgb(255 255 255 / 78%);
font-size: 10px;
}
.story-player-meta button {
min-width: 53px;
min-height: 44px;
padding: 0 10px;
border: 1px solid rgb(255 255 255 / 58%);
border-radius: 99px;
background: rgb(0 6 38 / 30%);
color: var(--white);
cursor: pointer;
font: inherit;
font-size: 10px;
font-weight: 850;
backdrop-filter: blur(8px);
}
.story-navigation {
width: 50%;
position: absolute;
z-index: 4;
inset-block: 0;
border: 0;
background: transparent;
color: var(--white);
cursor: pointer;
}
.story-navigation-prev {
left: 0;
text-align: left;
}
.story-navigation-next {
right: 0;
text-align: right;
}
.story-navigation span {
width: 34px;
height: 34px;
display: inline-grid;
place-items: center;
border: 1px solid rgb(255 255 255 / 35%);
border-radius: 50%;
opacity: 0;
background: rgb(0 6 38 / 30%);
font-size: 23px;
line-height: 1;
transition: opacity 160ms ease;
backdrop-filter: blur(8px);
}
.story-navigation-prev span {
margin-left: 12px;
}
.story-navigation-next span {
margin-right: 12px;
}
.employer-story-player:hover .story-navigation span,
.story-navigation:focus-visible span {
opacity: 1;
}
.story-player-footer {
position: absolute;
z-index: 6;
right: 16px;
bottom: 16px;
left: 16px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 18px;
font-size: 10px;
letter-spacing: 0.04em;
text-transform: uppercase;
pointer-events: none;
}
.story-player-footer strong {
padding: 6px 9px;
border: 1px solid rgb(255 255 255 / 45%);
border-radius: 99px;
background: rgb(0 6 38 / 25%);
backdrop-filter: blur(8px);
}
.employer-story-player.is-paused::before {
content: "Pausiert";
position: absolute;
z-index: 7;
top: 50%;
left: 50%;
padding: 8px 12px;
border-radius: 99px;
background: rgb(0 6 38 / 58%);
color: var(--white);
font-size: 10px;
font-weight: 850;
transform: translate(-50%, -50%);
backdrop-filter: blur(8px);
}
.employer-gallery-panel {
min-width: 0;
}
.employer-impressions-intro {
margin-bottom: 24px;
display: flex;
justify-content: flex-end;
align-items: end;
gap: 28px;
}
.employer-impressions-intro span {
flex: 0 0 auto;
color: var(--muted-ink);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.employer-gallery {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-auto-rows: clamp(115px, 12vw, 180px);
gap: 10px;
}
.employer-gallery figure {
grid-column: span 3;
margin: 0;
position: relative;
overflow: hidden;
border-radius: 4px;
background: var(--light-gray);
}
.employer-gallery figure:nth-child(1) {
grid-column: span 4;
grid-row: span 2;
}
.employer-gallery figure:nth-child(2) {
grid-column: span 2;
grid-row: span 2;
}
.employer-gallery figure:nth-child(5) {
grid-column: span 6;
}
.employer-gallery figure:nth-child(n+6) {
grid-column: span 2;
}
.employer-gallery img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition: transform 420ms ease;
}
.employer-gallery figure:hover img {
transform: scale(1.035);
}
.employer-google-section {
background: var(--pastel-orange);
border-top: 1px solid var(--ink);
}
.google-review-heading {
margin-bottom: 42px;
display: flex;
justify-content: space-between;
align-items: end;
gap: 35px;
}
.google-review-heading h2 {
margin: 0;
font-size: clamp(43px, 5.5vw, 76px);
}
.google-review-score {
display: grid;
grid-template-columns: auto auto;
align-items: center;
gap: 2px 10px;
}
.google-review-score strong {
grid-row: span 2;
font-size: 53px;
line-height: 1;
}
.google-review-score span {
color: var(--orange);
letter-spacing: 0.08em;
}
.google-review-score small {
color: var(--muted-ink);
font-size: 13px;
}
.google-review-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 13px;
}
.google-review-card {
min-height: 285px;
padding: 23px;
display: flex;
flex-direction: column;
border: 1px solid var(--ink);
background: var(--white);
}
.google-review-author {
display: flex;
align-items: center;
gap: 11px;
}
.google-review-author img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.google-review-author a,
.google-review-author small {
display: block;
}
.google-review-author a {
font-size: 10px;
font-weight: 850;
}
.google-review-author small {
margin-top: 3px;
color: var(--muted-ink);
font-size: 10px;
}
.google-review-stars {
margin: 18px 0 11px;
color: var(--orange);
letter-spacing: 0.08em;
}
.google-review-card > p {
margin: 0 0 18px;
font-size: 10px;
line-height: 1.65;
}
.google-review-source {
margin-top: auto;
color: var(--blue);
font-size: 10px;
font-weight: 850;
}
.google-review-disclosure {
margin-top: 20px;
display: flex;
align-items: center;
gap: 22px;
}
.google-maps-attribution {
flex: 0 0 auto;
color: #1f1f1f;
font-family: Roboto, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
white-space: nowrap;
}
.google-review-disclosure p {
margin: 0;
color: var(--muted-ink);
font-size: 10px;
line-height: 1.5;
}
.google-review-disclosure a {
text-decoration: underline;
}
@media (max-width: 1050px) {
.employer-info-section {
grid-template-columns: 0.8fr 1.2fr;
}
.employer-info-card {
grid-column: 2;
}
.employer-benefits-section,
.employer-ratings-section {
grid-template-columns: 1fr;
}
.employer-benefits-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.employer-highlight-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.employer-job-filters {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.employer-job-filters label:nth-child(2) {
border-right: 0;
}
.employer-job-filters label:nth-child(-n+2) {
border-bottom: 1px solid var(--line);
}
.google-review-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.employer-impressions-layout {
grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
gap: 42px;
}
}
@media (max-width: 700px) {
.employer-profile [id] {
scroll-margin-top: 125px;
}
.employer-wide-cover {
width: 100%;
height: 245px;
min-height: 0;
aspect-ratio: auto;
}
.employer-identity {
padding: 102px 22px 38px;
display: block;
}
.employer-avatar {
width: 112px;
height: 112px;
padding: 14px;
left: 22px;
top: -56px;
box-shadow: none;
}
.employer-avatar > span {
font-size: 32px;
}
.employer-identity-copy h1 {
margin-top: 18px;
font-size: clamp(44px, 14vw, 62px);
overflow-wrap: anywhere;
}
.employer-primary-action {
margin-top: 28px;
}
.employer-quick-nav {
top: 72px;
}
.employer-quick-nav > div {
padding: 0 22px;
gap: 22px;
}
.employer-info-section,
.employer-highlight-jobs,
.employer-benefits-section,
.employer-ratings-section,
.employer-profile-jobs,
.employer-impressions-section,
.employer-google-section {
padding: 70px 22px;
}
.employer-highlight-heading {
align-items: flex-start;
flex-direction: column;
}
.employer-highlight-grid {
grid-template-columns: 1fr;
}
.employer-info-section {
grid-template-columns: 1fr;
}
.employer-info-copy {
padding-top: 0;
}
.employer-info-card {
grid-column: auto;
}
.employer-benefits-grid {
grid-template-columns: 1fr;
gap: 17px;
}
.employer-job-filters {
grid-template-columns: 1fr;
}
.employer-job-filters label,
.employer-job-filters label:nth-child(2) {
border-right: 0;
border-bottom: 1px solid var(--line);
}
.employer-job-filters label:last-child {
border-bottom: 0;
}
.employer-impressions-layout {
grid-template-columns: 1fr;
gap: 54px;
}
.employer-story-player {
width: min(88vw, 390px);
margin-inline: auto;
border-radius: 24px;
box-shadow: 9px 9px 0 var(--pastel-blue);
}
.employer-impressions-intro {
align-items: flex-start;
flex-direction: column;
gap: 12px;
}
.employer-gallery {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-auto-rows: 175px;
gap: 7px;
}
.employer-gallery figure:nth-child(n) {
grid-column: span 1;
grid-row: span 1;
}
.employer-gallery figure:nth-child(1),
.employer-gallery figure:nth-child(5) {
grid-column: 1 / -1;
}
.google-review-heading {
align-items: start;
flex-direction: column;
}
.google-review-grid {
grid-template-columns: 1fr;
}
.google-review-disclosure {
align-items: flex-start;
flex-direction: column;
}
}
@media (prefers-reduced-motion: reduce) {
.employer-story-slide,
.employer-gallery img {
transition: none;
}
}
@media (max-width: 1050px) {
.home-search-fields {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-search-fields label {
border-bottom: 1px solid var(--line);
}
.home-search-fields label:nth-child(2n) {
border-right: 0;
}
.home-search-fields label:nth-last-child(-n + 2) {
border-bottom: 0;
}
}
@media (max-width: 700px) {
.place-card {
padding: 6px 8px;
font-size: 10px;
letter-spacing: 0.08em;
box-shadow: 2px 2px 0 var(--ink);
}
.home-search-fields {
grid-template-columns: 1fr;
}
.home-search-fields label,
.home-search-fields label:nth-child(2n),
.home-search-fields label:nth-last-child(-n + 2) {
border-right: 0;
border-bottom: 1px solid var(--line);
}
.home-search-fields label:last-child {
border-bottom: 0;
}
.home-search-actions {
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 0;
}
.partner-check {
min-height: 58px;
padding: 14px 18px;
}
.home-search-actions button {
min-width: 0;
width: 100%;
text-align: left;
}
}
/* Editorial magazine */
.magazine-hero {
min-height: 700px;
display: grid;
grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
border-bottom: 1px solid var(--ink);
}
.magazine-hero-copy {
padding: clamp(75px, 8vw, 130px) clamp(35px, 7vw, 110px);
display: flex;
flex-direction: column;
justify-content: center;
}
.magazine-hero h1 {
margin: 0;
font-size: clamp(62px, 7vw, 104px);
letter-spacing: -0.065em;
line-height: 0.92;
}
.magazine-hero h1 em,
.magazine-intro h2 em,
.related-stories-heading h2 em {
color: var(--orange-text);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.magazine-hero-copy > p {
max-width: 560px;
margin: 32px 0;
color: var(--muted-ink);
font-size: 16px;
line-height: 1.75;
}
.magazine-hero-copy > a {
width: fit-content;
padding: 14px 17px;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
.magazine-hero-copy > a span {
padding-left: 20px;
color: var(--yellow);
}
.magazine-hero-art {
min-height: 620px;
position: relative;
overflow: hidden;
background: var(--pastel-green);
}
.magazine-sun {
width: clamp(150px, 18vw, 270px);
height: clamp(150px, 18vw, 270px);
position: absolute;
right: 9%;
top: 10%;
border-radius: 50%;
background: var(--yellow);
}
.magazine-land {
position: absolute;
left: -7%;
right: -7%;
bottom: -8%;
border-radius: 50% 50% 0 0;
}
.magazine-land.land-back {
height: 54%;
bottom: 1%;
background: var(--green);
transform: rotate(5deg);
}
.magazine-land.land-front {
height: 43%;
background: var(--blue);
transform: rotate(-4deg);
}
.magazine-orbit {
position: absolute;
border: 1px solid rgba(0, 6, 38, 0.22);
border-radius: 50%;
}
.magazine-orbit.orbit-a {
width: 420px;
height: 420px;
left: -130px;
top: 11%;
}
.magazine-orbit.orbit-b {
width: 570px;
height: 570px;
left: -205px;
top: 0;
}
.magazine-hero-art > p {
margin: 0;
position: absolute;
left: 9%;
bottom: 10%;
z-index: 3;
color: var(--white);
font-family: var(--font-playfair), Georgia, serif;
font-size: clamp(24px, 3.2vw, 46px);
font-style: italic;
line-height: 1.05;
}
.magazine-hero-art > p strong {
color: var(--lime);
font-family: var(--font-sans), Arial, sans-serif;
font-size: 0.58em;
font-style: normal;
text-transform: uppercase;
}
.magazine-intro {
padding: clamp(75px, 9vw, 130px) clamp(24px, 7vw, 110px) 55px;
display: grid;
grid-template-columns: 1.25fr 0.75fr;
align-items: end;
gap: 70px;
}
.magazine-intro h2,
.related-stories-heading h2 {
margin: 0;
font-size: clamp(50px, 6vw, 86px);
line-height: 0.95;
letter-spacing: -0.06em;
}
.magazine-intro > p {
margin: 0 0 5px;
color: var(--muted-ink);
font-size: 13px;
line-height: 1.75;
}
.magazine-stories {
padding: 0 clamp(24px, 7vw, 110px) clamp(90px, 10vw, 150px);
}
.magazine-story-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.magazine-story-grid .story-card.is-featured {
grid-column: 1 / -1;
}
.magazine-story-grid .story-card {
border: 1px solid var(--ink);
}
.magazine-story-grid .story-card:not(.is-featured) .story-card-art {
min-height: 265px;
}
.magazine-pagination {
margin-top: 45px;
}
.magazine-pagination ul {
padding: 0;
display: flex;
gap: 8px;
list-style: none;
}
.magazine-pagination a,
.magazine-pagination span {
min-width: 42px;
min-height: 42px;
padding: 10px;
display: grid;
place-items: center;
border: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.magazine-pagination .current {
background: var(--ink);
color: var(--white);
}
.magazine-cta {
padding: 36px clamp(24px, 7vw, 110px);
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
background: var(--yellow);
border-top: 1px solid var(--ink);
}
.magazine-cta span {
font-family: var(--font-playfair), Georgia, serif;
font-size: clamp(23px, 2.2vw, 30px);
font-style: italic;
}
.magazine-cta a {
flex: 0 0 auto;
padding: 14px 17px;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
.story-single-hero {
min-height: 690px;
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
border-bottom: 1px solid var(--ink);
}
.story-single-heading {
padding: clamp(65px, 8vw, 120px) clamp(24px, 7vw, 110px);
display: flex;
flex-direction: column;
justify-content: center;
}
.story-back-link {
width: fit-content;
margin-bottom: 56px;
padding-bottom: 5px;
border-bottom: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.story-single-meta {
display: flex;
flex-wrap: wrap;
gap: 8px 20px;
color: var(--orange-text);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.story-single-meta time {
color: var(--muted-ink);
}
.story-single-heading h1 {
max-width: 900px;
margin: 20px 0 26px;
font-size: clamp(48px, 6vw, 86px);
line-height: 0.98;
letter-spacing: -0.06em;
}
.story-single-heading > p {
max-width: 720px;
margin: 0;
color: var(--muted-ink);
font-family: var(--font-playfair), Georgia, serif;
font-size: clamp(18px, 2vw, 25px);
font-style: italic;
line-height: 1.45;
}
.story-single-art {
min-height: 690px;
}
.story-single-art > span {
padding: 9px 11px;
position: absolute;
left: 30px;
bottom: 30px;
z-index: 5;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.story-single-layout {
width: min(100% - 48px, 1120px);
margin: 0 auto;
padding: clamp(80px, 10vw, 150px) 0;
display: grid;
grid-template-columns: 230px minmax(0, 720px);
justify-content: space-between;
gap: 80px;
}
.story-single-aside {
align-self: start;
padding-top: 7px;
position: sticky;
top: 120px;
}
.story-single-aside p {
margin: 0 0 26px;
color: var(--muted-ink);
font-size: 10px;
line-height: 1.7;
}
.story-single-aside a {
padding-bottom: 5px;
border-bottom: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.story-single-content {
font-size: 18px;
line-height: 1.85;
}
.story-single-content > *:first-child {
margin-top: 0;
}
.story-single-content .story-lead {
padding-left: 24px;
border-left: 5px solid var(--orange);
font-family: var(--font-playfair), Georgia, serif;
font-size: clamp(23px, 2.5vw, 32px);
line-height: 1.48;
}
.story-single-content h2 {
margin: 2.1em 0 0.65em;
font-size: clamp(28px, 3.2vw, 42px);
line-height: 1.1;
letter-spacing: -0.04em;
}
.story-single-content p {
margin: 0 0 1.35em;
}
.story-single-content blockquote {
margin: 2em 0;
padding: 35px;
background: var(--pastel-green);
color: var(--ink);
font-size: clamp(24px, 3vw, 38px);
line-height: 1.25;
}
.story-single--city .story-single-content blockquote {
background: var(--pastel-red);
}
.story-single--lake .story-single-content blockquote {
background: var(--pastel-blue);
}
.story-single--work .story-single-content blockquote {
background: var(--pastel-orange);
}
.story-single-content ul,
.story-single-content ol {
margin: 0 0 1.7em;
padding: 0;
list-style: none;
counter-reset: story-list;
}
.story-single-content li {
padding: 18px 0 18px 42px;
position: relative;
border-top: 1px solid var(--line);
}
.story-single-content li::before {
content: "✓";
width: 26px;
height: 26px;
display: grid;
place-items: center;
position: absolute;
left: 0;
top: 18px;
border-radius: 50%;
background: var(--pastel-green);
color: var(--green-text);
font-size: 10px;
font-weight: 900;
}
.story-single-content ol li {
counter-increment: story-list;
}
.story-single-content ol li::before {
content: counter(story-list);
background: var(--ink);
color: var(--white);
}
.story-single-content .story-source {
margin-top: 52px;
padding: 22px;
background: var(--light-gray);
color: var(--muted-ink);
font-size: 10px;
}
.story-single-content .story-source a {
color: var(--blue);
font-weight: 800;
text-decoration: underline;
}
.related-stories {
padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 110px);
background: var(--light-gray);
border-top: 1px solid var(--ink);
}
.related-stories-heading {
margin-bottom: 45px;
}
.related-story-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.related-story-grid .story-card {
border: 1px solid var(--ink);
}
@media (max-width: 1050px) {
.region-story-grid {
min-height: 720px;
}
.magazine-hero {
grid-template-columns: 1fr;
}
.magazine-hero-art {
min-height: 520px;
}
.magazine-intro {
grid-template-columns: 1fr;
gap: 30px;
}
.magazine-story-grid,
.related-story-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.magazine-story-grid .story-card.is-featured {
grid-column: 1 / -1;
}
.related-story-grid .story-card:last-child {
grid-column: 1 / -1;
}
.story-single-hero {
grid-template-columns: 1fr;
}
.story-single-art {
min-height: 480px;
}
.story-single-layout {
grid-template-columns: 190px minmax(0, 1fr);
gap: 55px;
}
}
@media (max-width: 700px) {
.region-quote {
min-height: 520px;
}
.region-story-grid {
min-height: 0;
grid-template-columns: 1fr;
}
.region-story-grid .story-card:first-child,
.region-story-grid .story-card:not(:first-child) {
grid-column: auto;
}
.story-card.is-featured > a {
display: flex;
}
.story-card.is-featured .story-card-art,
.story-card-art {
min-height: 260px;
}
.story-card.is-featured h3 {
font-size: 30px;
}
.magazine-hero {
min-height: 0;
}
.magazine-hero-copy {
padding: 70px 22px;
}
.magazine-hero h1 {
font-size: clamp(55px, 17vw, 76px);
}
.magazine-hero-art {
min-height: 440px;
}
.magazine-intro {
padding: 75px 22px 40px;
}
.magazine-stories {
padding: 0 22px 90px;
}
.magazine-story-grid,
.related-story-grid {
grid-template-columns: 1fr;
}
.related-story-grid .story-card:last-child {
grid-column: auto;
}
.magazine-cta {
align-items: flex-start;
flex-direction: column;
}
.story-single-heading {
padding: 62px 22px 70px;
}
.story-back-link {
margin-bottom: 42px;
}
.story-single-heading h1 {
font-size: clamp(45px, 14vw, 64px);
}
.story-single-art {
min-height: 390px;
}
.story-single-layout {
width: calc(100% - 44px);
padding: 75px 0;
grid-template-columns: 1fr;
gap: 55px;
}
.story-single-aside {
padding-bottom: 30px;
position: static;
border-bottom: 1px solid var(--line);
}
.story-single-content {
font-size: 16px;
}
.story-single-content .story-lead {
padding-left: 17px;
}
.story-single-content blockquote {
margin-inline: -10px;
padding: 28px 22px;
}
.related-stories {
padding: 75px 22px;
}
}
/* Apprenticeship landing page */
.training-hero {
min-height: 680px;
display: grid;
grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
border-bottom: 1px solid var(--ink);
}
.training-hero-copy {
padding: clamp(75px, 8vw, 125px) clamp(24px, 7vw, 110px);
display: flex;
flex-direction: column;
justify-content: center;
}
.training-hero h1 {
margin: 0;
font-size: clamp(65px, 7.4vw, 110px);
line-height: 0.9;
letter-spacing: -0.07em;
}
.training-hero h1 em,
.training-jobs-heading h2 em,
.training-next-step h2 em {
color: var(--orange-text);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.training-hero-copy > p {
max-width: 590px;
margin: 32px 0;
color: var(--muted-ink);
font-size: 16px;
line-height: 1.75;
}
.training-hero-copy > a {
width: fit-content;
padding: 15px 18px;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
}
.training-hero-copy > a span {
padding-left: 22px;
color: var(--yellow);
}
.training-hero-art {
min-height: 620px;
position: relative;
overflow: hidden;
background: var(--yellow);
}
.training-letter {
position: absolute;
right: 4%;
top: -11%;
color: var(--blue-text);
font-size: clamp(390px, 47vw, 690px);
font-weight: 950;
letter-spacing: -0.14em;
line-height: 1;
}
.training-orbit {
position: absolute;
z-index: 2;
border: 1px solid rgba(0, 6, 38, 0.32);
border-radius: 50%;
}
.training-orbit.orbit-one {
width: 270px;
height: 270px;
left: -80px;
bottom: 4%;
}
.training-orbit.orbit-two {
width: 390px;
height: 390px;
left: -140px;
bottom: -5%;
}
.training-ticket {
width: 168px;
height: 168px;
padding: 20px;
display: grid;
place-content: center;
position: absolute;
right: 8%;
bottom: 8%;
z-index: 3;
border: 2px solid var(--ink);
border-radius: 50%;
background: var(--lime);
text-align: center;
transform: rotate(7deg);
}
.training-ticket strong {
font-family: var(--font-playfair), Georgia, serif;
font-size: 48px;
line-height: 0.85;
}
.training-ticket span {
margin-top: 9px;
font-size: 10px;
font-weight: 850;
line-height: 1.25;
text-transform: uppercase;
}
.training-hero-art > p {
margin: 0;
position: absolute;
left: 8%;
top: 10%;
z-index: 3;
font-size: clamp(27px, 3.7vw, 54px);
font-weight: 900;
line-height: 0.92;
text-transform: uppercase;
}
.training-hero-art > p em {
color: var(--ink);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
text-transform: lowercase;
}
.training-promises {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
background: var(--ink);
color: var(--white);
}
.training-promises > div {
min-height: 240px;
padding: clamp(30px, 4vw, 55px);
border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.training-promises > div:last-child {
border-right: 0;
}
.training-promises span {
color: var(--yellow);
font-size: 10px;
font-weight: 850;
}
.training-promises h2 {
margin: 35px 0 12px;
font-size: clamp(23px, 2.5vw, 36px);
letter-spacing: -0.04em;
}
.training-promises p {
max-width: 390px;
margin: 0;
color: rgba(255, 255, 255, 0.64);
font-size: 10px;
line-height: 1.65;
}
.training-jobs-section {
padding: clamp(80px, 9vw, 135px) clamp(24px, 7vw, 110px);
}
.training-jobs-heading {
margin-bottom: 44px;
display: flex;
align-items: end;
justify-content: space-between;
gap: 50px;
}
.training-jobs-heading h2,
.training-next-step h2 {
margin: 0;
font-size: clamp(52px, 6vw, 88px);
line-height: 0.93;
letter-spacing: -0.06em;
}
.training-jobs-heading > p {
width: min(100%, 400px);
margin: 0 0 6px;
color: var(--muted-ink);
font-size: 13px;
line-height: 1.7;
}
.training-search {
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.8fr) auto;
border: 1px solid var(--ink);
box-shadow: 7px 7px 0 var(--ink);
}
.training-search label {
min-width: 0;
padding: 17px 19px;
border-right: 1px solid var(--line);
}
.training-search label span {
display: block;
margin-bottom: 6px;
font-size: 10px;
font-weight: 850;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.training-search input {
width: 100%;
padding: 0;
border: 0;
outline: 0;
font: inherit;
font-size: 13px;
text-overflow: ellipsis;
}
.training-search button {
min-width: 185px;
padding: 16px 20px;
border: 0;
background: var(--orange);
color: var(--ink);
font-size: 13px;
font-weight: 850;
cursor: pointer;
}
.training-search button:hover {
background: var(--yellow);
}
.training-search button span {
padding-left: 12px;
}
/* Shared component rules ------------------------------------------------- */
.profile-benefit-grid strong,
.employer-benefits-grid strong,
.job-employer-benefit-grid strong {
font-size: 13px;
line-height: 1.35;
}
.home-search-fields input,
.home-search-fields select,
.home-search-fields .nj-select > .nj-select-trigger,
.archive-search input,
.archive-search select,
.archive-search .nj-select > .nj-select-trigger {
height: 44px;
min-height: 44px;
padding: 4px 34px 4px 0;
font-size: 13px;
line-height: 1.35;
}
.training-results-bar {
min-height: 78px;
display: flex;
align-items: end;
justify-content: space-between;
gap: 20px;
padding-bottom: 17px;
border-bottom: 1px solid var(--ink);
}
.training-results-bar p {
margin: 0;
font-size: 13px;
}
.training-results-bar a,
.training-results-bar > span {
color: var(--muted-ink);
font-size: 10px;
}
.training-job-list {
width: min(100%, 1080px);
}
.training-pagination {
margin-top: 42px;
}
.training-pagination ul {
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
list-style: none;
}
.training-pagination a,
.training-pagination span {
min-width: 42px;
min-height: 42px;
padding: 10px;
display: grid;
place-items: center;
border: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.training-pagination .current {
background: var(--ink);
color: var(--white);
}
.training-next-step {
padding: clamp(70px, 8vw, 110px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: 1.2fr 0.8fr auto;
align-items: center;
gap: 55px;
background: var(--pastel-blue);
border-top: 1px solid var(--ink);
}
.training-next-step p {
margin: 0;
font-size: 13px;
line-height: 1.7;
}
.training-next-step > a {
padding: 15px 18px;
background: var(--ink);
color: var(--white);
font-size: 10px;
font-weight: 850;
white-space: nowrap;
}
@media (max-width: 1050px) {
.training-hero {
grid-template-columns: 1fr;
}
.training-hero-art {
min-height: 540px;
}
.training-next-step {
grid-template-columns: 1fr 1fr;
}
.training-next-step > a {
grid-column: 2;
width: fit-content;
}
}
@media (max-width: 700px) {
.training-hero {
min-height: 0;
}
.training-hero-copy {
padding: 70px 22px;
}
.training-hero h1 {
font-size: clamp(58px, 18vw, 78px);
}
.training-hero-art {
min-height: 460px;
}
.training-letter {
top: 0;
font-size: 430px;
}
.training-ticket {
width: 135px;
height: 135px;
}
.training-ticket strong {
font-size: 38px;
}
.training-promises {
grid-template-columns: 1fr;
}
.training-promises > div {
min-height: 0;
border-right: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.training-jobs-section {
padding: 75px 22px;
}
.training-jobs-heading {
align-items: flex-start;
flex-direction: column;
gap: 28px;
}
.training-search {
grid-template-columns: 1fr;
}
.training-search label {
border-right: 0;
border-bottom: 1px solid var(--line);
}
.training-search button {
min-height: 58px;
text-align: left;
}
.training-results-bar {
align-items: flex-start;
flex-direction: column;
justify-content: flex-end;
}
.training-next-step {
padding: 70px 22px;
grid-template-columns: 1fr;
gap: 30px;
}
.training-next-step > a {
grid-column: auto;
}
}
@media (max-width: 1050px) {
.footer-main {
grid-template-columns: 1fr;
}
.footer-brand-panel {
min-height: 400px;
}
.footer-navigation {
grid-template-columns: 1.2fr 0.9fr 0.8fr;
}
}
@media (max-width: 700px) {
.footer-main {
padding: 70px 22px;
gap: 70px;
}
.footer-brand-panel {
min-height: 0;
}
.footer-brand-panel > p {
margin-top: 38px;
}
.footer-actions {
margin-top: 0;
grid-template-columns: 1fr;
}
.footer-navigation {
grid-template-columns: 1fr;
gap: 48px;
}
.footer-bottom {
min-height: 112px;
padding: 20px 22px;
grid-template-columns: 1fr auto;
align-items: center;
gap: 10px 24px;
}
.footer-made-in {
grid-column: 1;
}
.footer-scroll-top {
grid-column: 2;
grid-row: 1 / 3;
}
}
/* Basis employer upgrade */
.basis-upgrade-banner {
padding: clamp(55px, 7vw, 95px) clamp(24px, 7vw, 110px);
display: grid;
grid-template-columns: 150px minmax(260px, 1.1fr) minmax(270px, 0.9fr) minmax(210px, 0.65fr);
align-items: center;
gap: clamp(30px, 5vw, 70px);
position: relative;
overflow: hidden;
background: var(--pastel-blue);
border-top: 1px solid var(--ink);
border-bottom: 1px solid var(--ink);
}
.basis-upgrade-banner::after {
content: "";
width: 260px;
height: 260px;
position: absolute;
right: -175px;
top: -170px;
border: 1px solid var(--blue);
border-radius: 50%;
opacity: 0.2;
box-shadow: 0 0 0 34px var(--blue), 0 0 0 68px var(--blue);
}
.basis-upgrade-mark {
width: 148px;
height: 148px;
display: grid;
place-items: center;
position: relative;
border-radius: 50%;
background: var(--yellow);
color: var(--ink);
}
.basis-upgrade-mark span {
position: relative;
z-index: 2;
font-size: 48px;
}
.basis-upgrade-mark i {
position: absolute;
border: 1px solid var(--ink);
border-radius: 50%;
opacity: 0.22;
}
.basis-upgrade-mark i:first-of-type {
width: 112px;
height: 112px;
}
.basis-upgrade-mark i:last-of-type {
width: 72px;
height: 72px;
}
.basis-upgrade-copy {
min-width: 0;
}
.basis-upgrade-copy .section-kicker {
margin-bottom: 14px;
}
.basis-upgrade-copy h2 {
margin: 0;
font-size: clamp(38px, 4.5vw, 64px);
line-height: 0.94;
letter-spacing: -0.06em;
}
.basis-upgrade-copy h2 em {
color: var(--blue-text);
font-family: var(--font-playfair), Georgia, serif;
font-weight: 500;
}
.basis-upgrade-copy p {
max-width: 550px;
margin: 22px 0 0;
color: rgba(0, 6, 38, 0.67);
font-size: 10px;
line-height: 1.7;
}
.basis-upgrade-banner ul {
margin: 0;
padding: 0;
list-style: none;
}
.basis-upgrade-banner li {
min-height: 52px;
display: grid;
grid-template-columns: 28px 1fr;
align-items: center;
gap: 12px;
border-bottom: 1px solid rgba(0, 6, 38, 0.16);
font-size: 10px;
font-weight: 750;
line-height: 1.4;
}
.basis-upgrade-banner li > span {
width: 26px;
height: 26px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--white);
color: var(--green-text);
font-size: 10px;
font-weight: 900;
}
.basis-upgrade-actions {
display: grid;
gap: 9px;
position: relative;
z-index: 2;
}
.basis-upgrade-actions a {
min-height: 51px;
padding: 14px 16px;
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid var(--ink);
font-size: 10px;
font-weight: 850;
}
.basis-upgrade-actions a:first-child {
background: var(--ink);
color: var(--white);
}
.basis-upgrade-actions a:first-child span {
color: var(--yellow);
}
.basis-upgrade-actions a:hover {
background: var(--orange);
color: var(--ink);
}
@media (max-width: 1050px) {
.basis-upgrade-banner {
grid-template-columns: 150px minmax(0, 1fr);
}
.basis-upgrade-banner ul {
grid-column: 2;
}
.basis-upgrade-actions {
grid-column: 2;
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 700px) {
.basis-upgrade-banner {
padding: 65px 22px;
grid-template-columns: 1fr;
gap: 35px;
}
.basis-upgrade-mark {
width: 112px;
height: 112px;
}
.basis-upgrade-banner ul,
.basis-upgrade-actions {
grid-column: auto;
}
.basis-upgrade-actions {
grid-template-columns: 1fr;
}
}
