/* ArcBest -> Talent.page */
.talentMainBlock {
    clear: both;
    color: #333333;
    padding: 3em 1.5em;
    padding-bottom: 1em;
}
.talentMainBlock .talentMainBlock__Container {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    line-height: 1.5;
    margin-bottom: 2em;
}
.talentMainBlock .talentMainBlock__Container .talentMainBlock__Container__Title {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.talentMainBlock .talentMainBlock__Container .talentMainBlock__Container__Paragraph {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.5em;
}
.talentMainBlock .talentMainBlock__Container .talentSaveButton {
    text-align: center;
}
@media all and (max-width: 600px) {
    .talentMainBlock {
        padding: 0;
    }
    .talentMainBlock .talentMainBlock__Container {
        text-align: center;
    }
    .talentMainBlock .talentMainBlock__Container talentMainBlock__Container__Title {
        font-size: 1.8em;
    }
    .talentMainBlock .talentMainBlock__Container .talentMainBlock__Container__Paragraph {
        font-size: 16px;
    }
    .uploadResumeFieldTrigger,
    .uploadResumeFieldTrigger:link,
    .uploadResumeFieldTrigger:visited {
        font-size: 14px;
    }
    .talentMainBlock .talentMainBlock__Container .talentSaveButton {
        width: 0;
        margin: 0;
        margin-bottom: 0.5em;
    }
}
/* END */