/********************************************************************
  /$$$$$$  /$$$$$$$$ /$$   /$$ /$$$$$$$$ /$$$$$$$   /$$$$$$  /$$
 /$$__  $$| $$_____/| $$$ | $$| $$_____/| $$__  $$ /$$__  $$| $$
| $$  \__/| $$      | $$$$| $$| $$      | $$  \ $$| $$  \ $$| $$
| $$ /$$$$| $$$$$   | $$ $$ $$| $$$$$   | $$$$$$$/| $$$$$$$$| $$
| $$|_  $$| $$__/   | $$  $$$$| $$__/   | $$__  $$| $$__  $$| $$
| $$  \ $$| $$      | $$\  $$$| $$      | $$  \ $$| $$  | $$| $$
|  $$$$$$/| $$$$$$$$| $$ \  $$| $$$$$$$$| $$  | $$| $$  | $$| $$$$$$$$
 \______/ |________/|__/  \__/|________/|__/  |__/|__/  |__/|________/
 ********************************************************************/
 #header-menu-navigation
 {
	 box-sizing: border-box;
	 position: relative;
	 z-index: 900;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }

 #header-menu-navigation,
 #header-menu-navigation ul,
 #header-menu-navigation li
 {
	 display: block;
	 list-style: none !important;
	 margin: 0;
	 padding: 0;
	 line-height: normal;
	 direction: ltr;
	 text-align: left;
 }

 #header-menu-navigation ul
 {
	 display: none;
 }

 #header-menu-navigation li,
 #header-menu-navigation a:link,
 #header-menu-navigation a:active,
 #header-menu-navigation a:visited,
 #header-menu-navigation a:hover
 {
	 position: relative;
 }

 #header-menu-navigation *,
 #header-menu-navigation *::before,
 #header-menu-navigation *::after
 {
	 box-sizing: inherit;
 }

 .heading-only
 {
	 cursor: default;
 }

 .scroll-up,
 .scroll-down
 {
	 display: block !important;
 }
 


 /********************************************************************
  /$$$$$$$  /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 | $$__  $$| $$_____/ /$$__  $$| $$  /$$/|__  $$__//$$__  $$| $$__  $$
 | $$  \ $$| $$      | $$  \__/| $$ /$$/    | $$  | $$  \ $$| $$  \ $$
 | $$  | $$| $$$$$   |  $$$$$$ | $$$$$/     | $$  | $$  | $$| $$$$$$$/
 | $$  | $$| $$__/    \____  $$| $$  $$     | $$  | $$  | $$| $$____/
 | $$  | $$| $$       /$$  \ $$| $$\  $$    | $$  | $$  | $$| $$
 | $$$$$$$/| $$$$$$$$|  $$$$$$/| $$ \  $$   | $$  |  $$$$$$/| $$
 |_______/ |________/ \______/ |__/  \__/   |__/   \______/ |__/
 ********************************************************************/
 @media screen and (min-width: 1201px)
 {
	#header-menu-navigation
	{
		position: static;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        max-width: 1370px;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        border-radius: 0;
	}

	#header-menu-navigation > li
	{
		position: relative;
	}

	#header-menu-navigation > li.megamenu
	{
		position: static;
	}

	#header-menu-navigation > li.megamenu #header-menu-navigation > li.megamenu > ul:hover
	{
		display: block;
	}

	 /* Normal dropdown */
	#header-menu-navigation > li > ul
	{
		position: absolute;
		flex-flow: column wrap;
		border-top: 5px solid #000000;
		width: 19em !important;
		background-color: #ffffff;
	}

	 /* Megamenu dropdown container */
	#header-menu-navigation > li.megamenu > ul
	{
		position: absolute;
        border-top: 2px solid #000000;
        min-width: 1500px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 45px;
        background-color: #ffffff;
        max-height: calc(100vh - 190px);
		max-width: 100% !important;
	}

	#header-menu-navigation > li > a.highlighted ~ ul
	{
		display: flex !important;
		flex-wrap: wrap;
		width: 2000px !important;

	}

	/* Third-level subnav */
	#header-menu-navigation > li > ul > li ul
	{
		position: relative !important;
		display: block !important;
		opacity: 1 !important;
		margin-top: 10px;
	}

	#header-menu-navigation > li > ul > li
	{
		margin-bottom: 30px;
	}

	#header-menu-navigation > li:not(.mega-menu) > ul > li
	{
		margin-bottom: 4px;
		min-height: 208px;
		width: 300px;
		padding: 20px;
		margin-top: 40px;
		padding-bottom: 0;
	}

	#header-menu-navigation > li:not(.mega-menu) > ul > li.megamenu-title
	{
		position: absolute;
		top: 0;
		left: 588px;
		min-height: 0;
	}

	#header-menu-navigation > li:not(.mega-menu) > ul > li:hover
	{
		background-color: #F2EAC7;
	}

	#header-menu-navigation > li:not(.mega-menu) > ul > li.megamenu-title:hover
	{
		background-color: transparent;
	}


	#header-menu-navigation > li > ul > li:last-of-type
	{
		margin-bottom: 0;
	}

	#header-menu-navigation a
	{
		white-space: nowrap;
		text-decoration: none;
	}

	#header-menu-navigation a span
	{
		white-space: break-spaces;
	}

	#header-menu-navigation ul a,
	#header-menu-navigation.sm-vertical a
	{
		white-space: normal;
	}

	#header-menu-navigation .sm-nowrap > li > a,
	#header-menu-navigation .sm-nowrap > li > :not(ul) a
	{
		white-space: nowrap;
	}

	#header-menu-navigation li:not(.ad) a .img-container
	{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 45px;
	}

	#header-menu-navigation li.ad a .img-container
	{
		width: auto;
	}

	#header-menu-navigation li a img
	{
		padding-right: 3px;
	}

	#header-menu-navigation > li > a::before
	{
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -3px;
		left: 0;
		background: #000000;
		visibility: hidden;
		transform: scaleX(0);
		transition: all 0.2s;
	}

	#header-menu-navigation > li > a.has-image::before
	{
		bottom: -10px;
	}

	#header-menu-navigation > li > a.logo::before
	{
		display: none;
	}

	#header-menu-navigation > li > a:hover::before,
	#header-menu-navigation > li > a:focus::before
	{
		visibility: visible;
		transform: scaleX(1);
	}

	#header-menu-navigation > li > a.highlighted::before
	{
		visibility: visible;
		transform: scaleX(1);
	}

	#header-menu-navigation li a.has-submenu
	{
		padding-right: 8px;
	}

	/* Top-level Menu Item (outside mega menu) */
	#header-menu-navigation > li > a
	{
		display: flex;
		align-items: center;
		transition: color 0.2s;
		font-family: "Raleway", sans-serif;
		font-weight: 600;
		font-size: 14px;
		color: #000000;
		line-height: 32px !important;
		margin: 0 23px;
	}

	#header-menu-navigation > li:last-of-type > a
	{
		margin-right: 0;
	}

	#header-menu-navigation li a.has-submenu
	{
		padding-right: 8px;
	}

	 /* Top-level Menu Item Dropdown Arrow */
	#header-menu-navigation a .sub-arrow
	{
		position: relative;
		top: -2px;
		right: -5px;
		font-family: arial;
		width: 0;
		height: 0;
		line-height: 0;
		border-radius: 0;
		border: solid #000000;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
	}

	#header-menu-navigation a .sub-arrow::before
	{
		display: none;
	}

	#header-menu-navigation li ul a .sub-arrow
	{
		display: none;
	}

	#header-menu-navigation li
	{
		border-top: 0;
	}

	#header-menu-navigation li.no-right-margin
	{
		margin-right: 0px;
	}

	#header-menu-navigation li ul li
	{
		margin-right: 0px;
	}

	#header-menu-navigation > li > ul
	{
		margin-top: 25px !important;
	}

	/* Sub menu item top arrow */
	#header-menu-navigation > li > ul::before,
	#header-menu-navigation > li > ul::after
	{
		display: none;
	}

	/* First-level within megamenu sub Menu Item (with the icon) */
	#header-menu-navigation > li > ul > li > a,
	#header-menu-navigation > li > ul > li > a:link,
	#header-menu-navigation > li > ul > li > a:visited
	{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-family: "Raleway", sans-serif;
		font-weight: 800;
		font-size: 14px;
		color: #000000;
	}

	#header-menu-navigation > li > ul > li > a span
	{
		position: relative;
	}

	#header-menu-navigation > li > ul > li > a span::after
	{
		content: "";
		position: absolute;
		left: 0;
		bottom: -5px;
		width: 100%;
		height: 3px;
		background-color: #000000;
		transform: scaleX(0);
		transition: transform 300ms ease;
	}

	#header-menu-navigation > li > ul > li > a span:hover::after
	{
		transform: scaleX(1);
	}
}

	#header-menu-navigation > li > ul > li > a.heading-only:hover
	{
		color: #3A3A3A;
	}

