/*<meta />*/

/* CSS to force-position the Top-Nav elements into a single row */

html.home-page
{
	mc-community-features: disabled;
}

.tab-bar
{
	/*border: solid 1px red;*/
	height: 80px;
}

.navigation-wrapper
{
	/* border: solid 1px green; /* none; */
	width: 500px;
	margin-top: -80px;
	/*  280px */
	margin-left: 32px;
	/*30px;*/
	padding-left: 0px;
}

ul.navigation.clearfix
{
	/*border: solid 1px orange; /* none; */
	font-size: 13pt;
	/*14pt;*/
	width: 600px;
	/*653px;*/
	padding-left: -20px;
	margin-left: 60;
	/*112px;*/
	padding-right: 0px;
}

ul.navigation.clearfix::after
{
	content: "";
	clear: both;
	display: table;
}

a
{
	/*border: solid 1px purple; /* none; */
	font-family: Graphik Light;
	font-size: 13pt;
	/*14pt;*/
	/* padding-left and right removed as it was breaking links on content pages */
	/*padding-left: 10px; 
	padding-right: 10px;*/
}

/*.sub-menu
{
	margin-left: 4px;
	margin-right: 4px;
	border-top: solid 1px #b5b5b5;	
	border-right: solid 1px #b5b5b5;	
	border-bottom: solid 1px #b5b5b5;	
	border-left: solid 1px #b5b5b5;	
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}*/

.nav-search-wrapper
{
	height: 38px;
	margin-top: -116px;
	/* -96px; */
	margin-right: 28px;
	/* 30px */
}

.nav-search-wrapper:focus,
.nav-search:focus
{
	outline: 0px;
}

.nav-search
{
	margin-left: 0;
	margin-right: 0;
	float: right;
	display: block;
	width: 250px;
	/*152px;*/
	height: 36px;
	margin-top: 0px;
}

ul.navigation ul > li.has-children > a::after
{
	content: "   >";
	color: #6e56ff;
}

@media only screen and (max-width: 1332px)
{
	
}

