*,
.sm,
.sm li,
.sm ul,
.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
	margin: 0;
	padding: 0
}

.sm,
.sm a,
.sm li {
	position: relative
}

.sm {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
	-webkit-tap-highlight-color: transparent;
}

.sm,
.sm ul,
.sm li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
	direction: rtl;
	text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
	margin: 0;
	padding: 0;
}

.sm ul {
	display: none;
}

.sm li,
.sm a {
	position: relative;
}

.sm a {
	display: block;
}

.sm a.disabled {
	cursor: default;
}

.sm::after {
	content: "";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

@media (min-width: 768px) {
	.sm {
		display: inline-block;
	}
}

.sm-simple {
	border: 1px solid #bbbbbb;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
	padding: 13px 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	color: #555555;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.sm-simple a.current {
	background: #555555;
	color: #fff;
}

.sm-simple a.disabled {
	color: #cccccc;
}

.sm-simple a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 14px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
	content: '+';
}

.sm-simple a.highlighted .sub-arrow::before {
	content: '-';
}

.sm-simple li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple>li:first-child {
	border-top: 0;
}

.sm-simple ul {
	background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
	font-size: 14px;
	border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
	border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
	border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

@media (min-width: 768px) {
	.sm-simple ul {
		position: absolute;
		width: 12em;
	}
	.sm-simple li {
		float: left;
	}
	.sm-simple.sm-rtl li {
		float: right;
	}
	.sm-simple ul li,
	.sm-simple.sm-rtl ul li,
	.sm-simple.sm-vertical li {
		float: none;
	}
	.sm-simple a {
		white-space: nowrap;
	}
	.sm-simple ul a,
	.sm-simple.sm-vertical a {
		white-space: normal;
	}
	.sm-simple .sm-nowrap>li>a,
	.sm-simple .sm-nowrap>li> :not(ul) a {
		white-space: nowrap;
	}
	/* ...end */
	.sm-simple {
		background: #fff;
	}
	.sm-simple a,
	.sm-simple a:hover,
	.sm-simple a:focus,
	.sm-simple a:active,
	.sm-simple a.highlighted {
		padding: 11px 20px;
		color: #555555;
	}
	.sm-simple a:hover,
	.sm-simple a:focus,
	.sm-simple a:active,
	.sm-simple a.highlighted {
		background: #eeeeee;
	}
	.sm-simple a.current {
		background: #555555;
		color: #fff;
	}
	.sm-simple a.disabled {
		background: #fff;
		color: #cccccc;
	}
	.sm-simple a.has-submenu {
		padding-right: 32px;
	}
	.sm-simple a .sub-arrow {
		top: 50%;
		margin-top: -8px;
		right: 20px;
		width: 8px;
		height: 16px;
		font: 14px/16px monospace !important;
		background: transparent;
	}
	.sm-simple a.highlighted .sub-arrow::before {
		content: '+';
	}
	.sm-simple>li {
		border-top: 0;
		border-left: 1px solid #eeeeee;
	}
	.sm-simple>li:first-child {
		border-left: 0;
	}
	.sm-simple ul {
		border: 1px solid #bbbbbb;
		background: #fff;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	}
	.sm-simple ul a {
		border: 0 !important;
	}
	.sm-simple ul a.has-submenu {
		padding-right: 20px;
	}
	.sm-simple ul a .sub-arrow {
		left: 8px;
		right: auto;
	}
	.sm-simple ul>li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	.sm-simple ul>li:first-child {
		border-top: 0;
	}
	.sm-simple .scroll-up,
	.sm-simple .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	.sm-simple .scroll-up-arrow,
	.sm-simple .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555555 transparent;
	}
	.sm-simple .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #555555 transparent transparent transparent;
	}
	.sm-simple.sm-rtl a.has-submenu {
		padding-right: 20px;
		padding-left: 32px;
	}
	.sm-simple.sm-rtl a .sub-arrow {
		left: 20px;
		right: auto;
	}
	.sm-simple.sm-rtl.sm-vertical a.has-submenu {
		padding: 11px 20px;
	}
	.sm-simple.sm-rtl.sm-vertical a .sub-arrow {
		left: auto;
		right: 8px;
	}
	.sm-simple.sm-rtl>li:first-child {
		border-left: 1px solid #eeeeee;
	}
	.sm-simple.sm-rtl>li:last-child {
		border-left: 0;
	}
	.sm-simple.sm-rtl ul a.has-submenu {
		padding: 11px 20px;
	}
	.sm-simple.sm-rtl ul a .sub-arrow {
		left: auto;
		right: 8px;
	}
	.sm-simple.sm-vertical a .sub-arrow {
		left: 8px;
		right: auto;
	}
	.sm-simple.sm-vertical li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	.sm-simple.sm-vertical>li:first-child {
		border-top: 0;
	}
}

