
.topmenu {
 	font-family: 'Montserrat';

}

.menu-wrapper

{
	padding-top:3.2em;
	padding-bottom:1em;

text-align:center;
margin:auto;

}

.topmenu a, .topmenu a:hover, .topmenu a:focus, .topmenu a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 48px;
  letter-spacing:0.06em;
text-transform:uppercase;
 color:#5F5F5F;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  margin-right:0.3em;
  border-radius:0.2em;


 border-radius:5px;
		border:1px solid #E8E6E6;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */


  
  
}
.topmenu a.current {
  background: #006892;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
  background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
  background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
  background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: white;
}
.topmenu a.disabled {
  color: #a1d1e8;
}
.topmenu a span.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(0, 0, 0, 0.1);

}
.topmenu a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.topmenu > li:first-child > a, .topmenu > li:first-child > :not(ul) a {
 
}
.topmenu > li:last-child > a, .topmenu > li:last-child > *:not(ul) a, .topmenu > li:last-child > ul,
.topmenu > li:last-child > ul > li:last-child > a, .topmenu > li:last-child > ul > li:last-child > *:not(ul) a, .topmenu > li:last-child > ul > li:last-child > ul,
.topmenu > li:last-child > ul > li:last-child > ul > li:last-child > a, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
 
}
.topmenu > li:last-child > a.highlighted, .topmenu > li:last-child > *:not(ul) a.highlighted,
.topmenu > li:last-child > ul > li:last-child > a.highlighted, .topmenu > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.topmenu > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .topmenu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.topmenu ul {
  background: white;
}
.topmenu ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.topmenu ul a, .topmenu ul a:hover, .topmenu ul a:focus, .topmenu ul a:active {
  background: transparent;
  color: #342D87;
  font-size: 1em;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.topmenu ul a.current {
  background: #006892;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
  background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
  background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
  background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: white;
}
.topmenu ul a.disabled {
  color: #b3b3b3;
}
.topmenu ul ul a,
.topmenu ul ul a:hover,
.topmenu ul ul a:focus,
.topmenu ul ul a:active {
  border-left: 16px solid transparent;
}
.topmenu ul ul ul a,
.topmenu ul ul ul a:hover,
.topmenu ul ul ul a:focus,
.topmenu ul ul ul a:active {
  border-left: 24px solid transparent;
}
.topmenu ul ul ul ul a,
.topmenu ul ul ul ul a:hover,
.topmenu ul ul ul ul a:focus,
.topmenu ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.topmenu ul ul ul ul ul a,
.topmenu ul ul ul ul ul a:hover,
.topmenu ul ul ul ul ul a:focus,
.topmenu ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.topmenu ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.topmenu ul li:first-child {
  border-top: 0;
}


	@media screen and (max-width: 850px) {

	.menu-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20000;
		padding-top:0px !important;
		padding-bottom:0px;
	background:#5F5F5F;

			

	}

	.topmenu a, .topmenu a:hover, .topmenu a:focus, .topmenu a:active {
color:#5F5F5F;

	}
	
	}





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

  .topmenu li {
    float: left;
  }

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

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

  .topmenu a {
    white-space: nowrap;
  }

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

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

  /* ...end */
  .topmenu {






  }
  .topmenu a, .topmenu a:hover, .topmenu a:focus, .topmenu a:active, .topmenu a.highlighted {
    padding: 13px 18px;

  }
  .topmenu a:hover, .topmenu a:focus, .topmenu a:active, .topmenu a.highlighted {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 61%, rgba(243,243,243,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(204,204,204,1)), color-stop(61%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 61%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 61%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 61%,rgba(243,243,243,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 61%,rgba(243,243,243,1) 100%); /* W3C */


  
  }
  .topmenu a.current {
    background: #006892;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
    background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: white;
  }
  .topmenu a.disabled {
    background: #44457C;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #a1d1e8;
  }
  .topmenu a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #9B74F1 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  
  
  .topmenu a.highlighted span.sub-arrow:before {
    display: none;
  }
  .topmenu > li:first-child > a, .topmenu > li:first-child > :not(ul) a {
 
  }
  .topmenu > li:last-child > a, .topmenu > li:last-child > :not(ul) a {
   
  }
  .topmenu > li {


 
  }
  
  .topmenu > li:first-child {
    border-left: 0;
  }
  .topmenu ul {
    border: 0px solid #a8a8a8;
    padding: 7px 0;
    background: white;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  }
  .topmenu ul ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: white;
  }
  .topmenu ul a, .topmenu ul a:hover, .topmenu ul a:focus, .topmenu ul a:active, .topmenu ul a.highlighted {
    border: 0 !important;
    padding: 9px 15px;
    background: transparent;
    color: #342D87;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
			
background: #ffffff; 

	font-size:0.9em;

	
  }
  .topmenu ul a:hover, .topmenu ul a:focus, .topmenu ul a:active, .topmenu ul a.highlighted {

background: #3200A5; 
    color: #ffffff;
  }
  .topmenu ul a.current {
    background: #3471AA;

    color: white;
  }
  .topmenu ul a.disabled {
    background: white;
    color: #b3b3b3;
  }
  .topmenu ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 0px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #44457C;
  }
  .topmenu ul li {
    border: 0;

  }
  .topmenu span.scroll-up,
  .topmenu span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .topmenu span.scroll-up-arrow, .topmenu span.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 #44457C transparent;
  }
  .topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #44457C transparent transparent transparent;
  }
  .topmenu.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #44457C transparent transparent;
  }
  .topmenu.sm-rtl > li:first-child > a, .topmenu.sm-rtl > li:first-child > :not(ul) a {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
  }
  .topmenu.sm-rtl > li:last-child > a, .topmenu.sm-rtl > li:last-child > :not(ul) a {
    -webkit-border-radius: 8px 0 0 8px !important;
    -moz-border-radius: 8px 0 0 8px !important;
    -ms-border-radius: 8px 0 0 8px !important;
    -o-border-radius: 8px 0 0 8px !important;
    border-radius: 8px 0 0 8px !important;
  }
  .topmenu.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
  }
  .topmenu.sm-rtl > li:last-child {
    border-left: 0;
  }
  .topmenu.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #44457C transparent transparent;
  }
  .topmenu.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .topmenu.sm-vertical a {
    padding: 9px 23px;
  }
  .topmenu.sm-vertical a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #44457C;
  }
  .topmenu.sm-vertical > li:first-child > a, .topmenu.sm-vertical > li:first-child > :not(ul) a {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .topmenu.sm-vertical > li:last-child > a, .topmenu.sm-vertical > li:last-child > :not(ul) a {
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
    -ms-border-radius: 0 0 8px 8px !important;
    -o-border-radius: 0 0 8px 8px !important;
    border-radius: 0 0 8px 8px !important;
  }
  .topmenu.sm-vertical > li {
    border-left: 0 !important;
  }
  .topmenu.sm-vertical ul {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
  }
  .topmenu.sm-vertical ul a {
    padding: 9px 23px;
  }
  
  .topmenu ul.columns-2 {
		width:500px !important;
		max-width:none !important;
	}
	.topmenu ul.columns-2 > li {
		float:left;
		width:250px !important;
	}
  
  
}


  }