* {
    margin: 0;
    padding: 0;
}

.careers-and-job-openings-landing {
    width: 100%;
    position: absolute;
    z-index: -5;
}

.body {
    margin-top: 20%;
    padding: 10% 10%;
    clip-path: polygon(10% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 8%);
    background-color: white;
}

.breadcrumbs-link:hover {
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs {
    color: #888888;
    margin-bottom: 10%;
}

.greater-than-icon {
    color: #888888;
    margin-left: 1%;
    margin-right: 1%;

}

span {
    color: #0046AD;
    font-weight: 700;
}

.greatest-workplace {
    color: black;
    font-weight: 400;

}

.greatest-workplace:hover {
    opacity: 0.5;
}

h1 {
    color: #0046AD;
    opacity: 0.8;
    font-size: 3.5vw;
}

.sub-heading {
    color: #888888;
    margin-bottom: 8%;
    font-size: 1.5vw;
}

.click-btn-text {
    font-weight: 700;
    font-size: 1.5vw;
    margin-bottom: 3%;
}

button {
    background-color: #0046AD;
    color: white;

    font-weight: 700;
    font-size: 1.2vw;
    padding: 0.8% 3% 0.8%;

    transition: opacity 0.2s ease;
}

button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.title {
    position: relative;
}

h2 {
    margin: 2%;
    margin-top: 8%;
    margin-bottom: 4%;
    font-size: 2vw;
}

.title-orange-block {
    background-color: #E87800;
    width: 4vw;
    height: 1vw;
    position: absolute;
    top: 1.5vw;
    z-index: -5;
}

.p {
    font-size: 1.5vw;
    line-height: 1.5;

    position: relative;
    z-index: 10;
}

.midsize-link {
    color: blue;
}

#last-paragraph {
    margin-bottom: 10%;
}

.tech-graphic {
    position: absolute;

}

#tech-graphic-top {
    top: 120vh;
    right: 0;
}

#tech-graphic-bottom {
    left: 0;
    top: 300vh;
}