.sm-blue {
	border: 1px solid #e1e4e8;
	background: #fff;
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
	padding: 13px 20px;
	padding-right: 58px;
	color: #555555;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.sm-blue a.current {
	background: #f6f8fa;
	color: #0068cf;
}

.sm-blue a.disabled {
	color: #cccccc;
}

.sm-blue a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 14px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.08);
}

.sm-blue a .sub-arrow::before {
	content: '+';
}

.sm-blue a.highlighted .sub-arrow::before {
	content: '-';
}

.sm-blue li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-blue>li:first-child {
	border-top: 0;
}

.sm-blue ul {
	background: rgba(179, 179, 179, 0.1);
}

.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
	font-size: 14px;
	border-left: 8px solid transparent;
}

.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
	border-left: 16px solid transparent;
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
	border-left: 24px solid transparent;
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

@media (min-width: 768px) {
	.sm-blue ul {
		position: absolute;
		width: 12em;
	}
	.sm-blue li {
		float: left;
	}
	.sm-blue.sm-rtl li {
		float: right;
	}
	.sm-blue ul li,
	.sm-blue.sm-rtl ul li,
	.sm-blue.sm-vertical li {
		float: none;
	}
	.sm-blue a {
		white-space: nowrap;
	}
	.sm-blue ul a,
	.sm-blue.sm-vertical a {
		white-space: normal;
	}
	.sm-blue .sm-nowrap>li>a,
	.sm-blue .sm-nowrap>li> :not(ul) a {
		white-space: nowrap;
	}
	/* ...end */
	.sm-blue {
		background: #fff;
	}
	.sm-blue a,
	.sm-blue a:hover,
	.sm-blue a:focus,
	.sm-blue a:active,
	.sm-blue a.highlighted {
		padding: 11px 20px;
		color: #555555;
	}
	.sm-blue a:hover,
	.sm-blue a:focus,
	.sm-blue a:active,
	.sm-blue a.highlighted {
		background: #f6f8fa;
	}
	.sm-blue a.current {
		background: #f6f8fa;
		color: #0068cf;
	}
	.sm-blue a.disabled {
		background: #fff;
		color: #cccccc;
	}
	.sm-blue a.has-submenu {
		padding-right: 32px;
	}
	.sm-blue a .sub-arrow {
		top: 50%;
		margin-top: -8px;
		right: 20px;
		width: 8px;
		height: 16px;
		font: 14px/16px monospace !important;
		background: transparent;
	}
	.sm-blue a.highlighted .sub-arrow::before {
		content: '+';
	}
	.sm-blue>li {
		border-top: 0;
		border-left: 1px solid #eeeeee;
	}
	.sm-blue>li:first-child {
		border-left: 0;
	}
	.sm-blue ul {
		border: 1px solid #e1e4e8;
		background: #fff;
	}
	.sm-blue ul a {
		border: 0 !important;
	}
	.sm-blue ul a.has-submenu {
		padding-right: 20px;
	}
	.sm-blue ul a .sub-arrow {
		left: 8px;
		right: auto;
	}
	.sm-blue ul>li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	.sm-blue ul>li:first-child {
		border-top: 0;
	}
	.sm-blue .scroll-up,
	.sm-blue .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	.sm-blue .scroll-up-arrow,
	.sm-blue .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555555 transparent;
	}
	.sm-blue .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #555555 transparent transparent transparent;
	}
	.sm-blue.sm-rtl a.has-submenu {
		padding-right: 20px;
		padding-left: 32px;
	}
	.sm-blue.sm-rtl a .sub-arrow {
		left: 20px;
		right: auto;
	}
	.sm-blue.sm-rtl.sm-vertical a.has-submenu {
		padding: 11px 20px;
	}
	.sm-blue.sm-rtl.sm-vertical a .sub-arrow {
		left: auto;
		right: 8px;
	}
	.sm-blue.sm-rtl>li:first-child {
		border-left: 1px solid #eeeeee;
	}
	.sm-blue.sm-rtl>li:last-child {
		border-left: 0;
	}
	.sm-blue.sm-rtl ul a.has-submenu {
		padding: 11px 20px;
	}
	.sm-blue.sm-rtl ul a .sub-arrow {
		left: auto;
		right: 8px;
	}
	.sm-blue.sm-vertical a .sub-arrow {
		left: 8px;
		right: auto;
	}
	.sm-blue.sm-vertical li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	.sm-blue.sm-vertical>li:first-child {
		border-top: 0;
	}
}

