/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.nectar-paylocity-jobs{
    width: 100%;
}   
.jobs{
    margin: auto;
}
.nojob{
    display: none;
    text-align: center;
    margin-top: 3em;
}
.jobs li.job{
    list-style: none;
    margin: 0.5em 0.5em 0.5em 0em;
    padding: 1em 1em 1em 0em;
}
.job_description{
    display: none;
    margin: 1em 0em;
}
.job_description p {
    padding: 0em;
}
.job_description ul {
    margin: 1em 0em 1em 2em;
}
.np-button{
    font-family: 'Proxima Nova';
    font-size: 16px;
    background: transparent;
    color: #222faf;
    border: 2px solid #222faf;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    min-width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 1em;
    width: 130px;
}
.np-button:hover {
    color: #fff;
    background: #222faf;
}
.title {
    display: flex;
    align-items: center;
}
.share_link {
    margin-left: 10px;
}
/* Filter */
#np_filter {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}
#np_filter .form-group, #np_filter .np-button {
    margin: 0em 0.5em;
}

@media screen and (max-width: 768px) {
    .nectar-paylocity-jobs{
        margin-top: 2em;
    }
    #np_filter{
        flex-direction: column;
        align-items: center;
    }
    #np_filter .form-group {
        width: 100%;
        margin-top: .5em;
    }
    #np_filter .np-button{
        margin-top: 1em;
    }
}