/* Full Width Header */

.vu_full_header{
    padding: 12.5vw 0 0 0;
}

.vu_full_header h1.vu_full_header_text{
    margin: 0;
    padding: 2rem 0;
    text-align: center;
    font-size: 42px;
}

.vu_full_header_white h1{
    color: white;
}

.vu_full_header_black h1{
    color: black;
}

#vu_geo_footer{
    margin-top: 5rem;
    background: #333;
    padding: 5rem 0 2.5rem;
}

#vu_geo_footer .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#vu_geo_footer .container .widget{
    flex: 0 0 25%;
    text-align: center;
    margin-bottom: 5rem;
}

#vu_geo_footer .container .widget h4.widgettitle{
    color: #d8ab4c;
    font-size: 3.2rem;
    font-weight: normal;
}

#vu_geo_footer .container .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#vu_geo_footer .container .widget ul li,
#vu_geo_footer .container .widget p{
    line-height: 185%;
    color: #c0c0c0;
}

#vu_geo_footer .container .widget ul li a{
    color: #c0c0c0;
    font-size: 1rem;
}

@media screen and (max-width: 1200px) {
    #vu_geo_footer .container .widget{
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 480px) {
    #vu_geo_footer .container .widget{
        flex: 0 0 100%;
        margin-bottom: 3rem;
    }
}

/* Advising Staff */
#geo_advising_staffs img{
    border: 1px solid black;
    border-radius: 500px;
    height: 120px;
    width: 120px;
}

.geo-advisor,
.geo-advisor p{
    text-align: center;
}

.geo-advisor img{
    border-radius: 500px;
    border: 1px solid black;
    margin: 0 auto;
    max-width: 120px;
    height: auto;
}

.geo-questions,
.geo-questions *{
    text-align: center;
}

.budget_box{
    padding: 1rem;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}