.sm-darkblue {
	border: 1px solid #ffffff;
	background: #002e4e;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.sm-darkblue a,
.sm-darkblue a:hover,
.sm-darkblue a:focus,
.sm-darkblue a:active {
	padding: 13px 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	color: #ffffff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.sm-darkblue a.current {
	background: #0074c2;
	color: #ffffff;
}

.sm-darkblue a.disabled {
	color: #b3b3b3;
}

.sm-darkblue a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 14px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(255, 255, 255, 0.08);
}

.sm-darkblue a .sub-arrow::before {
	content: '+';
}

.sm-darkblue a.highlighted .sub-arrow::before {
	content: '-';
}

.sm-darkblue li {
	border-top: 1px solid #ffffff;
}

.sm-darkblue>li:first-child {
	border-top: 0;
}

.sm-darkblue ul {
	background: rgba(0, 116, 194, 0.3);
}

.sm-darkblue ul a,
.sm-darkblue ul a:hover,
.sm-darkblue ul a:focus,
.sm-darkblue ul a:active {
	font-size: 14px;
	border-left: 8px solid transparent;
}

.sm-darkblue ul ul a,
.sm-darkblue ul ul a:hover,
.sm-darkblue ul ul a:focus,
.sm-darkblue ul ul a:active {
	border-left: 16px solid transparent;
}

.sm-darkblue ul ul ul a,
.sm-darkblue ul ul ul a:hover,
.sm-darkblue ul ul ul a:focus,
.sm-darkblue ul ul ul a:active {
	border-left: 24px solid transparent;
}

.sm-darkblue ul ul ul ul a,
.sm-darkblue ul ul ul ul a:hover,
.sm-darkblue ul ul ul ul a:focus,
.sm-darkblue ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

.sm-darkblue ul ul ul ul ul a,
.sm-darkblue ul ul ul ul ul a:hover,
.sm-darkblue ul ul ul ul ul a:focus,
.sm-darkblue ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

