#main-nav {
	width: 100%;
	max-width: 890px;
	margin: 0 auto 0 auto;
	padding: 1px 0px;
	text-align: center;
}

#main-nav ul {
	text-align: center;
}

.main-nav {
  position: relative;
  background: #4b8b42;
  text-align: center;
}

@media (min-width: 890px) {
	.main-nav {
	  position: relative;
	  background: #e8e8e8;
	  text-align: center;
	}
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

/* Main Login */

ul.main-login {
	display: none;
}

@media (min-width: 500px) {
  ul.main-login {
    display: block;
  }
}

.main-login-mobile {
	list-style-type: none;
	margin: 4px 0 4px 10px;
	padding: 6px 0 8px 0;
	display: inline-block;
	vertical-align: top;
}

.main-login-mobile li {
	display: inline;
	padding: 0 9px 0 0px;
	font-size: 12px;
}

ul.main-login {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 19px;
	right: 40px;
	width: 250px;
	vertical-align: top;
	text-align: right;
}
		
ul.main-login li {
	display: inline;
	padding: 0 8px 0 0;
	font-size: 12px;
	text-align: right;
}
	
.site-header .function-button {
	text-decoration: none;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0.0);
	color: #fff;
	padding: 4px 14px;
	border-radius: 50px;
}

.site-header .function-button:hover {
	color: #3d3f64;
	background: rgba(255, 255, 255, 1.0);
}

.site-header .feature-button {
	text-decoration: none;
	font-size: 12px;
	border: none;
	background: linear-gradient(298deg, #f0792a, #e23f22);
	color: #fff;	
	padding: 6px 16px;
	border-radius: 50px;
}

.site-header .feature-button:hover {
	background: #fff;
	color: #3d3f64;
}

/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 890px) {
  #main-menu:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 12px 6px 20px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .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;
  text-align: center;
}

@media (min-width: 890px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
	text-align: center;
  }
}


/* ---------------------- */

.sm-mr {
  background: #fff;
}
.sm-mr a, .sm-mr a:hover, .sm-mr a:focus, .sm-mr a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  background: #f0792a;
  background-image: linear-gradient(298deg, #f0792a, #e23f22);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
  border-bottom: none;
}

.sm-mr a:hover, .sm-mr a:focus, .sm-mr a:active {
  background: #3d3f65;
}

