
@media only screen and (min-width:1025px) {
	#nectar-nav[data-header-resize="1"] #top #logo {
		transition: margin .32s ease, color .32s ease;
	}
	
	#nectar-nav #top > .container > .row {
		align-items: center;
		justify-content: center;
	}
	
	#nectar-nav #top > .container > .row > .span_9 {
		height: 100%;
		left: 0;
		order: 1;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	
	#nectar-nav #top > .container > .row > .span_3 {
		margin-right: 0;
		z-index: 200;
	}
	
	#nectar-nav #top > .container > .row > .right-aligned-menu-items {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: flex-end;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	
	#nectar-nav #top > .container > .row > .span_9 nav, #nectar-nav:not(.material-search-open) #top > .container > .row > .right-aligned-menu-items nav {
		pointer-events: all;
	}
	
	#nectar-nav #top > .container > .row > .right-aligned-menu-items nav {
		height: 100%;
	}
	
	#top nav .buttons li.nectar-megamenu-menu-item {
		position: static;
	}
	
	#nectar-nav[data-lhe=animated_underline] #top .right-aligned-menu-items nav > ul > li.menu-item:last-of-type > a {
		margin-right: 0;
	}
	
	#nectar-nav[data-lhe=animated_underline] #top .span_9 nav > ul > li.menu-item:first-of-type > a {
		margin-left: 0;
	}
	
	#nectar-nav .nectar-header-text-content-wrap:last-child .nectar-header-text-content, #nectar-nav[data-lhe=default] #top .right-aligned-menu-items nav > ul > li.menu-item:last-of-type:not([class*=button]) > a {
		padding-right: 0;
	}
	
	#nectar-nav[data-lhe=default] #top .span_9 nav > ul > li.menu-item:first-of-type:not([class*=button]) > a {
		padding-left: 0;
	}
}
