/* use by the login page and also the syracuse client for upper left corner logo*/
.s-m-brand, .s-m-product {
    color: #FFFFFF;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

.s-m-product {
    color: #FFFFFF;
}

.s-m-brand-font {
    background:transparent url("images/logo_sage_green.png") no-repeat scroll 0 50%;
    font-size: 1.7em;
    text-indent: -999px;
    width: 50px;
}

.s-m-product-font {
    font-size: 2.2em;
    padding-left: 5px;
	color:#FFF;
}