@media (min-width: 768px) {
	.sm-darkblue ul {
		position: absolute;
		width: 12em;
	}
	.sm-darkblue li {
		float: left;
	}
	.sm-darkblue.sm-rtl li {
		float: right;
	}
	.sm-darkblue ul li,
	.sm-darkblue.sm-rtl ul li,
	.sm-darkblue.sm-vertical li {
		float: none;
	}
	.sm-darkblue a {
		white-space: nowrap;
	}
	.sm-darkblue ul a,
	.sm-darkblue.sm-vertical a {
		white-space: normal;
	}
	.sm-darkblue .sm-nowrap>li>a,
	.sm-darkblue .sm-nowrap>li> :not(ul) a {
		white-space: nowrap;
	}
	/* ...end */
	.sm-darkblue {
		background: #002e4e;
	}
	.sm-darkblue a,
	.sm-darkblue a:hover,
	.sm-darkblue a:focus,
	.sm-darkblue a:active,
	.sm-darkblue a.highlighted {
		padding: 11px 20px;
		color: #ffffff;
	}
	.sm-darkblue a:hover,
	.sm-darkblue a:focus,
	.sm-darkblue a:active,
	.sm-darkblue a.highlighted {
		background: #0074c2;
	}
	.sm-darkblue a.current {
		background: #0074c2;
		color: #ffffff;
	}
	.sm-darkblue a.disabled {
		background: #002e4e;
		color: #cccccc;
	}
	.sm-darkblue a.has-submenu {
		padding-right: 32px;
	}
	.sm-darkblue a .sub-arrow {
		top: 50%;
		margin-top: -8px;
		right: 20px;
		width: 8px;
		height: 16px;
		font: 14px/16px monospace !important;
		background: transparent;
	}
	.sm-darkblue a.highlighted .sub-arrow::before {
		content: '+';
	}
	.sm-darkblue>li {
		border-top: 0;
		border-left: 1px solid #eeeeee;
	}
	.sm-darkblue>li:first-child {
		border-left: 0;
	}
	.sm-darkblue ul {
		border: 1px solid #ffffff;
		background: #002e4e;
		-webkit-box-shadow: 0;
		box-shadow: 0;
	}
	.sm-darkblue ul a {
		border: 0 !important;
	}
	.sm-darkblue ul a.has-submenu {
		padding-right: 20px;
	}
	.sm-darkblue ul a .sub-arrow {
		left: 8px;
		right: auto;
	}
	.sm-darkblue ul>li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	.sm-darkblue ul>li:first-child {
		border-top: 0;
	}
	.sm-darkblue .scroll-up,
	.sm-darkblue .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #002e4e;
		height: 20px;
	}
	.sm-darkblue .scroll-up-arrow,
	.sm-darkblue .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #ffffff transparent;
	}
	.sm-darkblue .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #ffffff transparent transparent transparent;
	}
	.sm-darkblue.sm-rtl a.has-submenu {
		padding-right: 20px;
		padding-left: 32px;
	}
	.sm-darkblue.sm-rtl a .sub-arrow {
		left: 20px;
		right: auto;
	}
	.sm-darkblue.sm-rtl.sm-vertical a.has-submenu {
		padding: 11px 20px;
	}
	.sm-darkblue.sm-rtl.sm-vertical a .sub-arrow {
		left: auto;
		right: 8px;
	}
	.sm-darkblue.sm-rtl>li:first-child {
		border-left: 1px solid #eeeeee;
	}
	.sm-darkblue.sm-rtl>li:last-child {
		border-left: 0;
	}
	.sm-darkblue.sm-rtl ul a.has-submenu {
		padding: 11px 20px;
	}
	.sm-darkblue.sm-rtl ul a .sub-arrow {
		left: auto;
		right: 8px;
	}
	.sm-darkblue.sm-vertical a .sub-arrow {
		left: 8px;
		right: auto;
	}
	.sm-darkblue.sm-vertical li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	.sm-darkblue.sm-vertical>li:first-child {
		border-top: 0;
	}
}



.sm-dark a,
.sm-dark a:hover,
.sm-dark a:focus,
.sm-dark a:active {
	padding: 13px 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.sm-dark a.current {
	background: #0074c2;
	color: #ffffff;
}

.sm-dark a.disabled {
	color: #b3b3b3;
}

.sm-dark a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 14px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(255, 255, 255, 0.08);
}

