.row.navWrap {
	position: absolute;
	bottom: 0px;
		height:65px;
}
.nav-bar {
		height:65px;
}
#navigation-wide {
	height:65px;
	text-align: center;
	padding: 0 25px 0 0;


	z-index: 999;
	position: relative;
   bottom:0px;
	width: auto;
	display:inline-block;
	
}
#navigation-wide nav#menu-wide {
	width: 100%;
	z-index: 10;
	height: 65px;
	padding: 0;
}
#navigation-wide nav#menu-wide ul {
	margin: 0;
	display: inline-block;
	background: transparent;
	height: 60px;
}
#navigation-wide nav#menu-wide ul>li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	background: transparent;
	display: inline-block;
	float: left;
	border: 0;
		margin: 0!important;
	list-style: none;
padding: 0!important;
}
#navigation-wide nav#menu-wide ul>li:hover, #navigation-wide nav#menu-wide ul>li.active{
	color: #f73633;
	background: none;
	padding:0!important;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

#navigation-wide nav#menu-wide ul>li:hover > a {
	text-shadow: none;
	color: #fff!important;
	border-bottom: 9px solid #ff5656!important;

	text-decoration: none!important;
}


#navigation-wide nav#menu-wide ul>li:hover > ul>li:hover a:after {
display: none!important;


}
#navigation-wide nav#menu-wide ul>li a {
position: relative;
	text-decoration: none;
	font-size: 14px;
	font-weight:500;
	color: #fff;
	display: block;
	letter-spacing: 0px;
	float: left;
	line-height:65px;
		padding:0 15px 0 15px;
	text-transform: uppercase;
	-webkit-transition: background-color 300ms ease-in;
	-moz-transition: background-color 300ms ease-in;
	transition: background-color 300ms ease-in;
}




#navigation-wide nav#menu-wide ul ul {
	background: #f6f9fa; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style: none;
	position: absolute;
	text-align: left;
	margin: 0;
	padding: 10px;
	left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

#navigation-wide nav#menu-wide ul ul {
	background: #f6f9fa; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style: none;
	position: absolute;
	text-align: left;
	margin: 0;
	padding: 10px;
	left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#navigation-wide nav#menu-wide ul ul li {
 /* Introducing a padding between the li and the a give the illusion spaced items */
	float: left;
	display: block;
	width: 100%;

}
#navigation-wide nav#menu-wide ul ul a {
	/* Stop text wrapping and creating multi-line dropdown items */
	display: block;
	float: left;
	color: #2d3135;
	font-size: 13px;
	text-transform:uppercase;
		line-height:1.4;
	width: 100%;
	  background:none!important;
	  padding: 6px 8px 6px 8px!important;
}
#navigation-wide nav#menu-wide ul li:hover ul { /* Display the dropdown on hover */

	background:#f8f8f8;
	color: #000;
	min-width: 220px;
	top: 61px;
	height:auto;
	padding: 25px 20px 25px 20px;
	left: 0!important; /* Bring back on-screen when needed */
}
#navigation-wide nav#menu-wide ul li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;

	font-size: 11px!important;
	letter-spacing:1px;
	text-transform:uppercase;
	height:auto!important;
	color: #2d3135;
	  padding: 6px 8px 6px 8px!important;
	line-height: 1.4!important;
}
#navigation-wide .nav#menu-wide ul li:hover ul li a {
	margin: 0;
}
#navigation-wide nav#menu-wide ul li:hover ul li, #navigation-wide nav#menu-wide ul li:hover ul li:hover {
	margin: 0!important;
}
#navigation-wide .nav ul ul li a:hover, #navigation-wide .nav ul ul li a:hover { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	background: none!important;
color: #2d3135!important;
	text-decoration: underline!important;
border:none!important;
margin:0!important;
}
#navigation-wide nav#menu-wide ul li:hover ul li a:hover, #navigation-wide nav#menu-wide ul li:hover ul li:hover {
color: #2d3135!important;;
background:none!important;	
text-decoration:underline!important;
}


#navigation-wide nav#menu-wide ul li.menu-item-has-children svg.icon-angle-down {
    display: none!important;
  }