.job__title {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
}
.job__title--is-expired {
    color: #84A4D6;
}
.job__expiration {
    font-style: italic;
    font-size: .9em;
}
.job__expiration--is-expired {
    color: #999;
}
.job__location {
    margin: 0;
    font-size: .8em;
}
.jobs__expired {
    font-size: 24px;
}
.careers__title {
    font-size: 1.8em;
}
.careers__lead {
    margin: 0;
    font-size: 1.3em;
    font-weight: normal;
}
.careers__paragraph {
    font-family: Georgia;
}
.careers__col2 {
    padding-top: 11em;
}
.openings__list:nth-child(odd) {
    background-color: #E6EDF7;
}
.openings__list {
    list-style: none;
    padding: 1em;
}
.openings__title {
    font-weight: normal;
    font-size: 1.5em;
}