.UWF .Logo img {
    max-width: 264px;
}

#header-menu .Logo img {
    max-width: 264px;
}

@media only screen and (min-width: 992px) {
    #footer .PortletLogo img{
        max-width: 175px;
        margin-bottom:15px;
        margin-left:-5px;
    }
}

@media only screen and (max-width: 992px) {
    #footer .PortletLogo img{
        max-width: 250px;
        margin-bottom:15px;
        margin-left:-8px;
    }
}
@media (min-width: 767px) {
        .Section-Survey .twocolumn .col-sm-3{
          width: 40% !important;
            flex: 40% !important;
        }
        .Section-Survey .twocolumn .col-sm-9{
          width: 60% !important;
            flex: 60% !important;
        }    
        .Section-Survey .twocolumn .NumberingNoTable{
            display: none !important;
        }
    }
    h1 p{
    font-size: 46px !important;
    line-height: 50px;
    margin-bottom: 30px;
    color: #0044b5;
    font-family: "Antonio",sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
}
