.recruit {
    color: #333;
}

.recruit__title {
    margin-bottom: 24px;
}

.recruit__label-required {
    color: #d40000;
}

.recruit__photo-notes {
    font-size: 12px;
    color: #d40000;
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
}

.recruit__error-summary {
    font-size: 13px;
    color: #d40000;
}

.recruit__footer {
    margin-top: 20px;
    text-align: center;
}

.recruit--thanks {
    margin-bottom: 55px;
    padding: 15px;
}