  .career-sub-header {
    background-image: url('/career-center/images/career-advisor-with-students.jpg');
    background-size: cover;
    background-position: center top;
    padding-top: 200px;
}

.career-sub-header-content {
    background: linear-gradient(to bottom, rgba(76, 38, 131, 0) 0%, rgba(76, 38, 131, 1) 100%);
    color: white;
    padding: 15vw 1em 0em 1em;
}

.career-sub-header-content h2 {
    display: block;
    font-size: 250%;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}

.career-sub-header-content h2 .heading-second-line {
    display: block;
    font-size: 80%;
    color: rgba(246, 139, 31, 1);
    margin-top: 0px;
}

div.career-sub-header-paragraphs {
    font-size: 130%;
    font-weight: 800;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 1px black;
    padding-bottom: 2em;
}

.career-sub-header-paragraphs > p, .career-sub-header-paragraphs > ul {
    margin-bottom: 1.2em;
}

.career-sub-header-paragraphs > p:first-child {
    margin-bottom: 6px;
    text-align: center;
}

.career-sub-header-paragraphs > p > strong {
    color: white;
    font-size: 120%;
}

.career-sub-header-paragraphs > p > strong > em {
    color: #ffa74f;
    font-style: normal;
}

.main-content {
    padding-top: 0;
}

.outcomes-section {
    background-color: #111;
    color: white;
    padding-top: 4em;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 2em;
    position: relative;
    text-align: center;
    z-index: 1;
}

.outcomes-section a {
    color: white !important;
    text-decoration: underline;
    font-weight: bold;
}

.outcomes-section::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('/career-center/images/bg-bar-charts.png');
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
    opacity: 0.5;
}

.outcomes-detail {
    font-size: 120%;
    vertical-align: baseline;
    line-height: 1.2;
}

.outcomes-detail strong {
    color: #ffa74f;
    font-size: 150%;
    vertical-align: middle;
}

.schedule-section {
    padding-top: 2em;
    padding-bottom: 3em;
}

.services-section {
    background-color: #f68b1f;
    background-image: url('/career-center/images/bg-fountain-only-orange.jpg');
    background-size: cover;
    background-position: center center;
    color: black;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 120%;
    font-weight: 400;
}

.welcome-section {
    background-color: #298FC2;
    background-image: url('/career-center/images/bg-clouds.jpg');
    background-size: cover;
    background-position: center center;
    color: white;
    padding-top: 4em;
    padding-bottom: 3em;
}

.welcome-section h3 {
    font-size: 180%;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.welcome-section .info a {
    color: white;
    text-decoration: underline;
}

.welcome-section .people.small .person {
    display: block;
    width: 100%;
    margin-right: 0px;
    padding-left: 2em;
    border-left: 1px solid white;
}

.welcome-section .people.small .person .person-details .bi {
    display: inline;
}

.welcome-section .people.small .person .pronouns,
.welcome-section .people.small .person .info,
.welcome-section .people.small .person .responsibility {
    display: none;
}

.welcome-section .people.small .person .person-photo {
    width: 50%;
    max-width: none;
}

.welcome-section .people.small .person .person-photo img {
    max-width: none;
}

.next-step-section {
    background-color: #4C2683;
    color: white;
    padding-top: 3em;
    padding-bottom: 2em;
}

.meet-the-team-section {
    padding-top: 3em;
}

.trutalent-section {
    padding-bottom: 2em;
}

/* Small devices (tablets, 768px and up) */
 @media (min-width: 768px) {
    .career-sub-header {
        background-position: center top;
        padding-top: 8vw;
    }
    .career-sub-header-content h2 {
        font-size: 350%;
    }
    .career-sub-header-paragraphs ul {
        columns: 2;
    }

 }
