/* line 1, ../sass/menu-styles.scss */
.ed-menu {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  float: left;
  font-size: .75rem;
}
/* line 7, ../sass/menu-styles.scss */
.ed-menu__section {
  margin: 0;
  padding: 0;
}

/* line 14, ../sass/menu-styles.scss */
.ed-menu div {
  position: relative;
}

/* line 18, ../sass/menu-styles.scss */
.ed-menu a {
  text-decoration: none;
  color: #000;
}
/* line 21, ../sass/menu-styles.scss */
.ed-menu a:hover {
  text-decoration: underline;
}

/* line 26, ../sass/menu-styles.scss */
.ed-menu__tab {
  font-size: 16px;
  color: #012b58;
}
.ed-item_top_levels {
  font-weight: bold;
  font-size: 18px;
  color: #012b58;
}
.ed-item_mid_levels {
  font-size: 16px;
  color: #012b58;
}
.ed-item_bottom_levels {
  font-size: 14px;
  color: #012b58;
}

/* line 32, ../sass/menu-styles.scss */
.open .ed-menu__tab--0 {
  background: #4073af;
  color: #fff;
  position: relative;
  padding-right: 40px;
}
/* line 35, ../sass/menu-styles.scss */
.open .ed-menu__tab--0 a {
  color: #fff;
}

div.ed-level1 div {
	padding-left: 10px;
}

/* line 40, ../sass/menu-styles.scss */
.open .ed-menu__item--active {
  background: #ebebeb;
  border-left: 3px solid #004495;
  margin: 5px 0 0 0px;
}
/* line 44, ../sass/menu-styles.scss */
.open .ed-menu__item--active a {
  font-weight: bold;
}

/* line 49, ../sass/menu-styles.scss */
.ed-menu__item--active {
  background: #ebebeb;
  border-left: 3px solid #004495;
  margin: 5px 0 0 15px;
  padding-left: 5px !important;
}
/* line 53, ../sass/menu-styles.scss */
.ed-menu__item--active a {
  font-weight: bold;
}

/* line 58, ../sass/menu-styles.scss */
[data-control], [data-content] > * {
  border-bottom: 0;
}

/* line 62, ../sass/menu-styles.scss */
.ed-menu__item:after {
  display: none;
}

/* line 65, ../sass/menu-styles.scss */
.ed-menu__item:hover, .ed-item_mid_levels:hover, ed-item_bottom_levels:hover {
  background: #ebebeb;
  border-left: 3px solid #004495;
  /* font-weight: bold; */
  color: #000;
}
div.ed-item_top_levels:hover {
  background: #ebebeb;
  border-left: 3px solid #004495;
  font-weight: bold;
  color: #000;
}
div.ed-item_top_levels:hover a {
  color: #000;
}