.jobs-container {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
}

.response-container {
    justify-content: space-evenly;
}

div.job-box {
    display: flex;
    flex-flow: column;
    color: white;
    margin: 10px;
    padding: 34px;
    width: 400px;
    max-height: 220px;
    margin-top: 10px;
    text-align: center;
    line-height: 35px;
    border: 1px solid white;
    text-decoration: none;
    align-items: center;
    color: #00a9ce;
    background-color: white;
    border-radius: .3rem;
}

div.job-box:hover {
    background-color: white;
    color: #00a9ce;
}

.job-box:hover {
    transition: max-height 1s linear;
    -moz-transition: max-height 1s linear;
    -webkit-transition: max-height 1s linear;
    -o-transition: max-height 1s linear;
    max-height: 900px;
}

.landing-button {
    background: #00a9ce;
    color: white;
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.img-job {
    width: 64px;
    height: auto;
}

.job-box>a {
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

a.job-subtext {
    padding: 10px;
    color: white;
    font-size: 15px;
}

.job-box:hover>a {
    opacity: 1 !important;
    transition: opacity 0.1s 0.3s linear;
    -moz-transition: opacity 0.1s 0.3s linear;
    -webkit-transition: opacity 0.1s 0.3s linear;
    -o-transition: opacity 0.1s 0.3s linear;
    text-decoration: none !important;
}

.job-box {
    transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
    -o-transition: max-height 1s ease-out;
}

.center {
    justify-content: center;
}


.margin-arrow {
    margin-left: 10px;
}

#form1 {
    position: relative;
}