body header::before {
	background: #6dad46;
}

.row-offcanvas-left .sidebar-offcanvas {
	display: none;
}

p.first {
	background: url("/content/dam/commercial-eu/neurology/microsites/landingpages/au/posters/images/logo.png") no-repeat center/contain;
}

p.first img {
	opacity: 0;
}

#footer .row .col:first-child ul li:nth-child(2) {
	display: none;
}

@media (min-width: 1024px) {
	header {
		height: 145px;
	}
	
	.logo-options .col1 .first {
		width: 155px;
	}
	
	.logo-options .col1 .first a {
		max-width: 155px;
	}
}

@media (max-width: 1023px) {
	.logo-options .col1 .first {
		width: 155px;
	}
	
	.logo-options .wrapper .row > div:first-child {
		top: 10px;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.logo-options .wrapper .row > div:first-child {
		top: 0;
	}
	
	.mobile-menu-toggle {
		display: none;
	}
}

@media (max-width: 767px) {
	.logo-options  {
		height: 62px;
	}
}

