/* University IT Signature*/

.site-signature {
    display: table;
}

.site-signature-content {
    display: table-row;
}

.site-logo,
.site-name {
    display: table-cell;
    vertical-align: bottom;
}

#header a,
#header a:link,
#header a:hover,
#header a:active,
#header a:visited,
#header a:focus {
    color: #333;
}

#header .site-logo {
    float: none;
    margin: 0 -1px 0 0;
    padding: 0 10px 0 0;
    height: 50px;
}

#header .site-logo img {
    height: 50px;
    vertical-align: bottom;
}

#header .site-name {
    margin: 0px;
    padding: 0 0 0 10px;
    font-size: 36px;
    line-height: 36px;
}

#header .site-name span {
    display: block;
    margin: -5px 0;
}

@media (min-width: 992px) {
    #header .col-md-12 {
        float: none;
    }
}

@media (max-width: 640px) {
    #header .site-logo {
        display: table-cell;
        height: 40px;
        padding: 0 8px 0 0;
    }
    #header .site-logo img {
        height: 40px;
    }
    #header .site-name {
        padding: 0 0 0 8px;
        font-size: 28px;
        line-height: 28px;
    }
    #header .site-name span {
        display: block;
        margin: -4px 0;
    }
}

@media (max-width: 480px) {
    #header .site-logo {
        display: table-cell;
        height: 30px;
        padding: 0 6px 0 0;
    }
    #header .site-logo img {
        height: 30px;
    }
    #header .site-name {
        padding: 0 0 0 6px;
        font-size: 21px;
        line-height: 21px;
    }
    #header .site-name span {
        display: block;
        margin-top: -3px;
        margin: -3px 0;
    }
}
