.icon-menu-close:before,.icon-menu:before,.icon-mobile:before,.icon-submenu-down:before,.icon-submenu-right:before,.icon-world:before {
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
}
.nav .nav-submenu>a:after,.nav-button:before,.nav-close:before,.nav>ul>.nav-submenu>a:after,header h1:before {
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
}
.nav-lock-scroll{
    overflow: visible;
}
.nav{
    display: none;
    position: absolute;
    left: 4%;
    right: 4%;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: hidden;
}
.nav ul{
    display: block;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav a,
.nav a:active,
.nav a:hover,
.nav a:visited{
    display: block;
    position: relative;
    padding: 0 5px 0 5px;
    color: #FFFFFF;
    text-decoration: none;
}
.nav-button{
    position: relative;
    bottom: 0;
    width: 25px;
    height: 32px;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 34px;
    background-color: #021812;
}
.nav-button:before{
    display: block;
    text-align: center;
}
.nav-button{
    display: block;
    left: 0px;
    color: #FFFFFF;
}
.nav-button:before{
    content: "\f0c9";
}
.nav {
    padding-top: 0px; /* Vey Important */
    line-height: 34px;
    background-color: #021812;
}
.nav ul {
    border-radius: 0 0 0 0;
    background-color: #021812;
    line-height: 34px; /* New addition */
    top:1px; /* New addition */
}
.nav ul li li:hover>a{
    background-color: #042F24;
}
.nav ul ul {
    background-color: #0A7659;
    top:0px; /* New addition */
}
.nav li {
    border-top: 1px solid #59544F; /* Vey Important */
    cursor: pointer;
}
.nav li.nav-active>a,
.nav li:hover>a {
    color: #FFFFFF;
    background-color: #064735; /*Link Hover Color*/
}
.nav .nav-submenu>ul {
    margin-left: 0;
}
.nav .nav-submenu>a {
    padding-right: 30px!important;
}
.nav .nav-submenu>a:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 0px;
    content: "\f0d7";
}
@media only screen and (min-width:950px){
.nav-button {
    display: none;
}
.nav {
    padding: 0!important;
}
.nav{
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
    left: 0;
    right: 0;
}
.nav li{
    position: relative;
    white-space: nowrap;
    border-top: none;
}
.nav>ul>li{
    display: inline-block;
    min-width:176px; /* New addition for same widths - Previously 166px */
    border-right:1px solid #FFFFFF;
    padding-right:4px;
}
.nav>ul>li:first-child{ /* New Addition */
    min-width:120px;
    max-width: 120px;
}
.nav>ul>li:nth-last-child(1){
    border-right:none;
    /*min-width:120px; /* New Addition */
    /*max-width: 120px; /* New Addition */
}
.nav ul{
    display: block;
    border-radius: 0 0 5px 5px;
}
.nav ul li li:hover:nth-last-child(1)>a{ 
    border-radius: 0 0 5px 5px;
    background-color: #042F24;
}
.nav ul ul{
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    background-color: #0A7659;
    width:176px; /* New addition for same widths - Previously 166px */
}
.nav ul ul ul{
    top: 5px;
    left: 95%;
    z-index: 902;
}
.nav ul ul ul ul{
    z-index: 903;
}
.nav ul ul ul ul ul{
    z-index: 904;
}
.nav ul ul li.nav-left>ul{
    left: auto;
    right: 95%;
}
.nav-no-js .nav li:hover>ul{
    display: block;
}
}
@media only screen and (max-width:949px){
.nav-no-js .nav-button:hover+.nav,.nav-no-js .nav-button:hover+.nav+.nav-close,.nav-no-js .nav:hover,.nav-no-js .nav:hover+.nav-close{
    display: block;
}
}