/*Bulletin Board*/
.bb-item, bb-general, active {
text-align:center;
Font-size: larger;
}

h1.h1-head {
    font-size: 16px;
}

.widget-company-name h1.compn-name {
    margin: 0!important;
    font-size: 1.6em;
}

li.nav-departments {
    display: none;
}

/*CSS to remove TV Logo and let the other one show*/


/* mobile */
@media only screen and (max-width: 768px) {
	.row-logo .col-xs-6{
		width: 100% !important;
	}
}
