﻿@charset "utf-8"; .nav a,.nav label{display:block;padding:10px;color:#fff;background-color:#10710c;-webkit-transition:all .25s ease-in;transition:all .25s ease-in}.nav a:focus,.nav a:hover,.nav label:focus,.nav label:hover{color:rgba(255,255,255,.5);background:#3ab6df}.nav label{cursor:pointer;margin-bottom:0}.group-list a,.group-list label{padding-left:2rem;background:#3ab6df}.group-list a:focus,.group-list a:hover,.group-list label:focus,.group-list label:hover{background:#efff68;color:#000}.sub-group-list a,.sub-group-list label{padding-left:4rem;background:#efff68;color:#000}.sub-group-list a:focus,.sub-group-list a:hover,.sub-group-list label:focus,.sub-group-list label:hover{background:#efff68;color:#000}.sub-sub-group-list a,.sub-sub-group-list label{padding-left:6rem;background:#454545}.group-list a,.group-list label{padding-left:2rem;background:#3ab6df;color:#fff}.group-list a:focus,.group-list a:hover,.group-list label:focus,.group-list label:hover{background:#3ab6df}.sub-group-list a,.sub-group-list label{padding-left:4rem;background:#efff68;color:#000}.sub-group-list a:focus,.sub-group-list a:hover,.sub-group-list label:focus,.sub-group-list label:hover{background:#efff68;color:#000}.sub-sub-group-list a,.sub-sub-group-list label{padding-left:6rem;background:#dfff97}.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:#dfff97;color:#000}.group-list,.sub-group-list,.sub-sub-group-list{height:100%;max-height:0;overflow:hidden;-webkit-transition:max-height .8s ease-in-out;transition:max-height .8s ease-in-out;transition-duration:5s}.nav__list input[type=checkbox]:checked+label+ul{max-height:1000px}label>span{float:right;-webkit-transition:-webkit-transform .65s ease;transition:transform .65s ease}.nav__list input[type=checkbox]:checked+label>span{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.nav__list>li{margin-bottom:1px}