/* Stylesheet */

html, 
body {

height:100%;    
}

img {
    max-width: 100%;
}


/* Salford SU Header */

.headerbox {    
    width: 100%;
    background-color:white;
}


#header-container{
    padding-left: 140px;
    padding-right: 140px;    
}

.headerdiv {    
    width:100%;
    padding-top: 36px;
    padding-bottom: 17px;
    padding-left: 65px;
    padding-right: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerleft {    
    min-width:400px;
    width: 50%;    
    padding-right: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
    padding-bottom: 40px;
}

.header-right {
    width: 40%;    
    border-left: 2px solid #c5c6c8;
    padding-left: 15px;
}

.headerright1 
{
    width: 100%;
    text-align: justify;
    vertical-align: bottom;
    padding-top: 15px;
}

.headerright1 > a {
    width: 34px;
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;    
}

.headerleft img {
    width: 500px;
}

@media (min-width: 158px) and (max-width: 600px) {
    #header-container {
        padding-left: 0%;
        padding-right: 0%;        
    }

    .headerleft {
        background-position: center left;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        min-width: 100%;
        min-height: 100%;
    }

    .headerleft > a {
        max-width: 100%;
        max-height: 100%;
        background-position: center left;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        min-width: 100%;
        min-height: 100%;
    }

    .headerright1 {
        margin-top: -10px;
    }
}

@media (min-width: 600px) {
    #header-container {
        padding-left: 0%;
        padding-right: 0%;
    }

    .headerleft > a {
        max-width: 100%;
        max-height: 100%;
        background-position: center left;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        min-width: 100%;
        min-height: 100%;
    }
}

.loading {  
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}
