.fdtcMenu {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0px;
	background-color: #E9F2F8;
	display: block;
}

.fdtcMenu div {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.fdtcMenu li > ul {
    display: none;
}

.fdtcMenu > ul > li:first-of-type > a, .fdtcMenu > ul > li:first-of-type > span, .fdtcMenu {
	border-top-right-radius: 8px;
}

.fdtcMenu li a, fdtcMenu li span{
	display: block !important;
	line-height: 28px;
	font-size: 9pt;
	font-style: italic;
	padding: 3px;
	color: #285674;
	text-decoration: none;
	cursor: pointer;
}

.fdtcMenu span {
	display: block !important;
	line-height: 28px;
	font-size: 11pt;
	padding: 3px;
	color: #000;
	text-decoration: none;
}

.fdtcMenu li a:hover {
	background-color: #bac1c6;
}

.fdtcMenu li.expandable .expandIcon {
	color: #222;
	cursor: pointer;
}

.fdtcMenu li.expandable.expanded ul {
	border-top: solid 1px rgba(6, 63, 100, .2);
	border-bottom: solid 1px rgba(6, 63, 100, .2);
}

.fdtcMenu li:last-child.expandable.expanded > ul {
	border-top: solid 1px rgba(6, 63, 100, .2);
	border-bottom: none;
}

.fdtcMenu > ul > li.expandable.expanded > ul {
	border-top: none;
	border-bottom: none;
}

.fdtcMenu li > div  {
    width: 34px;
    height: 34px;
    line-height: 34px;
    float: left;
	margin-right: 3px;
}
	
.fdtcMenu li.expandable > div {
    display: inline;
	border-radius: 50%;
	background-repeat:no-repeat;
	background-position: center center;
	cursor: pointer;
	position: relative;
    height: 34px;
    width: 34px;
    margin: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-right: 3px;
}

.fdtcMenu > ul > li.expandable > div {
	background-color: #E9F2F8;
    width: 34px !important;
	top: 3px;
	left: 2px;
    margin-right: 5px;
}

.fdtcMenu > ul > li > div {
    width: 36px;
}

.fdtcMenu li.expandable > div div:nth-child(1) {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 7px;
	margin-right: 7px;
	height: 4px;
	width: 20px;
	background-color: #285674;
	border-radius: 3px;
}

/* Foundation Fixes */
.fdtcMenu * {box-sizing: initial !important;}
/* End Foundation Fixes */

.fdtcMenu li.expandable > div div:nth-child(2) {
	position: absolute;
	top: 15px;
	margin-left: 7px;
	margin-right: 7px;
	height: 4px;
	width: 20px;
	background-color: #285674;
	border-radius: 3px;
	
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.fdtcMenu li.expandable.expanded > div div:nth-child(2) {
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.fdtcMenu ul {
	padding-left: 0px;
	margin-left: 28px;
}

.fdtcMenu > ul {
	border-bottom: solid 5px #285674;
}

.fdtcMenu .expandable ul {
	display: none;
}

.fdtcMenu ul.preExpand {
	display: block;
}

.fdtcMenu > ul > li > a, .fdtcMenu > ul > li > span {
	color: #E9F2F8;
	background-color: #285674;
	font-size: 12pt;
	font-style: normal;
	padding-top: 6px;
	padding-bottom: 6px;
}

.fdtcMenu > ul > li > ul > li > a, .fdtcMenu > ul > li > ul > li > span {
	font-size: 11pt;
	font-style: normal;
}

ul.no-bullet {
	margin-left: 0; 
}

ul.no-bullet li ul, ul.no-bullet li ol {
  margin-bottom: 0;
  list-style: none; 
}