
#top-nav-desktop {
	background-color: #fff;
}
.header .logo {
	background: url(/images/internet/allianz-au/logo-allianz.svg) no-repeat;
	width: 121px;
	height: 30px;
	margin: 18px 0 18px 18px;
}
.navbar {
	/* to override the styles from funnelback */
	display: block !important;
	padding: 0 !important;
}
@media screen and (max-width: 767px) {
	.header.global .navbar-header {
		background-color: white;
	}
	.header.global .phone-icon {
		background: url(/images/internet/allianz-au/icons/phone-icon.svg) no-repeat;
		width:27px;
		height:27px;
		display:inline-block;
		margin: 13px 0;
	}
	.header.global .phone-number {
		margin: 11px 0 11px 5px;
		font-size: 1.5em;
		float: right;
		color:#003781;
	}
	.header.global .menu-icon {
		background: url(/images/internet/allianz-au/icons/menu-icon.svg) no-repeat;
		width:30px;
		height:30px;
		display:inline-block;
		margin: 13px;
	}
}
