﻿#uberNavigation ul.ubernav-list li.practiveManagementNav,
#uberNavigation ul.ubernav-list li.practiveManagementNav a:hover {
  font-weight: bold;
}
#uberNavigation ul.ubernav-list li.practiveManagementNav a {
  color: #000;
}
.header-subbrand {
	color: #53565a;
	font-family: "HCo Gotham SSm";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
    top: 30px;
    left: 360px;
    padding-left: 20px;
    line-height: normal;
    height: 32px;
	overflow: hidden;
	display: table;
	border-left: 1px solid #575c5f;
}
.header-subbrand > div {
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 1199px) {
	.header-subbrand {
		padding-top: 2px;
	}
}
@media (max-width: 1099px) {
    .header-subbrand {
        left: 285px;
    }
}
@media (max-width: 1199px) and (min-width: 993px) {
    .header-subbrand {
        width: 200px;
    }
}
@media (max-width: 767px) {
	.header-subbrand {
		display: none;
        border-left: none;
		top: 93px;
		left: 60px;
		font-size: 11.5px;
    width: 225px;
	}
}
.header-subbrand > div:after {
content: 'AAOE\00AE \00A0 Practice Management';
}
#uberNavigation .practiveManagementNav {
	background: #AEA5C1;
}