.ja-burger-nav {
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  background: #eee;
  display: none;
  z-index: 15;
  height: 100%;
}
.ja-burger-nav .burger-menu-close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 18px;
  width: 18px;
}
.ja-burger-nav .burger-menu-close-icon {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  vertical-align: top;
  color: #999;
}
.ja-burger-nav nav {
  max-width: 240px;
  min-width: 240px;
}
.ja-burger-nav .burger-nav {
  margin: 0;
  padding: 30px;
  list-style: none;
}
.ja-burger-nav .burger-nav li {
  margin: 10px 0 0 0;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.ja-burger-nav .burger-nav a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  display: block;
  color: #30a6c4;
  margin-bottom: 10px;
  text-decoration: none;
}
