ul.menu {
	width: 100%;
  padding: 0;
  list-style: none;
  font-family: 'Century Gothic';
  clear: both;
  display: table;
}
ul.menu .list {
  font-size: 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height:50%;
  vertical-align: sub;
  clear: both;
  color: rgba(255,255,255,0.9);
  padding: 0!important;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

ul.menu .list a {
  background: unset;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
  display: block;
  height: 100%;
  box-sizing: border-box;
  border-radius:5px;
}
ul.menu .list a:hover {
  transition: 300ms all;
   background: #2249A0!important;;
}
ul.menu .list .items {
  height: 0px;
  overflow: hidden;
}
ul.menu .list .items a {
  padding: 0.7em 1.25em;
  margin-bottom: 5px;
  margin-top: 5px;
}
ul.menu .list .items a:hover {
  color:rgba(255,255,255,0.8);
  transition: 300ms all;
}
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:#FFFFFF;
  background: #2249A0!important;;
}
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: 1em 1.25em 1em 12%
	}
}
@media screen and (min-width:750px) {
	ul.menu .list .items a {
		padding: 1em 1.25em 1em 8%
	}
}
@media screen and (min-width:1000px) {
	ul.menu .list .items a {
		padding: 1em 1.25em 1em 12%
	}
}
@media screen and (min-width:1000px) {
	ul.menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 10px 5px;
  color: rgba(255,255,255,0.8);
}
ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 10px 5px;
  color: rgba(255,255,255,0.8);
}
}
@media screen and (max-width:1000px) {
	ul.menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 8px 5px;
  color: rgba(255,255,255,0.8);
}
ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 11px;
  padding:8px 5px;
  color: rgba(255,255,255,0.8);
}
}



