.headerBanner .logoNavContainer {
	-webkit-transition:350ms ease-out;
	-moz-transition:350ms ease-out;
	-o-transition:350ms ease-out;
	transition:350ms ease-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0);
    z-index:18;
}
.desktop .floatNav .headerBanner .logoNavContainer {
	position:fixed;
	background:rgba(0,0,0,.9);
}
.floatNav.menu-open .headerBanner .logoNavContainer {
	left:300px;
	right:-300px;
}
.floatNav.account-open .headerBanner .logoNavContainer {
	left:-300px;
	right:300px;
}




.floatNav header .logo img {
	max-height: 30px;
}
.floatNav .headerBanner .bannerContainers {
	top:21px;
}

.floatNav #accountInformationContainer a.takeTheTour {
    top: -22px !important;
}

.floatNav .bcc [class^="subMenu"] {
    position: fixed;
    top: 78px;
}
@media screen and (max-width: 768px) {
	.floatNav .wpthemeLogo .logo {
		width:33px;
	}
}