.sm-dark a .sub-arrow::before {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.sm-dark a.highlighted .sub-arrow::before {
	content: "\f106";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.sm-dark li {
	background: #323232;
}

.sm-dark>li {
	border-bottom: 1px solid #fff;
}

.sm-dark>li:first-child {
	border-top: 0;
}

.sm-dark ul {
	background: rgba(0, 116, 194, 0.3);
}

.sm-dark ul a,
.sm-dark ul a:hover,
.sm-dark ul a:focus,
.sm-dark ul a:active {
	font-size: 14px;
	border-left: 8px solid transparent;
}

.sm-dark ul ul a,
.sm-dark ul ul a:hover,
.sm-dark ul ul a:focus,
.sm-dark ul ul a:active {
	border-left: 16px solid transparent;
}

.sm-dark ul ul ul a,
.sm-dark ul ul ul a:hover,
.sm-dark ul ul ul a:focus,
.sm-dark ul ul ul a:active {
	border-left: 24px solid transparent;
}

.sm-dark ul ul ul ul a,
.sm-dark ul ul ul ul a:hover,
.sm-dark ul ul ul ul a:focus,
.sm-dark ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

.sm-dark ul ul ul ul ul a,
.sm-dark ul ul ul ul ul a:hover,
.sm-dark ul ul ul ul ul a:focus,
.sm-dark ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

@media (min-width: 768px) {
	.sm-dark ul {
		position: absolute;
		width: 12em;
	}
	.sm-dark li {
		float: left;
	}
	.sm-dark.sm-rtl li {
		float: right;
	}
	.sm-dark ul li,
	.sm-dark.sm-rtl ul li,
	.sm-dark.sm-vertical li {
		float: none;
	}
	.sm-dark a {
		white-space: nowrap;
	}
	.sm-dark ul a,
	.sm-dark.sm-vertical a {
		white-space: normal;
	}
	.sm-dark .sm-nowrap>li>a,
	.sm-dark .sm-nowrap>li> :not(ul) a {
		white-space: nowrap;
	}
	/* ...end */
	
	.sm-dark a,
	.sm-dark a:hover,
	.sm-dark a:focus,
	.sm-dark a:active,
	.sm-dark a.highlighted {
		padding: 11px 20px;
		color: #ffffff!important;
	}
	.sm-dark a:hover,
	.sm-dark a:focus,
	.sm-dark a:active,
	.sm-dark a.highlighted {
		background: #0074c2;
	}
	.sm-dark a.current {
		background: #0074c2;
		color: #ffffff;
	}
	.sm-dark a.disabled {
		background: #323232;
		color: #cccccc;
	}
	.sm-dark a.has-submenu {
		padding-right: 32px;
	}
	.sm-dark a .sub-arrow {
		top: 50%;
		margin-top: -8px;
		right: 20px;
		width: 8px;
		height: 16px;
		font: 14px/16px monospace !important;
		background: transparent;
	}
	.sm-dark>li {
		border-top: 0;
		border-left: 1px solid #eeeeee;
	}
	.sm-dark>li:first-child {
		border-left: 0;
	}
	.sm-dark ul {
		border: 1px solid #ffffff;
		background: #323232;
		-webkit-box-shadow: 0;
		box-shadow: 0;
	}
	.sm-dark ul a {
		border: 0 !important;
	}
	.sm-dark ul a.has-submenu {
		padding-right: 20px;
	}
	.sm-dark ul a .sub-arrow {
		left: 8px;
		right: auto;
	}
	.sm-dark ul>li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	.sm-dark ul>li:first-child {
		border-top: 0;
	}
	.sm-dark .scroll-up,
	.sm-dark .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #323232;
		height: 20px;
	}
	.sm-dark .scroll-up-arrow,
	.sm-dark .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #ffffff transparent;
	}
	.sm-dark .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #ffffff transparent transparent transparent;
	}
	.sm-dark.sm-rtl a.has-submenu {
		padding-right: 20px;
		padding-left: 32px;
	}
	.sm-dark.sm-rtl a .sub-arrow {
		left: 20px;
		right: auto;
	}
	.sm-dark.sm-rtl.sm-vertical a.has-submenu {
		padding: 11px 20px;
	}
	.sm-dark.sm-rtl.sm-vertical a .sub-arrow {
		left: auto;
		right: 8px;
	}
	.sm-dark.sm-rtl>li:first-child {
		border-left: 1px solid #eeeeee;
	}
	.sm-dark.sm-rtl>li:last-child {
		border-left: 0;
	}
	.sm-dark.sm-rtl ul a.has-submenu {
		padding: 11px 20px;
	}
	.sm-dark.sm-rtl ul a .sub-arrow {
		left: auto;
		right: 8px;
	}
	.sm-dark.sm-vertical a .sub-arrow {
		left: 8px;
		right: auto;
	}
	.sm-dark.sm-vertical li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	.sm-dark.sm-vertical>li:first-child {
		border-top: 0;
	}
}

