.c-multi-level, .c-item ul, .c-nav input[type="checkbox"] {
  display: none;
  transition: all 0.3s ease;
}

#c-menu:checked ~ .c-multi-level, .c-item input:checked ~ ul {
  display: block;
}
#c-menu , .c-multi-level , .c-item input{
  display: none;
}
.c-arrow {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  float: left;
  z-index: 0;
  margin: 17px 1em 0 2em;
}

.c-item input + .c-arrow {
  transform: rotate(-90deg);
  transition: 0.1s;
}

.c-item input:checked + .c-arrow {
  transform: rotate(0deg);
  transition: 0.1s;
}

.c-nav label:hover {
  cursor: pointer;
}

.c-nav label {
  width: 100%;
  display: block;
  z-index: 3;
  position: relative;
}

.c-nav {
  width: 100%;
  background-color: white;
  overflow-x: hidden;
  border-bottom: 1px solid #CFD8dc;

}

#c-nav-icon {
  font-size: 28px;
  line-height: 50px;
  padding-left: 1em;
  color: white!important;
  background-color: #404040;
}

.c-nav ul, .c-nav li, .c-nav label {
  line-height: 50px;
  margin: 0;
  padding: 0 1em;
  list-style: none;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: bold;
  width: 100%;
}

.c-item ul {
  padding: 0 0.25em;
}

.c-nav li a {
  line-height: 50px;
  margin: 0;
  padding: 0 1em;
  list-style: none;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: bold;

}
.c-item{
  border-bottom: 1px solid rgba(144, 164, 174, 0.20);
  transition: all 0.3s ease;
}
.c-item:hover,.c-item:active{
  background-color: rgba(235,235,235,0.51);
}
.c-item a {
  line-height: 50px;
  margin: 0;
  padding: 0 2em;
  list-style: none;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: bold;

}
.c-item-link{
  padding-right: 32px;
  text-align: right;
  width: 100%;
}

