/* Department branding stuff */
/* Syracuse University | College | Department | Lab */
div.header-first-row {
    padding-top: 10px;
}
#logo h1.branding {
    font-family: ShermanSerif, Helvetica, Arial, sans-serif;
    color: #d44500;
    font-size: 2.0em;
    font-weight: normal;
    /*letter-spacing: 0.4px;*/
}
#logo h2.branding {
    font-family: ShermanSans, Helvetica, Arial, sans-serif;
    color: #6F777D;
    font-size: 1.40em;
    font-weight: normal;
    /*letter-spacing: 0.6px;*/
    line-height: 1.40em;
}
#logo h1.branding span, #logo h2.branding span {
    display: block;
}
#logo h1.branding span#su {
    color: #d44500;
}
#logo h2.branding span#college {
    color: #6F777D;
}
#logo h2.branding span#department {
    color: #6f777d;
}
#logo h2.branding span#lab {
    color: #6F777D;
}

#logo h1 a { text-decoration: none; }
#logo h1.branding {
    margin-top: initial;
    margin-bottom: initial;
}

#logo h2 a { text-decoration: none; }
#logo h2.branding {
    margin-top: initial;
    margin-bottom: initial;
    text-align: left;
}

@media (max-width: 767px) {
    #logo span.divider {
        visibility: hidden;
        display: none;
    }
    #logo span#department {
        display: block;
        clear: both;
    }
    #logo span#college {
        display: block;
        clear: both;
    }
    #logo h1.branding {
        font-size: 1.5em;
        display: block;
        line-height: 1.5em;
    }
    #logo h2.branding {
        display: block;
        font-size: 1.1em;
        line-height: 1.1em;
    }
}