.nav-1 label {
  display: block;
 padding: .85rem;
  color: #000;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.nav-1__list li a
{
color:#332D2D;	
}
.nav-1__list li a:hover
{
color:#000;
}
.nav-1 a
{
  color: #332D2D;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.nav-1 a:focus, .nav-1 a:hover, .nav-1 label:focus, .nav-1 label:hover {
  color: #000;
font-weight:bolder;
}

.nav-1 label { cursor: pointer; }

/**
 * Styling first level lists items
 */

.group-list a, .group-list label {
}

.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { background: #FFF; }

/**
 * Styling second level list items
 */

.sub-group-list a, .sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { background: #232323; }

/**
 * Styling third level list items
 */

.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { background: #333333; }

/**
 * Hide nested lists
 */

.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav-1__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 1000px; }

/**
 * Rotating chevron icon
 */

label > span {
float: left;
    margin-right: 9px;
    font-size: 20px;
	  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.nav-1__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-1__list
{
    margin:0;
    padding:0;
list-style-type: none;	
}
.nav-1__list label
{
	padding: 20px 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #332D2D;
    box-shadow: 0px 0px 6px 0px #CECECE;	
font-family: 'Lucida Grande', Geneva, Candara, Tahoma, sans-serif;
    font-weight: bold;
    font-size: large;
}
.nav-1__list label:hover
{
    color: #000;
}
.group-list
{
	list-style-type: none;
    padding-left: 16px;
    padding-right: 16px;
}
.acc-content
{
    border: 1px solid #ccc;
    padding: 15px 0px;
    margin-bottom: 10px;
}
.acc-content p
{
	font-size: 11px;
}
.acc-content h4
{
    margin-left: 10px;
	font-size: 13px;
}

.acc-content h5
{
    margin-left: 10px;
	font-size: 11px;
}
.acc-content h6
{
	font-size: 13px;
    margin-bottom: 12px;
}
.acc-content h6 span
{
    position: relative;
    top: -2px;	
}
.acc-content i
{
	font-style: normal;
    top: 10px;
    position: relative;		
}