/* Second-level sub Menu Item */
#header-menu-navigation > li > ul > li > ul > li
{
	margin-bottom: 7px;
}

#header-menu-navigation > li > ul > li > ul > li > a,
#header-menu-navigation > li > ul > li > ul > li > a:link,
#header-menu-navigation > li > ul > li > ul > li > a:visited
{
	display: inline-block;
	font-family: "PTSans", sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	transition: all 0.1s ease;
}

.nav-button a 
{
	display: inline-block;
	position: relative;
	padding: 5px 0;
	text-decoration: none;
	padding-right: 30px;
}

.nav-button a span 
{
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 16px;
	transition: all 0.9s ease;
	right: 0;
}

.nav-button a::before 
{
	content: '' !important;
	position: absolute !important;
	top: 0;
	right: 0;
	left: 28px !important;
	width: 100% !important;
	height: 100% !important;
	background-color: #DBBE5A !important;
	z-index: 0;
	visibility: visible !important;
	transition: all 0.9s ease !important;
	transform: scaleX(1) !important;
	box-sizing: border-box !important;
}

.nav-button a:hover::before 
{
	left: 30px;
	right: 20px;
	width: 140% !important;
}

.nav-button a:hover span 
{
	padding-left: 60px;
	padding-right: 0;
	text-align: center;
	right: -45px;
}



