.header
{
	overflow: visible;
	position: relative;
	height: 60px;
	background: #fff url('../img/divider-nav.png') repeat-x center bottom;
	z-index: 9999;
}
.header {
    position: absolute;
    top: 0;
    max-width: 1440px;
    left: calc(50% - 720px);
}
@media (max-width: 1440px) { .header { left: 0; } }

	#logo-atc
	{
		overflow: hidden;
		display: block;
		position: absolute;
		top: 23px;
		left: 25px;
		width: 220px;
		height: 14px;
		background: transparent url('../img/logo-atc.svg') no-repeat 0 0;
		text-indent: -9999px;
	}
	#search-cta-container
	{
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		border-left: 1px solid #d8d8d8;
	}
		#search-cta-container a
		{
			overflow: hidden;
			display: block;
			position: absolute;
			top: 20px;
			left: 20px;
			width: 18px;
			height: 20px;
			background: transparent url('../img/icon-magnifying-glass.svg') no-repeat 0 0;
			text-indent: -9999px;
		}
		#search-cta-container a:hover {
			background-image: url('../img/icon-magnifying-glass-hover.svg');
		}
	#user-cta-container
	{
		position: absolute;
		top: 0;
		right: 60px;
		min-width: 60px;
		height: 60px;
		font-family: 'MuseoSans-300';
		font-weight: normal;
		font-size: 12px;
	}
		#user-cta-container a
		{
			display: block;
			margin-top: 19px;
			line-height: 18px;
			color: #22a469;
		}
			#user-cta-container a img
			{
				display: inline-block;
				margin-left: 8px;
				margin-right: 24px;
				vertical-align: text-bottom;
			}
#navigation-primary
{
	/* width: 550px; */
	margin: 0 auto;
	text-align: center;
}
	#navigation-primary ul
	{
		overflow: hidden;
		width: 100%;
		height: 60px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		color: #858685;
		font-family: "MuseoSans-300";
		font-size: 14px;
	}
		#navigation-primary ul li
		{
			overflow: auto;
			/* display: inline-block; */
			float: left;
			margin-bottom: 0;
			background: #fff url('../img/bg-no-wedge.png') repeat-x center 0;
		}
		.desktop #navigation-primary ul li:hover,
		#navigation-primary ul li.active,
		#navigation-primary ul li.active-parent
		{
			background: transparent url('../img/icon-nav-arrow-up.svg') no-repeat center 0;
			background-image: url('../img/bg-wedge.png');
		}
			/* #navigation-primary ul li:hover,
			#navigation-primary ul li.active:hover,
			#navigation-primary ul li.active-parent
			{
				background-position: center -60px;
			} */
			#navigation-primary .active a {
    	color: #22a469;
			  background-position: right -60px;
		}

		#navigation-primary a
		{
			display: block;
			line-height: 60px;
			padding: 0 20px;
			color: #858685;
			background: transparent url('../img/icon-nav-arrow-down.svg') no-repeat right 0;
			background-size: 15px 180px;
			cursor: default;
		}
			.desktop #navigation-primary a:hover
			{
				color: #2a7251;
				background-position: right -120px;
			}

				/* #navigation-primary li.active a
				{
					color: #22a469;
					background-position: right -60px;
				} */
					/* #navigation-primary li.active a:hover
					{
						color: #2a7251;
						background-position: right -120px;
					} */

				#navigation-primary li.active-parent a
				{
					color: #2a7251;
					background-position: right -120px;
				}

#navigation-secondary
{
	display: none;
	overflow: auto;
	margin-top: -14px;
	padding-top: 14px;
	background-color: #f2faf6;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	z-index: -1;
	position: relative;
}
#navigation-secondary > * {
	transition: 0.3s ease opacity;
	opacity: 0;
}
#navigation-secondary.nav-anim > * {
    opacity: 1;
}
#navigation-secondary a:hover {
	color: #2a7251;
}
#navigation-secondary a.active:not(:hover) {
    color: #22a46a;
}
	#navigation-secondary > * { display: none; }
	#navigation-secondary ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: "MuseoSans-300";
		font-size: 12px;
	}
		#navigation-secondary > ul > li
		{
			display: inline-block;
    		margin-bottom: 0px;
				margin-top: 0px;
		}
			#navigation-secondary > ul > li > a
			{
				display: block;
				padding: 0 10px;
				line-height: 72px;
			}
			#navigation-secondary > ul > li > ul > li:last-child {
			    margin-bottom: 0;
			}
	#navigation-secondary > ul
	{
		overflow: auto;
		width: 442px;
		margin: 30px auto;
		text-align: left;
		color: #858685;
		font-family: "MuseoSans-300";
		font-size: 12px;
		line-height: 16px;
		background: transparent url('../img/divider-vertical.png') no-repeat center top;
	}
	#navigation-secondary > ul { width: 532px; }
		/*#nav-cr > li, #nav-pr > li
		{
			float: left;
			width: 220px;
			padding-left: 80px;
		}
		#nav-pr > li { width: 260px; }
		#nav-cr > li:first-child, #nav-pr > li:first-child
		{
			padding-left: 0;
		}*/
		#navigation-secondary > ul h5
		{
			margin-bottom: 15px;
			color: #50524f;
			font-family: 'Miller';
			font-weight: normal;
			font-size: 18px;
			line-height: 26px;
		}
			#nav-cr ul, #nav-pr ul { overflow: auto; }
				#nav-cr ul li, #nav-pr ul li { margin-bottom: 15px; }
				#nav-cr ul li:last-of-type, #nav-pr ul li:last-of-type { margin-bottom: 0; }

				.login i {
				    font-style: normal;
				    color: #d8d8d8;
				    font-size: 119%;
				}

				.login em {
				    font-style: normal;
				}

				.login  em:hover {
				    color: #2a7251;
				}
				@media (min-width: 1024px) {
				.login img {
				    width: 0px;
						margin-right: 14px !important;
				}
				}
@media (max-width: 1023px)
{
	#navigation-primary
	{
		display: inline-block;
		margin: 0;
    	vertical-align: top;
	}
		#navigation-primary ul
		{
			height: 45px;
			font-size: 12px;
		}
			#navigation-primary ul li { background-position: center -15px; }
			#navigation-primary ul li.active,
			#navigation-primary ul li.active-parent
			{
				background-image: url('../img/bg-wedge-mobile.png');
				background-position: center -15px;
			}
				#navigation-primary a { line-height: 45px; background-position: right -6px; }
				#navigation-primary li.active a,
				#navigation-primary li.active-parent a
				{
					background-position: calc(100% - -6px) -66px;
				}
}
@media (max-width: 767px)
{
	#navigation-primary ul { font-size: 12px; height: 45px; }
		#navigation-primary ul li,
		#navigation-primary ul li:hover,
		#navigation-primary ul li.active,
		#navigation-primary ul li.active-parent
		{
			background-position: center bottom;
		}
		#navigation-primary a { line-height: 45px; background-position: right -6px; }
			#navigation-primary li.active-parent a { background-position: right -126px; }
	.wrapper.header { background: #fff url('../img/mobile-header-bg.png') repeat-x 0 0; }
		.wrapper.header > ul > li.header-middle { height: 45px; }
}
