  @media only screen and (max-width: 900px) {
    section.main {
        padding: 2em 0 8em;
    }
    section.main article.content {
        margin: 0;
    }
}

.content form label,
.content form fieldset {
    margin: 0;
    float: left;
    width: 32%;
    padding-right: 3%;
    text-align: right;
}

.content form input[type="text"],
.content form input[type="email"],
.content form input[type="number"],
.content form input[type="tel"],
.content form input[type="password"],
.content form input[name="uName"],
.content form select {
    margin: 0 0 15px;
}

.content form input[type="text"],
.content form input[type="email"],
.content form input[type="number"],
.content form input[type="tel"],
.content form input[type="password"],
.content form input[name="uName"],
.content form select {
    margin: 0 0 15px 0;
    width: 62%;
}

div.filters select {
    max-width: 100%;
    font-family: nunito-sans, sans-serif;
    padding: 6px 10px 6px;
    border: 1px solid #ccc;
    color: #262626;
    background: #fff;
    ;
}

.employer h2,
.employer h3,
.employer h4 {
    margin-top: 0;
    font-family: nunito-sans, sans-serif;
    font-weight: 400;
    color: #916600;
    color: #007A99;
    font-size: 1.25em;
    margin: 1.5em 0 0.5em;
    margin: 0;
    text-align: center;
}

.grid-employers.title h3 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 1.5em;
    text-align: left;
}


/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    /*background: #000;*/
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in;
    z-index: 9999;
}

.modal.is-visible {
    visibility: visible;
    opacity: 1;
}

.modal-dialog {
    position: fixed;
    bottom: 40px;
    right: 40px;
    max-width: 480px;
    min-width: 380px;
    max-height: 90vh;
    border-radius: 5px;
    background: #FDFAF2;
    overflow: auto;
    cursor: default;
    z-index: 9999;
    box-shadow: 0 0.25em 0.75em rgb(0 0 0 / 10%), 0 0.1em 0 rgb(0 0 0 / 3%);
}

@media only screen and (max-width: 900px) {
    .modal-dialog {
        top: 40px;
        bottom: auto;
        left: 20px;
        right: 20px;
        min-width: auto;
    }
}

.modal-dialog>* {
    padding: 1rem;
}

.modal-header,
.modal-footer {
    background: #ccc;
}

.modal-header {
    /*display: flex;
    align-items: flex-start;
    justify-content: space-between;
   background: #007A99;
    background: #916600;*/
    background: #d59600;
}

.modal-header h2 {
    color: #fff;
    margin: 0 35px 0 0;
}

.modal-header p {
    font-size: 1.125em;
}

.modal-header .close-modal {
    font-size: 1.5rem;
    padding: 5px;
    /*margin-left: 15px;*/
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 0 5px 0 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-header .close-modal:hover {
    cursor: pointer;
}

.modal p+p {
    margin-top: 1rem;
}


/* SLIDE LEFT ANIMATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

[data-animation="slideInOutLeft"] .modal-dialog {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    ;
}

[data-animation="slideInOutLeft"].is-visible .modal-dialog {
    opacity: 1;
    transform: none;
    transition-delay: 0.2s;
}

h2.headline-employers {
    color: #555;
    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*/
        display: block;
    }
}

.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;
    transition: background-color 250ms, box-shadow 200ms;
}

a.employer:hover {
    background-color: #008eb3;
    box-shadow: 0 0.3em 0.75em rgb(0 0 0 / 28%);
}

a.employer:hover h2,
a.employer:hover h3,
a.employer:hover h4 {
    color: #fff;
}

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

.employer h2 {
    margin-top: 0
}

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

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

nav.nav-employers {
    margin: 0 auto 2em;
    /* max-width: 180px; */
}

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: #eafbff;
    border-color: #0092b7;
    color: #0092b7
}

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