.sm-clean {
	border-radius: 5px;
	background: transparent;
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Arial, sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 17px;
	padding: 13px 20px;
	padding-right: 58px;
	text-decoration: none;
	color: #49505a;
}

.sm-clean a.current {
	color: #0062ae;
}

.sm-clean a.disabled {
	color: #babcbe;
}

.sm-clean a .sub-arrow {
	font: bold 16px/34px monospace !important;
	position: absolute;
	top: 50%;
	right: 4px;
	left: auto;
	overflow: hidden;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	text-shadow: none;
}

.sm-clean a .sub-arrow::before {
	content: '+';
	color: #a7acb6;
}

.sm-clean a.highlighted .sub-arrow::before {
	content: '-';
	color: #a7acb6;
}

.sm-clean>li:first-child>a,
.sm-clean>li:first-child> :not(ul) a {
	border-radius: 5px 5px 0 0;
}

.sm-clean>li:last-child>a,
.sm-clean>li:last-child>*:not(ul) a,
.sm-clean>li:last-child>ul,
.sm-clean>li:last-child>ul>li:last-child>a,
.sm-clean>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-clean>li:last-child>ul>li:last-child>ul,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
	border-radius: 0 0 5px 5px;
}

.sm-clean>li:last-child>a.highlighted,
.sm-clean>li:last-child>*:not(ul) a.highlighted,
.sm-clean>li:last-child>ul>li:last-child>a.highlighted,
.sm-clean>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-clean>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted {
	border-radius: 0;
}

.sm-clean li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-clean>li:first-child {
	border-top: 0;
}

.sm-clean ul {
	background: rgba(233, 236, 239, 0.4);
}

.sm-clean ul a,
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active {
	font-size: 0.875em;
	border-left: 8px solid transparent;
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
	border-left: 16px solid transparent;
}

.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
	border-left: 24px solid transparent;
}

.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

