/* Variables */
.step {
  display: none;
}
.step.active {
  display: block;
}
.step ul {
  padding: 0px;
  list-style-type: none;
}
.step ul li:hover {
  background-color: #e4e4e4;
}
.step ul li a {
  display: inline-block;
  width: 100%;
  color: #333333;
  font-weight: bold;
  font-size: 1.5em;
  background: url(../images/icons/chevron-right.png) no-repeat right center;
}
.step ul li a.active {
  background: #083869;
  color: #fff;
}
.step ul li a.featured {
  background-color: rgba(20, 71, 17, 0.1);
}
.step ul li a.featured i.fa {
  color: #df373b;
}
.step ul li.more-info {
  position: relative;
}
.step ul li.more-info a {
  background: none;
}
.step ul li.more-info a.icon-link {
  position: absolute;
  right: 1em;
  top: 30%;
  color: #cccccc;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 0px;
  font-size: 1.8em;
  display: none;
}
.step ul li.more-info a.icon-link:hover {
  color: #666666;
}
.step ul li.more-info:hover {
  background: none;
}
.step ul li.more-info:hover a.icon-link {
  display: block;
}
@media (max-width: 960px) {
  .desktop-only {
    display: none;
  }
  .step ul li a {
    padding: 1em;
    box-sizing: border-box;
  }
  .step ul li a.shift-reset {
    background-image: none;
  }
}
/* Navigation Interface */
@media (min-width: 960px) {
  .mobile-only {
    display: none;
  }
  .shifting-menu .step {
    opacity: 0.5;
    width: 10%;
    overflow: hidden;
    display: inline-block;
    float: left;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    background: url(../images/icons/gradient.gif) repeat-y top right;
  }
  .shifting-menu .step.active {
    opacity: 1;
    width: 25%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }
  .shifting-menu .step.active .shift-reset {
    display: none;
  }
  .shifting-menu .step.step-big {
    width: 65%;
    opacity: 1;
  }
  .shifting-menu .step.step-big.level2 {
    width: 55%;
  }
  .shifting-menu .step.step-big.level3 {
    width: 45%;
  }
  .shifting-menu .step.step-big.level4 {
    width: 35%;
  }
  .shifting-menu .step.step-big.level5 {
    width: 25%;
  }
  .shifting-menu .step.step-big.level6 {
    width: 15%;
  }
  .shifting-menu .step.step-big ul li a {
    width: 100%;
    box-sizing: border-box;
  }
  .shifting-menu .step ul li a {
    padding: 15px 25px 15px 15px;
    width: 200px;
    overflow: hidden;
  }
}
