ul.menu {
	width: 100%;
  padding: 0;
  list-style: none;
  font-family: 'Century Gothic';
  clear: both;
  display: table;
}
ul.menu .list {
	margin:0;
  font-size: 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height:50%;
  vertical-align: sub;
  clear: both;
  color: rgba(255,255,255,0.8);
  
}

ul.menu .list a {
  background: unset;
  text-decoration: none;
  color: rgba(255,255,255,0.8);
  display: block;
  height: 100%;
  box-sizing: border-box;
}
ul.menu .list a:hover {
   transition: 300ms all;
   background: #eee;
   color: #2f72a8 ;
}
ul.menu .list .items {
  height: 0px;
  overflow: hidden;
}
ul.menu .list .items a {
  padding: 7px 7px 7px 37px;
  margin-bottom: 5px;
  margin-top: 5px;
}
ul.menu .list .items a:hover {
  color: #2f72a8;
  background: #eee;
  transition: 300ms all;
}
ul.menu .list:last-child {
  border-bottom: none;
}
ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 0px 5px;
  color: rgba(255,255,255,0.8);
}
ul.menu .active > .items {
  display: block;
  	margin:0;
  padding: 0px;
  height: auto;
  color: rgba(255,255,255,0.8);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}
ul.menu .active > .items li {
  padding: 0px;
  list-style: none;
}
ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
ul.menu .active > a {
  color: #2f72a8;
  background: #eee;
}
ul.menu .active .list {
  background: #697d92;
}
ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}
@media screen and (min-width:500px) {
	ul.menu .list .items a {
		padding: .4em 1.25em .4em 12%
	}
}
@media screen and (min-width:750px) {
	ul.menu .list .items a {
		padding: .4em 1.25em .4em 8%
	}
}
@media screen and (min-width:1000px) {
	ul.menu .list .items a {
		padding: .4em 1.25em .4em 12%
	}
}
@media screen and (min-width:1000px) {
	ul.menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 0px 5px;
  color: rgba(255,255,255,0.8);
}
ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 0px 5px;
  color: #2f72a8;
}
}
@media screen and (max-width:1000px) {
	ul.menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 0px 5px;
  color: rgba(0,0,0,0.8);
}
ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 0px 5px;
  color: rgba(0,0,0,0.8);
}
}