@media (min-width: 768px) {
	.sm-clean ul {
		position: absolute;
		width: 12em;
	}
	.sm-clean li {
		float: left;
	}
	.sm-clean.sm-rtl li {
		float: right;
	}
	.sm-clean ul li,
	.sm-clean.sm-rtl ul li,
	.sm-clean.sm-vertical li {
		float: none;
	}
	.sm-clean a {
		white-space: nowrap;
	}
	.sm-clean ul a,
	.sm-clean.sm-vertical a {
		white-space: normal;
	}
	.sm-clean .sm-nowrap>li>a,
	.sm-clean .sm-nowrap>li> :not(ul) a {
		white-space: nowrap;
	}
	.sm-clean {
		padding: 0 10px;
		border-radius: 100px;
		background: transparent;
	}
	.sm-clean a,
	.sm-clean a:hover,
	.sm-clean a:focus,
	.sm-clean a:active,
	.sm-clean a.highlighted {
		padding: 12px 12px;
		color: #49505a;
		border-radius: 0 !important;
	}
	.sm-clean a:hover,
	.sm-clean a:focus,
	.sm-clean a:active,
	.sm-clean a.highlighted {
		color: #0062ae;
	}
	.sm-clean a.current {
		color: #0062ae;
	}
	.sm-clean a.disabled {
		color: #babcbe;
	}
	.sm-clean a.has-submenu {
		padding-right: 24px;
	}
	.sm-clean a .sub-arrow {
		position: absolute;
		top: 50%;
		margin-top: -17px;
		left: auto;
		right: 0;
		width: 24px;
		height: 24px;
		overflow: hidden;
		font: bold 14px/34px monospace !important;
		text-align: center;
		text-shadow: none;
		background: rgba(255, 255, 255, 0.08);
	}
	.sm-clean a .sub-arrow::before {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
	}
	.sm-clean li {
		border-top: 0;
	}
	.sm-clean>li>ul::before,
	.sm-clean>li>ul::after {
		position: absolute;
		top: -18px;
		left: 30px;
		overflow: hidden;
		width: 0;
		height: 0;
		content: '';
		border-width: 9px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #bbb transparent;
	}
	.sm-clean>li>ul::after {
		top: -16px;
		left: 31px;
		border-width: 8px;
		border-color: transparent transparent #fff transparent;
	}
	.sm-clean ul {
		padding: 5px 0;
		border: 1px solid #dce1e8;
		border-radius: 5px !important;
		background: #fff;
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}
	.sm-clean ul a,
	.sm-clean ul a:hover,
	.sm-clean ul a:focus,
	.sm-clean ul a:active,
	.sm-clean ul a.highlighted {
		padding: 10px 20px;
		color: #49505a;
		border: 0 !important;
	}
	.sm-clean ul a:hover,
	.sm-clean ul a:focus,
	.sm-clean ul a:active,
	.sm-clean ul a.highlighted {
		color: #0062ae;
		background: #f8f9fa;
	}
	.sm-clean ul a.current {
		color: #0062ae;
	}
	.sm-clean ul a.disabled {
		color: #babcbe;
		background: #fff;
	}
	.sm-clean ul a.has-submenu {
		padding-right: 20px;
	}
	.sm-clean ul a .sub-arrow:before {
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
	}
	.sm-clean .scroll-up,
	.sm-clean .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		height: 20px;
		background: #fff;
	}
	.sm-clean .scroll-up:hover,
	.sm-clean .scroll-down:hover {
		background: #f8f9fa;
	}
	.sm-clean .scroll-up:hover .scroll-up-arrow {
		border-color: transparent transparent #0062ae transparent;
	}
	.sm-clean .scroll-down:hover .scroll-down-arrow {
		border-color: #0062ae transparent transparent transparent;
	}
	.sm-clean .scroll-up-arrow,
	.sm-clean .scroll-down-arrow {
		position: absolute;
		top: 0;
		left: 50%;
		overflow: hidden;
		width: 0;
		height: 0;
		margin-left: -6px;
		border-width: 6px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #49505a transparent;
	}
	.sm-clean .scroll-down-arrow {
		top: 8px;
		border-style: solid dashed dashed dashed;
		border-color: #49505a transparent transparent transparent;
	}
	.sm-clean.sm-rtl a.has-submenu {
		padding-right: 12px;
		padding-left: 24px;
	}
	.sm-clean.sm-rtl a .sub-arrow {
		right: auto;
		left: 12px;
	}
	.sm-clean.sm-rtl.sm-vertical a.has-submenu {
		padding: 10px 20px;
	}
	.sm-clean.sm-rtl.sm-vertical a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #49505a transparent transparent;
	}
	.sm-clean.sm-rtl>li>ul::before {
		right: 30px;
		left: auto;
	}
	.sm-clean.sm-rtl>li>ul::after {
		right: 31px;
		left: auto;
	}
	.sm-clean.sm-rtl ul a.has-submenu {
		padding: 10px 20px !important;
	}
	.sm-clean.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #49505a transparent transparent;
	}
	.sm-clean.sm-vertical {
		padding: 10px 0;
		border-radius: 5px;
	}
	.sm-clean.sm-vertical a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical a:hover,
	.sm-clean.sm-vertical a:focus,
	.sm-clean.sm-vertical a:active,
	.sm-clean.sm-vertical a.highlighted {
		background: #fff;
	}
	.sm-clean.sm-vertical a.disabled {
		background: #f8f9fa;
	}
	.sm-clean.sm-vertical a .sub-arrow {
		top: 50%;
		right: 8px;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #49505a;
	}
	.sm-clean.sm-vertical>li>ul::before,
	.sm-clean.sm-vertical>li>ul::after {
		display: none;
	}
	.sm-clean.sm-vertical ul a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical ul a:hover,
	.sm-clean.sm-vertical ul a:focus,
	.sm-clean.sm-vertical ul a:active,
	.sm-clean.sm-vertical ul a.highlighted {
		background: #f8f9fa;
	}
	.sm-clean.sm-vertical ul a.disabled {
		background: #fff;
	}
}