/* This file is to be added at https://s101.recruiting.eu.greenhouse.io/configure/dev_center/config */
@font-face {
    font-family: 'Titillium Web';
    src: url(https://kinexon.com/assets/fonts/titillium-web-v15-latin-regular.woff2) format('woff2'), url(https://kinexon.com/assets/fonts/titillium-web-v15-latin-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url(https://kinexon.com/assets/fonts/titillium-web-v15-latin-600.woff2) format('woff2'), url(https://kinexon.com/assets/fonts/titillium-web-v15-latin-600.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url(https://kinexon.com/assets/fonts/work-sans-v17-latin-regular.woff2) format('woff2'), url(https://kinexon.com/assets/fonts/work-sans-v17-latin-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url(https://kinexon.com/assets/fonts/work-sans-v17-latin-500.woff2) format('woff2'), url(https://kinexon.com/assets/fonts/work-sans-v17-latin-500.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#wrapper {
    font-family: 'Work Sans', sans-serif;
    max-width: 1140px;
}

#app_body {
    max-width: 740px;
    margin: 0 auto;
}

.app-title {
    color: #0094cd;
}

#header > a,
#header .company-name {
    display: none;
}

#main h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 37.152px;
}

#board_title {
    margin-bottom: 2rem;
}

#filter-count {
    margin-bottom: 6rem;
}

.level-0 {
    margin-top: 2rem;
    padding-bottom: 40px;
}

.accessible .level-0 h3 {
    font-family: 'Titillium Web', sans-serif;
    color: #0094cd;
    font-size: 24px;
    font-weight: 700;
}

.accessible .opening {
    line-height: 1.5;
}

.opening {
    margin-top: 2rem;
    padding: 1rem 0 1rem 28px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
    margin-bottom: 16px;
}

.opening a {
    font-family: 'Titillium Web', sans-serif;
    color: #0094cd;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: .36px;
    text-decoration: none;
    display: inline-block;
}

.select2-choice,
.select2-choice:hover,
.opening a,
.opening a:hover {
    box-shadow: none;
}

.select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
}

.accessible .select2-container .select2-arrow {
    display: flex;
    align-items: center;
}

.select2-container .select2-choice .select2-arrow b {
    height: 28px;
}

.location {
    color: #191414;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.filter-container .filter-label {
    display: none;
}

.content-intro img {
    width: 100%;
    height: auto;
}

.accessible #submit_app {
    background-color: #0094cd;
}

#application {
    max-width: 100%;
}