/*<meta />*/

/****** Start styles for custom menu ******/

div.off-canvas-wrapper-inner div.outer-row
{
	max-width: 100%;
	padding-bottom: 0;
	margin: 0;
}

ul.menu > li > a
{
	width: 100%;
	position: relative;
}

ul.menu > li
{
	border-bottom: 2px solid var(--td-gray-background);
}

ul.menu li
{
	position: relative;
}

ul.menu ul
{
	display: none;
}

span.dd
{
	position: absolute;
	right: 0px;
	top: 12px;
	cursor: pointer;
}

span.open
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
}

span.close
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
}

span.open,
span.close
{
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

div.side-menu
{
	position: absolute;
	left: -27%;
	top: -1em;
	height: 100%;
	min-height: 100vh;
	width: 25%;
	border: 2px solid var(--td-gray-background);
	border-width: 0 2px 0 0;
}

div.tablet-menu
{
	display: none;
}

div.main-section
{
	min-height: 90.6vh;
}

div.body-container
{
	max-width: 70%;
	margin-left: 18%;
}

html.searchTopic div.side-menu
{
	display: none;
}

html.home-topic div.body-container
{
	max-width: 100%;
	margin-left: 0;
}

html.searchTopic div.body-container
{
	max-width: 60%;
	margin-left: 20%;
}

/****** End styles for custom menu ******/

@media only screen and (max-width: 1279px)
{
	div.body-container
	{
		max-width: 100%;
		margin-left: 0;
		padding: 0em;
	}

	aside ul.menu._Skins_Topics_Menu.mc-component,
	aside li,
	aside ul.sub-menu
	{
		display: block;
	}

	ul.off-canvas-accordion.vertical.menu.off-canvas-list
	{
		display: none;
	}

	div.tablet-menu
	{
		height: 100%;
		display: block;
	}
}

