#nav-wrap {
    clear: both;
    display: none;
    padding-bottom: 0;
    margin-bottom:15px;
    background-color: #272a67;
    float: left;
    width: 100%;
    position: relative;
	  top:-75px;
}
nav > ul {
    background-color: #272a67;
	   display: block;
    width: 100%;
}
nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
nav ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    clear:both;
}
nav ul li.first.close-nav {
    display: none;
}
nav ul li a {text-decoration: none;}
nav ul li a, nav ul li span {
    display: block;
    padding: 8px 30px 8px 10px;
}
nav ul > li {
    color: #ffffff;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
nav > ul > li li {margin: auto !important;}
/* 1st */
nav > ul > li {
	display: block;
	position: relative;
	border-top: 1px solid #fff;
	font-size:160%;
	font-weight:500;
}
nav > ul > li > a, nav > ul > li > span {position: relative;}
/* 2nd */
nav ul ul {
	background-color:  #272a67;
}
nav > ul > li > ul > li {
	font-size: 80%;
	position: relative;
	clear: both;
	margin: 0;
	font-weight:normal;
}
/* 3rd */
nav > ul > li > ul > li > ul > li {
	margin-bottom: 0px;
	font-weight: normal;
	clear: both;
}
nav > ul > li > ul > li > ul > li a {
	padding-left: 1.5em;
}
/* 4th */
nav > ul > li > ul > li > ul > li > ul > li {
	margin-bottom: 0px;
	font-weight: normal;
}
/* 5th */
nav > ul > li > ul > li > ul > li > ul > li > ul > li {
	margin-bottom: 0px;
	font-weight: normal;
}
/* 6th */
nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
	margin-bottom: 0px;
	font-weight: normal;
}
/* 7th */
nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
	margin-bottom: 0px;
	font-weight: normal;
}
nav ul li ul li {
    border-top: #F4F4F4 solid 1px;
    padding-bottom: 0px;
}
#nav-wrap nav a {
    color: #ffffff;
    display: block;
    position: relative;
    text-decoration: none;
    white-space: pre-line;
    z-index: 10;
    text-align:left;
	padding-bottom: 9px;
}

#nav-wrap nav a:visited {color: #ffffff!important;}
nav .nav-icon {
	border: none;
	color: #fff;
	background-color: #0083ca;
	margin: 0!important;
	border-radius: 0;
	float:right!important;
	width:90px!important;
	text-align:right;
	background: rgba(0, 0, 0, 0) url("../images/close-menu.svg") 85% center / 19px 19px no-repeat !important;
	background: rgba(0, 0, 0, 0) url("../images/close-menu.png") no-repeat scroll 85% center;
	padding :21px 51px 20px 0!important;
	font-size: auto;
	font-size: 72%!important;
	font-weight:normal;
}
nav .arrow-open,
nav .arrow-closed {
    border: 1px solid transparent;
    border-left: 1px solid #F4F4F4;
    margin: 5px;
    padding: 5px;
    height: 27px;
    width: 30px;
    cursor: default;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
nav .arrow-open {
	background: rgba(0, 0, 0, 0) url("../images/plus.svg") center center / 15px 15px no-repeat !important;
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll center center;
}
nav ul ul .arrow-open,
nav ul ul .arrow-closed {
	border-left-color: transparent;
    height: 20px;
}
nav .arrow-closed {
	background: rgba(0, 0, 0, 0) url("../images/minus.svg") center center / 15px 15px no-repeat !important;
    background: rgba(0, 0, 0, 0) url("../images/minus.png") no-repeat scroll center center;
}
nav .current ~ .arrow-closed {z-index: 10;}
nav .arrow-spacer {
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px ! important;
    z-index: 1;
}
nav .nesting {
    margin-bottom: -1px ! important;
    padding-bottom: 0px ! important;
}
nav .nesting > span {
    font-weight: bold;
    padding-bottom: 10px;
}
nav .nesting > a {font-weight: bold;}
nav .node {
    color: #272a67;
    display: block;
    position: relative;
}

nav .node:hover > a {color: #FFFFFF! important;}
nav .node a:hover {}
nav .node span {
    padding-right: 20px;
    position: relative;
    z-index: 100;
}
nav .node span:hover {color: #005987;}
nav #overview a {text-decoration: underline;}
nav a.current {
    color: #ffffff ! important;
    font-weight: bold;
}
nav .selected {color: #c76d1f ! important;}

/* mobile nav button for expanding sub menu items */
.navbar-touch-caret {
	border: 0;
    position: absolute;
    background-color: transparent;
    padding: 10px;
    top: 0;
    height: auto;
    width: 50px;
    height: 49px;
    right: 0;
    z-index: 9999;
    border-left: 1px solid rgb(116, 114, 114);
	background-color: #272a67;
}
.navbar-touch-caret:after {
    content: "";
    display: block;
    width: 27px;
    height: 30px;
    position: absolute;  
    top: 30%;
    margin-top: -5px;
	background:url(../images/plus.svg) center center / 15px 15px no-repeat !important;
    background:url(../images/plus.png) no-repeat scroll center center;
}

.navbar-touch-caret.expanded:after {
	background: url(../images/minus.svg) center center / 15px 15px no-repeat !important;
    background: url(../images/minus.png) no-repeat scroll center center;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#nav-wrap nav a:hover,
.navbar-touch-caret:hover {
	background-color: #134276;
}

#nav-wrap nav a:focus,
.navbar-touch-caret:focus {
	outline: 2px solid #7fd6f2;
}

nav ul li ul li .navbar-touch-caret{
	height: 42px;
}
