.careerTitle {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.careerBox {
    background-color: rgba(1.0, 1.0, 1.0, 0.9);
    width: 100%;
    min-height: 200px;
    color: white;
    padding: 25px;
    margin: 25px 0px;
}

.careerHead {
    font-size: large;
    font-weight: bold;
}

.careerSubhead {
    font-size: medium;
    font-weight: bold;
    color: crimson !important;
}

.careerSubhead2 {
    font-size: medium;
    font-weight: bold;
}

.careerSubhead3 {
    font-size: medium;
    font-weight: bold;
    padding: 10px;
    padding-top: 20px;
}

.careerTag {
    display: inline-block;
    background-color: #3d3d3d;
    border-left: 5px solid crimson;
    padding: 2px 4px;
    margin: 4px;
}

.careerActive {
    color: greenyellow;
}