/************************************************************
/$$      /$$  /$$$$$$  /$$$$$$$  /$$$$$$ /$$       /$$$$$$$$
| $$$    /$$$ /$$__  $$| $$__  $$|_  $$_/| $$      | $$_____/
| $$$$  /$$$$| $$  \ $$| $$  \ $$  | $$  | $$      | $$
| $$ $$/$$ $$| $$  | $$| $$$$$$$   | $$  | $$      | $$$$$
| $$  $$$| $$| $$  | $$| $$__  $$  | $$  | $$      | $$__/
| $$\  $ | $$| $$  | $$| $$  \ $$  | $$  | $$      | $$
| $$ \/  | $$|  $$$$$$/| $$$$$$$/ /$$$$$$| $$$$$$$$| $$$$$$$$
|__/     |__/ \______/ |_______/ |______/|________/|________/
*************************************************************/
@media screen and (max-width: 1200px)
{
	.nav-button a:hover span 
	{
		right: 0;
		padding-left: 0;
	}

	#header-menu-navigation
	{
		position: relative;
		width: 100%;
		background: transparent;
		overflow-y: auto;
	}

	/* All Mobile Menu Items */
	#header-menu-navigation a,
	#header-menu-navigation a:link,
	#header-menu-navigation a:active,
	#header-menu-navigation a:visited,
	#header-menu-navigation a:hover,
	#header-menu-navigation a:focus
	{
		padding: 13px 20px;
		padding-right: 59px;
		font-family: "Raleway", sans-serif;
		color: #000000;
		font-size: 18px;
		font-weight: 500;
		line-height: 18px;
		text-decoration: none;
	}

	#header-menu-navigation a .img-container
	{
		width: 47px;
	}

	/* Top-level Menu Item */
	#header-menu-navigation > li > a,
	#header-menu-navigation > li > a:link,
	#header-menu-navigation > li > a:visited
	{
		display: none;
		align-items: center;
		line-height: 32px !important;
	}

	#header-menu-navigation > li > a.highlighted
	{
		background-color: #DBBE5A;
		color: #ffffff;
	}

	#header-menu-navigation > li > a::before,
	#header-menu-navigation > li > a::after
	{
		display: none;
	}

	.tap-highlight
	{
		background-color: #E2E2E2;
	}

	/* Sub Menu Item Container */
	#header-menu-navigation ul
	{
		background: #F6F6F6;
	}

	#header-menu-navigation ul a.highlighted
	{
		background: #DDDDDD;
		color: #292929;
	}

	/* Sub Menu Item */
	#header-menu-navigation ul a,
	#header-menu-navigation ul a:link
	{
		display: flex;
		align-items: center;
	}

	/* First-level within megamenu sub Menu Item (with the icon) */
	#header-menu-navigation > li > ul > li > a,
	#header-menu-navigation > li > ul > li > a:link,
	#header-menu-navigation > li > ul > li > a:visited
	{
		font-family: "Raleway", sans-serif;
		font-weight: 500;
		text-transform: lowercase;
	}

	/* Second-level within megamenu sub Menu Item */
	#header-menu-navigation > li > ul > li > ul > li > a,
	#header-menu-navigation > li > ul > li > ul > li > a:link,
	#header-menu-navigation > li > ul > li > ul > li > a:visited
	{
		font-family: "Raleway", sans-serif;
		font-weight: 400;
	}

	/* Sub Menu Item +/- Button */
	#header-menu-navigation a .sub-arrow
	{
		position: absolute;
		top: 50%;
		margin-top: -18px;
		left: auto;
		right: 4px;
		width: 35px;
		height: 35px;
		overflow: hidden;
		font: bold 17px/35px monospace;
		text-align: center;
		text-shadow: none;
		background: #000000;
		color: #ffffff;
		border-radius: 5px;
	}

	#header-menu-navigation ul a .sub-arrow
	{
		background: transparent;
		color: #ffffff;
	}

	#header-menu-navigation a .sub-arrow::before
	{
		content: '+';
	}

	#header-menu-navigation a.highlighted .sub-arrow::before
	{
		content: '-';
	}

	#header-menu-navigation > li:first-child
	{
		border-top: 0;
	}

	#header-menu-navigation ul a .sub-arrow
	{
		background: #000000;
	}

	.header-menu-navigation-btn
	{
		position: absolute;
		top: 5px;
		right: 0;
		display: inline-block;
		width: 50px;
		height: 50px;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		transition: background-color 0.2s;
	}

	.header-menu-navigation-btn-icon,
	.header-menu-navigation-btn-icon::before,
	.header-menu-navigation-btn-icon::after
	{
		position: absolute;
		top: 48%;
		left: 11px;
		height: 2px;
		width: 30px;
		background: #000000;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

	.header-menu-navigation-btn-icon::before
	{
		content: '';
		top: -11px;
		left: 0;
	}

	.header-menu-navigation-btn-icon::after
	{
		content: '';
		top: 11px;
		left: 0;
	}

	#mobile_nav_toggle.open .header-menu-navigation-btn-icon
	{
		height: 0;
		background: transparent;
	}

	#mobile_nav_toggle.open .header-menu-navigation-btn-icon::before
	{
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#mobile_nav_toggle.open .header-menu-navigation-btn-icon::after
	{
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* Sub Item Indentation */
	#header-menu-navigation ul ul a,
	#header-menu-navigation ul ul a:hover,
	#header-menu-navigation ul ul a:focus,
	#header-menu-navigation ul ul a:active
	{
		border-left: 20px solid transparent;
	}

	#header-menu-navigation ul ul ul a,
	#header-menu-navigation ul ul ul a:hover,
	#header-menu-navigation ul ul ul a:focus,
	#header-menu-navigation ul ul ul a:active
	{
		border-left: 30px solid transparent;
	}

	#header-menu-navigation ul ul ul ul a,
	#header-menu-navigation ul ul ul ul a:hover,
	#header-menu-navigation ul ul ul ul a:focus,
	#header-menu-navigation ul ul ul ul a:active
	{
		border-left: 40px solid transparent;
	}

	#header-menu-navigation ul ul ul ul ul a,
	#header-menu-navigation ul ul ul ul ul a:hover,
	#header-menu-navigation ul ul ul ul ul a:focus,
	#header-menu-navigation ul ul ul ul ul a:active
	{
		border-left: 50px solid transparent;
	}
}