﻿

.scholar1 {
    width: 100%;
}

.financial1 {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 2px;
}

.financial2 {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 139px;
    color: #ffffff;
    font-size: 29px;
}

.links {
    text-decoration: underline;
}

.link1 a:hover {
    color: #5a9ed0;
}

.high1 {
    line-height: 1.4;
    padding-bottom: 15px;
    padding-left: 50px;
}

li::before {
    color: black;
}

.high2 li {
    margin-bottom: 15px;
}

.schol2 {
    width: 80%;
}

.free {
    position: absolute;
    top: 45px;
    width: 55%;
    left: 81px;
    line-height: 1.4;
}

.steps1 {
    position: absolute;
    top: 24px;
    left: 320px;
    font-size: 24px;
    color: #ffffff;
}

.path {
    margin: 45px 0px 45px 0px;
}

.path1 {
    position: absolute;
    top: 27px;
    width: 45%;
    left: 67px;
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
    font-weight:bold;
}

.path2 {
    position: absolute;
    top: 58px;
    width: 33%;
    left: 120px;
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.path3 {
    position: absolute;
    top: 58px;
    width: 31%;
    left: 139px;
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.path4 {
    position: absolute;
    top: 111px;
    width: 31%;
    left: 87px;
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.path5 {
    position: absolute;
    top: 130px;
    width: 49%;
    left: 71px;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.status11 {
    border: 4px solid #b62725;
    padding:4px;
    border-radius: 20px;
    width: 88%;
    margin: 0px 0px 22px 79px;
    padding-left: 25px;
    padding-right: 14%;
    cursor: pointer;
}

.national1 {
    margin-right: -16%;
    float: right;
    margin-top: -29px;
    width: 2%;
    cursor: pointer;
}

.Opportunities {
    position: absolute;
    left: 52%;
    margin-top: -24%;
    text-align: center;
    line-height: 1.4;
}

.student {
    margin-left: -118px;
    padding-bottom: 31px;
    line-height: 1.4;
    margin-top: 6px;
}

li::before {
    display: none;
}

li::marker {
    color: #bababa;
    font-size: larger;
}

.first {
    margin-left: -118px;
    padding-bottom: 12px;
    line-height: 1.4;
}



@media only screen and (max-width: 1220px) {
    .financial2 {
        top: 31px;
        left: 88px;
    }

    .Opportunities {
        position: absolute;
        margin-top: -23%;
        font-size: 10px;
        line-height: 1.5;
        left: 53%;
    }
   

    .steps1 {
        top: 7px;
        left: 160px;
        font-size: 17px;
    }

    .path2 {
        left: 177px;
    }

    .first {
        margin-left: 10px;
    }

    .second {
        margin-left: 10px;
    }

    .student {
        margin-left: 10px;
    }
}


