@font-face {
    font-family: "GillSans";
    src: url("https://storage.googleapis.com/talentfunnel-cms-career-site-storage/the-ned/Gill_Sans_Medium_f25a1f7246/Gill_Sans_Medium_f25a1f7246.otf") format("opentype"),
    font-weight: 500;
}

@font-face {
    font-family: "PlantinReg";
    src: url("https://storage.googleapis.com/talentfunnel-cms-career-site-storage/the-ned/Plantin_MT_Pro_Sm_Bd_87c70b644e/Plantin_MT_Pro_Sm_Bd_87c70b644e.ttf") format("truetype"),
    font-weight: 500;
}

@font-face {
    font-family: "plantinItalic";
    src: url("https://storage.googleapis.com/talentfunnel-cms-career-site-storage/the-ned/Plantin_Rg_It_e05ae7b8b9/Plantin_Rg_It_e05ae7b8b9.ttf") format("truetype"),
    font-weight: 500;
    font-style: italic;
}

h1,h2,h3, .vacancy-item-heading, .gill-sans-font, .btn-primary, .btn-primary span  {
    font-family: "GillSans", serif !important;
}

.plantin-reg-font {
    font-family: "plantinItalic", serif !important;
    font-style: italic;
}

.search-box-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    margin-top: -50px;
    z-index: 9999;
}


.search-box-wrapper .search-box-container {
    max-width: 1030px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 1200px) {
.search-box-wrapper {  
 margin-top:-161px;
}
}

.bottom-wrapper{
    flex: 1 0 40% !important;
}

.boxLink > div:last-of-type {
    background-color: #2e2c2c8f;
}

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

.footer h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--brand-green);
    margin-bottom: 20px;
}

.footer-icon {
    margin: 0.8rem;
    color:#154632;
}

.footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #dedede;
}

.search-homepage h2 {
    margin-left: 1rem;
}