/*<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
{
	/* Set Top Nav menu position */
	/*border: solid 1px orange;/**/
	width: 55%;
	/* 535px;*/
	margin-top: -40px;
	/* 20px -80px */
	/*Alta*/
	margin-left: 0px;
	/*30px;*/
	padding-left: 0px;
}

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

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

figure.rightlogo
{
	position: absolute;
	z-index: -1;
	top: -10px;
	right: 10px;
}

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

/* Design Changes */

ul.navigation > li.has-children > ul.sub-menu
{
	/*box-shadow: 0px 0px 10px 1px rgb(160 160 160 / 75%);*/
	box-shadow: 5px 5px 5px 0px rgb(160 160 160 / 25%);
	outline: 1px solid #ececec;
}

/* Design Changes */

ul.navigation > li.has-children > ul.sub-menu > li.has-children > ul.sub-menu
{
	/*box-shadow: 0px 0px 10px 1px rgb(160 160 160 / 75%);*/
	box-shadow: 5px 5px 5px 0px rgb(160 160 160 / 25%);
	outline: 1px solid #ececec;
}

.nav-search-wrapper
{
	height: 38px;
	margin-top: -55px;
	/* -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)
{
	
}

/* Design Changes */

@media only screen and (max-width: 767px)
{
	a,
	a:link,
	a:visited
	{
		font-size: 0.7em;
		/* reduced from 1em */
	}

	.title-bar-layout a.logo
	{
		width: 96px;
		height: 94px;
		position: relative;
		top: -17px;
		left: -1px;
	}

	.nav-search
	{
		width: 50%;
	}
}

