
.topmenu {
  background: transparent;
border-left:1px 
}

.menu-wrapper

{
	margin-top:1em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b98c2+0,15105a+100 */
background: rgb(155,152,194); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(155,152,194,1) 0%, rgba(21,16,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b98c2', endColorstr='#15105a',GradientType=0 ); /* IE6-9 */

display: flex;
    align-items: center;
    justify-content: center;


}

.topmenu a, .topmenu a:hover, .topmenu a:focus, .topmenu a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b98c2+0,15105a+100 */
background: rgb(155,152,194); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(155,152,194,1) 0%, rgba(21,16,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b98c2', endColorstr='#15105a',GradientType=0 ); /* IE6-9 */


  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.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: #44457C;
  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 (min-width: 990px) {
  /* 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 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b98c2+0,15105a+100 */
background: rgb(155,152,194); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(155,152,194,1) 0%, rgba(21,16,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b98c2', endColorstr='#15105a',GradientType=0 ); /* IE6-9 */
text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
font-family: 'Merriweather';




  }
  .topmenu a, .topmenu a:hover, .topmenu a:focus, .topmenu a:active, .topmenu a.highlighted {
    padding: 13px 18px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b98c2+0,15105a+100 */
background: rgb(155,152,194); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(155,152,194,1) 0%, rgba(21,16,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b98c2', endColorstr='#15105a',GradientType=0 ); /* IE6-9 */







 
    color: #ffffff;
  }
  .topmenu a:hover, .topmenu a:focus, .topmenu a:active, .topmenu a.highlighted {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,e4e4ec+100 */
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e4e4ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e4e4ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e4e4ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4ec',GradientType=0 ); /* IE6-9 */
	color:#1B1474;
  
  }
  .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: #E9E9F0 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 {

  border-width: 1px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 100%, 0 0, from(#CACADB), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(bottom, #CACADB, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(bottom, #CACADB, rgba(0, 0, 0, 0)) 1 100%;  
    -o-border-image:
      -o-linear-gradient(bottom, #CACADB, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to top, #CACADB, rgba(0, 0, 0, 0)) 1 100%;
  }
  .topmenu > li:first-child {
    border-left: 0;
  }
  .topmenu > li:last-child {
    border-right: 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: #1B1474;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,e4e4ec+100 */
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e4e4ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e4e4ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e4e4ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4ec',GradientType=0 ); /* IE6-9 */
	font-size:0.9em;

	
  }
  .topmenu ul a:hover, .topmenu ul a:focus, .topmenu ul a:active, .topmenu ul a.highlighted {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b98c2+0,15105a+100 */
background: rgb(155,152,194); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(155,152,194,1) 0%, rgba(21,16,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b98c2', endColorstr='#15105a',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
  }
  .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 {
    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;
	}
  
  
}
