  h2.headline-employers {
    color: #262626;
    text-align: center;
    font-size: 1.8vw;
    margin-bottom: 2.4em
}

@media (max-width: 1333.33333px) {
    h2.headline-employers {
        font-size: 24px
    }
}

@media (min-width: 3333.33333px) {
    h2.headline-employers {
        font-size: 60px
    }
}

div.participation-notice {
    max-width: 800px;
    margin: 2em auto 0
}

.career-date,
.career-location,
.career-time {
    margin-bottom: 3em
}

article.content svg {
    width: 70px;
    height: auto;
    margin-bottom: 1.4em
}

article.content h4 {
    margin-bottom: 0
}

article.content h4+p {
    margin-top: 0
}

article.content>hr {
    margin: 4em 0 5em
}

@media screen and (min-width: 1000px) {
    section.employers {
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-column-gap: 4em
    }
}

div.employer {
    border-radius: 18px;
    margin: 0 0 2em 0;
    width: calc(100% - 2em);
    float: left;
    padding: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-radius: .2em
}

@media screen and (min-width: 1000px) {
    div.employer {
        width: calc(50% - 4em);
        margin-right: 2em
    }
}

div.employer h2 {
    margin-top: 0
}

div.employer h2 small {
    display: block;
    font-size: .6em
}

div.employer p:last-of-type {
    margin-bottom: 0
}

nav.nav-employers {
    margin-bottom: 2em
}

nav.nav-employers h3:first-of-type {
    margin-top: 0
}

nav.nav-employers div.filters label {
    display: inline-block;
    font-family: nunito-sans, sans-serif;
    border: 1px solid #ccc;
    padding: .7em;
    border-radius: .2em;
    margin: 0 1em 1em 0;
    position: relative;
    top: .1em;
    transition: border-color 400ms, color 400ms, background-color 400ms
}

nav.nav-employers div.filters label.on {
    background-color: #ccf5ff;
    border-color: #007A99;
    color: #007A99;
    color: #005970
}

@media screen and (min-width: 1000px) {
    nav.nav-employers div.filters label {
        display: block;
        margin-right: 0
    }
}