.sm-custom {
	clear: both;
	background: #871010;
}
.sm-custom a, .sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active {
	padding: 0 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	color: #ffffff;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
}
.sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active, .sm-custom a.highlighted {
	background: #ff670f !important;
}
.sm-custom a.current {
	background: #0f6193;
}
.sm-custom a.disabled {
	color: #bbbbbb;
}
.sm-custom a .sub-arrow {
	position: absolute;
	margin-top: 2px;
	left: auto;
	right: 20px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	font: bold 16px/26px monospace !important;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}
.sm-custom a .sub-arrow::before {
  content: '+';
}
.sm-custom a.highlighted .sub-arrow::before {
	content: '-';
}
.sm-custom > li {
	border-top: 1px solid #999999;
}
.sm-custom > li:first-child {
	border-top: 0;
}
.sm-custom ul {
	background: black;
}
.sm-custom ul a,
.sm-custom ul a:hover,
.sm-custom ul a:focus,
.sm-custom ul a:active {
	border-left: 8px solid transparent;
}
.sm-custom ul ul a,
.sm-custom ul ul a:hover,
.sm-custom ul ul a:focus,
.sm-custom ul ul a:active {
	border-left: 16px solid transparent;
}
.sm-custom ul ul ul a,
.sm-custom ul ul ul a:hover,
.sm-custom ul ul ul a:focus,
.sm-custom ul ul ul a:active {
	border-left: 24px solid transparent;
}
.sm-custom ul ul ul ul a,
.sm-custom ul ul ul ul a:hover,
.sm-custom ul ul ul ul a:focus,
.sm-custom ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.sm-custom ul ul ul ul ul a,
.sm-custom ul ul ul ul ul a:hover,
.sm-custom ul ul ul ul ul a:focus,
.sm-custom ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

/* Toggle main menu button --> */
	.main-nav {
		background: #41a62d;
	}
	.main-nav::after {
		clear: both;
		content: '\00a0';
		display: block;
		height: 0;
		overflow: hidden;
	}
	.main-menu-btn-container {
		text-align: center;
	}
	.main-menu-btn {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 30px;
		text-indent: 30px;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
	}

	/* hamburger icon */
	.main-menu-btn-icon,
	.main-menu-btn-icon::before,
	.main-menu-btn-icon::after {
		position: absolute;
		top: 14px;
		left: 0;
		height: 2px;
		width: 20px;
		background: #fff;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	.main-menu-btn-icon::before {
		content: '';
		top: -5px;
		left: 0;
	}
	.main-menu-btn-icon::after {
		content: '';
		top: 5px;
		left: 0;
	}

	/* x icon */
	#main-menu-state:checked ~ .main-menu-btn-container .main-menu-btn .main-menu-btn-icon {
		height: 0;
		background: transparent;
	}
	#main-menu-state:checked ~ .main-menu-btn-container .main-menu-btn .main-menu-btn-icon::before {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#main-menu-state:checked ~ .main-menu-btn-container .main-menu-btn .main-menu-btn-icon::after {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* hide menu state checkbox (keep it visible to screen readers) */
	#main-menu-state {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		padding: 0;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	/* hide the menu in mobile view */
	#main-menu-state:not(:checked) ~ #main-menu {
		display: none;
	}
	#main-menu-state:checked ~ #main-menu {
		display: block;
	}
/* --> Toggle main menu button */

@media (min-width: 670px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
	.sm-custom ul {
		position: absolute;
		width: 12em;
	}
	.sm-custom li {
		float: left;
	}
	.sm-custom ul li {
		float: none;
	}
	.sm-custom a {
		white-space: nowrap;
	}
	.sm-custom ul a {
		white-space: normal;
	}
	.sm-custom .sm-nowrap > li > a, .sm-custom .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
	}
  /* ...end */

	/* hide the button in desktop view --> */
	.main-menu-btn {
		display: none;
	}
	/* always show the menu in desktop view */
	#main-menu-state:not(:checked) ~ #main-menu {
		display: block;
	}

	.sm-custom {
		padding: 0 10px;
		background: #871010;
	}
	.sm-custom a, .sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active, .sm-custom a.highlighted {
		padding: 0px 12px;
		color: #ffffff;
	}
	.sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active, .sm-custom a.highlighted {
		background: #ff670f !important;
	}
	.sm-custom a.current {
		background: #0f6193;
	}
	.sm-custom a.disabled {
		color: #bbbbbb;
	}
	.sm-custom a.has-submenu {
		padding-right: 30px;
	}
	.sm-custom a .sub-arrow {
		top: 50%;
		margin-top: -2px;
		right: 12px;
		width: 0;
		height: 0;
		border-width: 4px;
		border-style: solid dashed dashed dashed;
		border-color: #ffffff transparent transparent transparent;
		background: transparent;
	}
	.sm-custom a.highlighted .sub-arrow::before {
		display: none;
	}
	.sm-custom li {
		border-top: 0;
	}

	.sm-custom > li {
		border-left: 1px solid #999999;
	}
	.sm-custom > li > ul::before,
	.sm-custom > li > ul::after {
		content: '';
		position: absolute;
		top: -15px;
		left: 19px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 7px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #fff transparent;
	}
	.sm-custom > li > ul::after {
		top: -12px;
		left: 20px;
		border-width: 6px;
		border-color: transparent transparent black transparent;
	}
	.sm-custom ul {
		border: 1px solid #fff;
		padding: 5px 0;
		background: black;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		-ms-border-radius: 5px !important;
		-o-border-radius: 5px !important;
		border-radius: 5px !important;
		-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 1);
		-moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 1);
		box-shadow: 0 2px 9px rgba(0, 0, 0, 1);
	}
	.sm-custom ul a, .sm-custom ul a:hover, .sm-custom ul a:focus, .sm-custom ul a:active, .sm-custom ul a.highlighted {
		border: 0 !important;
		padding: 0 30px 0 13px;
		color: #ffffff;
	}
	.sm-custom ul a:hover, .sm-custom ul a:focus, .sm-custom ul a:active, .sm-custom ul a.highlighted {
		background: #ff670f !important;
	}
	.sm-custom ul a.current {
		background: #0f6193;
	}
	.sm-custom ul a.disabled {
		background: white;
		color: #cccccc;
	}
	.sm-custom ul a.has-submenu {
		padding-right: 20px;
	}
	.sm-custom ul a span.sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #ffffff;
	}
	.sm-custom span.scroll-up,
	.sm-custom span.scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: white;
		height: 20px;
	}
	.sm-custom span.scroll-up:hover,
	.sm-custom span.scroll-down:hover {
		background: #eeeeee;
	}
	.sm-custom span.scroll-up:hover span.scroll-up-arrow, .sm-custom span.scroll-up:hover span.scroll-down-arrow {
		border-color: transparent transparent #d23600 transparent;
	}
	.sm-custom span.scroll-down:hover span.scroll-down-arrow {
		border-color: #d23600 transparent transparent transparent;
	}
	.sm-custom span.scroll-up-arrow, .sm-custom span.scroll-down-arrow {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 6px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555555 transparent;
	}
	.sm-custom span.scroll-down-arrow {
		top: 8px;
		border-style: solid dashed dashed dashed;
		border-color: #555555 transparent transparent transparent;
	}
}