.rep_nav ul {
  padding-left: 0;
}
.rep_nav h4 {
  padding: 10px 15px;
}
.rep_nav a {
  padding: 0 15px;
}
.rep_nav a {
  color: rgb(182, 182, 182);
  text-decoration: none;
}
.rep_nav li {
  list-style: none;
}
.child-term {
  font-weight: 400;
}
.rep_nav {
 
}
.posts__list {
  display: none;
}
.child__list {
  display: none;
  transition: all .5s ease;
} 
.visiblePosts > ul {
  display: block !important;
}
.rep_nav ul h4 {
  cursor: pointer;
}
.visibleChild > ul {
  display: block !important;
}
.parent-term {
  background-color: black;
  padding: 10px 0;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.child-term {
  padding: 10px 0;
  display: flex;
  align-items: center;
}


.rep_nav {
  -webkit-touch-callout: none; /* iOS Safari                         */
          -webkit-user-select: none; /* Safari                             */
           -khtml-user-select: none; /* Konqueror HTML                     */
             -moz-user-select: none; /* Firefox in the past (old versions) */
              -ms-user-select: none; /* Internet Explorer (>=10) / Edge    */
                  user-select: none;
                
}
.rep_nav {
  order: 1;
}

.visibleChild .child__list {
  display: block !important;
}

.current_post {
  background-color: #FFCA30;
 
}
.current_post a {
  color: #000000;
  width: 100%;
  display: block;
}
a {
  width: 100%;
  display: block;
}


.dropdown_icon {
 background-image: url(../images/chevron_down.svg);
 background-repeat: no-repeat;
 width: 25px;
 height: 10px;
 margin: 0 10px;
 transition: all .15s ease;
}
.dropdown__active .dropdown_icon {
  background-image: url(../images/chevron_up.svg) !important;
  transition: all .15s ease;
}
.parent__list {
  overflow: hidden;
}
.nav_logo img {
  margin-left: 15px;
}
.parent-term:hover {
  /* background-color: #475cb9; */
}
.posts__list a:hover {
  background-color: #FFCA30;
  color: black;
}

.visibleChild .parent-term .dropdown_icon  {
  background-image: url(../images/chevron_up.svg);
}

.child-term .dropdown_icon {
  background-image: url(../images/chevron_down.svg);
}
.visiblePosts .child-term .dropdown_icon {
  background-image: url(../images/chevron_up.svg);
}
.parent__list.visiblePosts .dropdown_icon {
  background-image: url(../images/chevron_up.svg);
}
