
/*
    We pull in job listings from Greenhouse, which places an iframe on the page containing
    all of our active jobs.  Those listings are styled via this css file, but the contents
    need to be uploaded to Greenhouse in order to be served with the listings and properly
    scoped with the iframe.
 */

h1 {
    font-size: 36px;
    font-weight: 600;
    color: #385F87;
}

h2 {
    font-size: 1.7em;
    font-weight: 600;
    color: #385F87;
    display: inline-block;
    top: 0;
    left: 0;
}

.opening {
    position: relative;
    left: 40%;
    max-width: 400px;
    top: -2.7em;
}

    .opening a {
        color: #26B799;
        font-size: 1.2em;
        font-weight: 600;
        letter-spacing: .2px;
    }

span.location {
    color: #888;
    letter-spacing: .2px;
}

#wrapper > #logo {
    display: none;
}

#app_body {
    padding: 0;
}


@media (max-width: 750px) {
    h1#board_title {
        font-size: 28px;
        text-align: center;
    }

    section.level-0 {
        text-align: center;
    }

    section.level-0 div.opening {
        position: inherit;
        left: auto;
    }
}
