@font-face {
    font-family: 'Speedee_W_Bd';
    src: url('https://embed-css.jobylon.com/fonts/foodfolk/Speedee_W_Bd.woff2') format('woff2'),
         url('https://embed-css.jobylon.com/fonts/foodfolk/Speedee_W_Bd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Speedee_W_Rg';
    src: url('https://embed-css.jobylon.com/fonts/foodfolk/Speedee_W_Rg.woff2') format('woff2'),
         url('https://embed-css.jobylon.com/fonts/foodfolk/Speedee_W_Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'Speedee_W_Rg';
}



.categories,
.experience,
.function,
.location,
.departments {
    border: 1px solid #adadad;
    margin-top: 10px;
    padding: 10px;
    border-radius: 0.25rem;
}

.location,
.function,
.experience {
    display: none;
}

.title {
    color: #292929; 
    font-family: 'Speedee_W_Bd';
    font-size: 14px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.selection label {
   font-weight: normal;
   display: inherit;
    font-family: 'Speedee_W_Rg';
}

.location,
.departments {
    margin-bottom: 20px;
}

.btn {
    border: 1px solid rgba(0,0,0,0.125) !important;
}


.subscribe-success {
    font-size: 20px;
    color: #292929;
    font-family: 'Speedee_W_Bd';
    text-transform: uppercase;
    padding: 0 !important;
    text-align: center;
 
}

.form-group a {
    color: #292929;
    text-decoration: underline;
}

.btn.btn-default {
    background-color: #ffbc0d;
    color: #292929 !important;
    font-family: 'Speedee_W_Rg';
}