﻿

.vocational {
    width: 100%;
}

.financial1 {
    position: absolute;
    width: 80%;
    top: 10px;
    left: 65px;
    margin-top: -8px;
}

.financial2 {
    position: absolute;
    width: 100%;
    top: 23px;
    left: 172px;
    color: #ffffff;
    font-size: 22px;
}

.links {
    text-decoration: underline;
}

.referencesWidth {
    width: 171px;
}

.referencesLink {
    color: #0d5987 !important;
    margin-bottom: 0px !important;
    padding: 7px;
    font-weight: 800 !important;
    cursor: pointer;
    margin-top: 8px;
    margin-right: -13px;
}

.referencesParagraph {
    border-left: 1px solid #bababc;
    margin: 6px;
    padding-left: 12px;
    font-size: 0.75em;
    font-weight: 400;
    line-height: normal;
    width: 70%;
    margin-left: 16px;
}




@media only screen and (max-width: 1220px) {
    .financial2 {
        top: 19px;
        left: 129px
    }

    .referencesParagraph {
        font-size: 8px;
        width: 68%;
    }

    .referencesLink {
        font-size: 10px;
    }

    .referencesWidth {
        width: 120px;
    }
}