.sm-mr a.current {
  color: #fff;
}
.sm-mr a.disabled {
  color: #bbbbbb;
}
.sm-mr a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 34px;
}
.sm-mr a .sub-arrow::before {
  content: '+';
}
.sm-mr a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-mr > li:first-child > a, .sm-mr > li:first-child > :not(ul) a {
  border-radius: 0 0 0 0;
}
.sm-mr > li:last-child > a, .sm-mr > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul, .sm-mr > li:last-child > ul > li:last-child > a, .sm-mr > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul > li:last-child > ul, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #fff;
}
.sm-mr > li:last-child > a.highlighted, .sm-mr > li:last-child > *:not(ul) a.highlighted, .sm-mr > li:last-child > ul > li:last-child > a.highlighted, .sm-mr > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-mr > 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-mr li {
  border-top: 1px solid rgba(0, 0, 0, 0.0);
}
.sm-mr > li:first-child {
  border-top: 0;
}
.sm-mr ul {
  background: transparent;
}
.sm-mr ul a, .sm-mr ul a:hover, .sm-mr ul a:focus, .sm-mr ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
  background: rgba(255, 255, 255, 1.0);
  color: #000;
}
.sm-mr ul a:hover, .sm-mr ul a:focus, .sm-mr ul a:active {
  background: #cce6ff;
}
.sm-mr ul ul a,
.sm-mr ul ul a:hover,
.sm-mr ul ul a:focus,
.sm-mr ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-mr ul ul ul a,
.sm-mr ul ul ul a:hover,
.sm-mr ul ul ul a:focus,
.sm-mr ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-mr ul ul ul ul a,
.sm-mr ul ul ul ul a:hover,
.sm-mr ul ul ul ul a:focus,
.sm-mr ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mr ul ul ul ul ul a,
.sm-mr ul ul ul ul ul a:hover,
.sm-mr ul ul ul ul ul a:focus,
.sm-mr ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 890px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mr ul {
    position: absolute;
    width: 12em;
  }

  .sm-mr li {
    float: left;
  }

  .sm-mr.sm-rtl li {
    float: right;
  }

  .sm-mr ul li, .sm-mr.sm-rtl ul li, .sm-mr.sm-vertical li {
    float: none;
  }

  .sm-mr a {
    white-space: nowrap;
  }

  .sm-mr ul a, .sm-mr.sm-vertical a {
    white-space: normal;
  }

  .sm-mr .sm-nowrap > li > a, .sm-mr .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  
  .sm-mr > li:last-child > a, .sm-mr > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul, .sm-mr > li:last-child > ul > li:last-child > a, .sm-mr > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul > li:last-child > ul, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mr > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-bottom: none;
}
  
  #main-nav {
	width: 100%;
	max-width: 720px;
	margin: 0 auto 0 auto;
	padding: 1px;
	text-align: center;
}
  
  /* Main Login */

	ul.main-login {
		list-style-type: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 250px;
		position: absolute;
		top: 31px;
		right: 10px;
		vertical-align: top;
		text-align: right;
	}
	
	.site-header .function-button {
		text-decoration: none;
		border: 2px solid #fff;
		background: rgba(255, 255, 255, 0.0);
		color: #fff;
		padding: 8px 18px;
		border-radius: 50px;
	}

	.site-header .feature-button {
		padding: 10px 20px;
	}
	
	/* ... End Main Login */
  
  .sm-mr {
	background: transparent;
	padding: 0 10px;
	}
	
	.sm-mr a, .sm-mr a:hover, .sm-mr a:focus, .sm-mr a:active {
	  padding: 5px 10px;
	  /* make room for the toggle button (sub indicator) */
	  /* padding-right: 24px; */
	  background: transparent;
	  background-image: none;
	  color: #fff;
	  font-family: 'Montserrat', sans-serif;
	  font-size: 16px;
	  font-weight: normal;
	  line-height: 16px;
	  text-decoration: none;
	  border-bottom: none;
	}
	
	.sm-mr a.current {
	  color: #fff;
	}
	.sm-mr a.disabled {
	  color: #bbbbbb;
	}
	.sm-mr a, .sm-mr a:hover, .sm-mr a:focus, .sm-mr a:active, .sm-mr a.highlighted {
    /* padding: 5px 12px; */
    color: rgba(255,255,255,1.0);
    border-radius: 0 !important;
  }
  .sm-mr a:hover, .sm-mr a:focus, .sm-mr a:active, .sm-mr a.highlighted {
    color: rgba(255,255,255,0.5);
  }
  .sm-mr a.current {
    color: #25852e;
  }
  .sm-mr a.disabled {
    color: #bbbbbb;
  }
    .sm-mr a.has-submenu {
    padding-right: 20px;
  }
   .sm-mr a .sub-arrow {
	top: 50%;
	margin-top: -6px;
	width: 3px;
	height: 3px;
	background: transparent;
	border-style: solid;
	border-color: rgba(255,255,255,1.0);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px 3px !important;
	border-radius: 0 !important;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
    
  .sm-mr a .sub-arrow:hover {
	  border-color: rgba(255,255,255,0.5);
  }

  .sm-mr a .sub-arrow::before {
    display: none;
  }
  .sm-mr ul {
    /* border: 1px solid #bbbbbb; */
    padding: 0px 0px;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-mr ul a, .sm-mr ul a:hover, .sm-mr ul a:focus, .sm-mr ul a:active, .sm-mr ul a.highlighted {
    border: 0 !important;
    padding: 5px 20px;
    color: #000;
	font-size: 12px;
  }
  .sm-mr ul a:hover, .sm-mr ul a:focus, .sm-mr ul a:active, .sm-mr ul a.highlighted {
    /* background: #eeeeee; */
    color: #25852e;
  }
  .sm-mr ul a.current {
    color: #25852e;
  }
  .sm-mr ul a.disabled {
    /* background: #fff; */
    color: #cccccc;
  }
  .sm-mr ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mr ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-mr li {
    border-top: 0;
	margin: 10px 0 0 0;
  }
  
    .sm-mr ul li {
    border-top: 0;
	margin: 5px 0 5px 0;
  }
  
  /* The triangle at the top of the sub menu */
  .sm-mr > li > ul::before,
  .sm-mr > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-mr > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-mr .scroll-up,
  .sm-mr .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-mr .scroll-up:hover,
  .sm-mr .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-mr .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-mr .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-mr .scroll-up-arrow,
  .sm-mr .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-mr .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-mr.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-mr.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-mr.sm-rtl.sm-vertical a.has-submenu {
    padding: 5px 10px;
  }
  .sm-mr.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-mr.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-mr.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-mr.sm-rtl ul a.has-submenu {
    padding: 5px 10px !important;
  }
  .sm-mr.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-mr.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-mr.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-mr.sm-vertical a:hover, .sm-mr.sm-vertical a:focus, .sm-mr.sm-vertical a:active, .sm-mr.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-mr.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-mr.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-mr.sm-vertical > li > ul::before,
  .sm-mr.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-mr.sm-vertical ul a {
    padding: 5px 10px;
  }
  .sm-mr.sm-vertical ul a:hover, .sm-mr.sm-vertical ul a:focus, .sm-mr.sm-vertical ul a:active, .sm-mr.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-mr.sm-vertical ul a.disabled {
    background: #fff;
  }
}

/* ---- Full size screen ----- */

@media (min-width: 1470px) { 

	/* -- Main Login -- */
	
	/* always show the menu in line with the logo */
	#main-menu-state:not(:checked) ~ #main-menu {
		display: inline-block;
	}

	.site-header .function-button {
		text-decoration: none;
		border: 2px solid #fff;
		background: rgba(255, 255, 255, 0.0);
		color: #fff;
		padding: 8px 18px;
		border-radius: 50px;
	}

	.site-header .function-button:hover {
		color: #3d3f64;
		background: rgba(255, 255, 255, 1.0);
	}

	.site-header .feature-button {
		padding: 10px 20px;
	}

	/* -- End Main Login -- */
	
	.sm-mr {
	background: transparent;
	padding: 0px 10px;
	}

	.sm-mr a.current {
	  color: #fff;
	}
	.sm-mr a.disabled {
	  color: #bbbbbb;
	}

  .sm-mr a, .sm-mr a:hover, .sm-mr a:focus, .sm-mr a:active, .sm-mr a.highlighted {
    /*padding: 12px 24px; */
    color: #fff;
    border-radius: 0 !important;
  }
  
  .sm-mr a:hover, .sm-mr a:focus, .sm-mr a:active, .sm-mr a.highlighted {
    color: #f36229;
  }
  .sm-mr a.current {
    color: #25852e;
  }
  .sm-mr a.disabled {
    color: #bbbbbb;
  }
 
  .sm-mr a.has-submenu {
    padding-right: 24px;
  }
   .sm-mr a .sub-arrow {
	top: 50%;
	margin-top: -6px;
	width: 5px;
	height: 5px;
	background: transparent;
	border-style: solid;
	border-color: rgba(255,255,255,1.0);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px 3px !important;
	border-radius: 0 !important;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .sm-mr ul {
    /* border: 1px solid #bbbbbb; */
    padding: 0px 0px;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-mr ul a, .sm-mr ul a:hover, .sm-mr ul a:focus, .sm-mr ul a:active, .sm-mr ul a.highlighted {
    border: 0 !important;
    padding: 5px 20px;
    color: #000;
	font-size: 14px;
  }
  .sm-mr ul a:hover, .sm-mr ul a:focus, .sm-mr ul a:active, .sm-mr ul a.highlighted {
    /* background: #eeeeee; */
    color: #25852e;
  }
  .sm-mr ul a.current {
    color: #25852e;
  }
  .sm-mr ul a.disabled {
    /* background: #fff; */
    color: #cccccc;
  }
  .sm-mr ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mr ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }

  /* The triangle at the top of the sub menu */
  .sm-mr > li > ul::before,
  .sm-mr > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-mr > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-mr .scroll-up,
  .sm-mr .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
	.sm-mr .scroll-up:hover,
  .sm-mr .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-mr .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-mr .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-mr .scroll-up-arrow,
  .sm-mr .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-mr .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-mr.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-mr.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-mr.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-mr.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-mr.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-mr.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-mr.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mr.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-mr.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-mr.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-mr.sm-vertical a:hover, .sm-mr.sm-vertical a:focus, .sm-mr.sm-vertical a:active, .sm-mr.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-mr.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-mr.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-mr.sm-vertical > li > ul::before,
  .sm-mr.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-mr.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-mr.sm-vertical ul a:hover, .sm-mr.sm-vertical ul a:focus, .sm-mr.sm-vertical ul a:active, .sm-mr.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-mr.sm-vertical ul a.disabled {
    background: #fff;
  }
}

@media (min-width: 1470px) { 
  .sm-mr li {
    border-top: 0;
	margin: 27px 0 0 0;
  }
}

/* ------ Mega menus -------- */

#main-menu .mega-menu {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}


/* clear any floats inside the mega menus */

#main-menu .mega-menu > li {
  overflow: auto;
  padding-top: 10px;
}


