.entry {

    .stepstone-job {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: 1rem;
        display: block;
    }

    .stepstone-job *,
    .stepstone-job h3 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    a.stepstone-job {
        color: black;
    }

    a.stepstone-job:hover {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
        border: 2px solid #FFF;
    }

    .stepstone-outer {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        border: 2px solid #FFF;
    }

    .stepstone-inner {
        border: 1px solid #6B9CBA;
        /*background-color: #D9E5ED;*/
        display: flex;
        flex-direction: row;
    }

    .stepstone-column-one {
        padding: 1rem;
        width: 460px;

    }

    .stepstone-column-one > * {
        font-weight: 300;
        font-size: 1rem;
        letter-spacing: 0.4px;
        margin-bottom: 0.3rem;
    }

    .stepstone-company {

    }

    .stepstone-jobtitle {

    }

    .stepstone-location {

    }

    .stepstone-column-two {
        /* border-left: 2px solid #C40417; */
        background-color: white;
        width: 210px;
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .stepstone-column-two img,
    .stepstone-column-two img:hover {
        max-width: 100%;
        max-height: 80px;
        height: auto;
        box-shadow: none;
        border: none;
        margin: auto;
        vertical-align: center;
    }

    .stepstone-form {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .stepstone-notice {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .stepstone-button {
        padding: 9px;
        margin-left: 20px;
    }

    .stepstone-pagination {
        position: relative;
    }

    .stepstone-pagination-less {
        display: inline-block;
    }

    .stepstone-pagination-more {
        position: absolute;
        right: 0px;
        display: inline-block;
    }

    .stepstone-logo {
        max-height: 40px;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        height: auto;
    }

    .stepstone-logo a {
        border:none;
        text-decoration: none;
    }

    .stepstone-logo svg {
        max-width: 80px;
        position: absolute;
        bottom: -5px;
        height: auto;
        width: 80px;
    }
}