/**
 * @file
 * Visual styles for menu.
 */
#block-shoshone-theme-informationalpostings h2 {
  margin-top: 0px;
  font: 600 14px/23px lft-etica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

 ul.menu {
    margin-left: 0; /* LTR */
    padding: 0;
    list-style: none outside;
    text-align: left; /* LTR */
  }

  .menu-item--expanded {
    list-style-type: none;
    list-style-image: none;
  }

  .menu-item--collapsed {
    list-style-type: none;
    list-style-image: none; /* LTR */
  }

  .menu-item {
    margin: 0;
    padding-top: 0;
  }
  ul.menu a.is-active {
    color: #000;
  }
  

/* line 1, ../sass/components/_menu.scss */
#block-shoshone-theme-informationalpostings {
    border: none;
    z-index: 100; }
/* line 4, ../sass/components/_menu.scss */
#block-shoshone-theme-informationalpostings ul {
  padding: 0px;
  margin: 0px; }
  /* line 7, ../sass/components/_menu.scss */
#block-shoshone-theme-informationalpostings ul .leaf {
  list-style: none;
  list-style-image: none; }
/* line 11, ../sass/components/_menu.scss */
#block-shoshone-theme-informationalpostings ul ul {
  background: #252525;
  padding-bottom: 3px; }
  /* line 14, ../sass/components/_menu.scss */
#block-shoshone-theme-informationalpostings ul ul a {
  border-bottom: 0px;
  font: 300 normal 12px lft-etica,sans-serif;
  padding: 10px 10px 10px 35px;
  text-decoration: underline;
  background: #f7f7f7; }
/* line 20, ../sass/components/_menu.scss */
#block-shoshone-theme-informationalpostings ul ul a:hover, #block-shoshone-theme-informationalpostings ul ul a:focus {
  background: #f7f7f7;
  color: #f58026;
  text-decoration: none; }
/* line 26, ../sass/components/_menu.scss */
#block-shoshone-theme-informationalpostings ul ul a.is-active {
  background: #f7f7f7;
  color: #f58026;
  text-decoration: none; }
/* line 33, ../sass/components/_menu.scss */
#block-shoshone-theme-informationalpostings ul a {
  position: relative;
  display: block;
  font: 300 normal 13px/1.2 lft-etica, sans-serif;
  text-decoration: none;
  padding: 13px 25px;
  letter-spacing: 1px;
  border-bottom: 1px solid #505050;
  background: white;
  color: #252525;
  border-color: #d2d2d2;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  /* line 45, ../sass/components/_menu.scss */
  #block-shoshone-theme-informationalpostings ul a:before {
    content: ""; }
  /* line 48, ../sass/components/_menu.scss */
  #block-shoshone-theme-informationalpostings ul a:hover, #block-shoshone-theme-informationalpostings ul a:focus {
    background: #252525;
    color: white; }
  /* line 53, ../sass/components/_menu.scss */ 
  #block-shoshone-theme-informationalpostings ul li.menu-item--expanded > a {
    background: #252525;
    color: white; }
    #block-shoshone-theme-informationalpostings li.menu-item--active-trail > a {
      background: #252525;
      color: white; }
  