/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu {
  color: #000000;
  background: #fff;
}

#main-menu .mega-menu h2 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0.83em;
}

#main-menu .mega-menu h2.column-title {
	display: none;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0 0;
  border: 0;
  padding: 0 0 0 0;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: none;
  border: 0;
}

#main-menu .mega-menu a {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

#main-menu .mega-menu a:hover {
  color: #25852e;
}

#main-menu .mega-resources {
	width: 100%;
}


/* simple columns inside the mega menus */

#main-menu .mega-menu .column {
  padding: 0 20px 10px 20px;
  vertical-align: top;
  box-sizing: border-box;
}

#main-menu .mega-menu .column ul li {
  margin: 0 0 8px 0;
}

@media (min-width: 890px) {
	
	#main-menu .mega-menu li {
		margin: 5px 0 0 0;
	}
	
	#main-menu .mega-menu h2.column-title {
		display: block;
	}
	
	#main-menu .mega-menu h2 {
	  font-size: 14px;
	  line-height: 18px;
	}
	
	#main-menu .mega-menu .column {
    display: inline-block;
	box-sizing: border-box;
	}
	
	#main-menu .mega-menu a {
	  font-size: 12px;
	}

}

#main-menu .mega-menu .main-menu-base {
	clear: both;
	width: 100%;
	background-color: #191e39;
	padding: 10px 10px;
	color: #fff;
}

@media (min-width: 1150px) {
	
	#main-menu .mega-resources {
	width: 680px !important;
}
	
	#main-menu .mega-menu h2.column-title {
		display: none;
	}
	
	#main-menu .mega-menu h2 {
	  font-size: 16px;
	  line-height: 20px;
	}
	
	#main-menu .mega-menu a {
	  font-size: 14px;
	}

}

#main-menu .mega-menu .main-menu-base ul {
	list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

#main-menu .mega-menu .main-menu-base li {
	display: block;
}

#main-menu .mega-menu .main-menu-base a {
    display: inline-block;
    border: 0;
    padding: 0 15px 0 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}

#main-menu .mega-menu .main-menu-base a:hover {
    color: #25852e;
}

@media (min-width: 890px) {
  #main-menu .mega-menu .main-menu-base li {
	display: inline;
	}
}

/* Sample image placeholder */

.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}


