.mnu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: auto;
}
.mnu li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 0;
    line-height: 1em;
}
.mnu li:before {
    content: normal;
}
.mnu li > a {
    font-size: 1.875em;
    color: #00a19b;
    display: inline-block;
    padding: 2.25em 1em;
    vertical-align: middle;
    text-decoration: none;
}
.mnu li:after {
    content: '|';
    font-size: 1.875em;
    color: #b73d25;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 2.25em 0;
}
.mnu li:last-child:after {
    content: normal;
}
.mnu .bt_home {
    display: none;
}
.mnu li.current-menu-item > a:hover, .mnu li.current-menu-item > a {
    color: #b73d25;
    text-decoration: underline;
}
@media only screen and (max-width:56em) {
    .nav_holder .zone > .bt_menu {
        font-family: "base-set";
        color: #00c2cf;
        font-size: 1.5em;
        opacity: .4;
        display: inline-block;
        vertical-align: middle;
        margin: 0 .5em;
    }
    .nav_holder .zone > .bt_menu:before {
        content: "\62";
    }
    .mnu .bt_menu {
        font-size: 1.125em;
        width: 100%;
        padding: .925em 1em;
        font-weight: 900;
        background: #00a19b;
        color: #fff;
        display: block;
        cursor: pointer;
        position: relative;
    }
    .mnu .bt_menu:before {
        content: "\61";
        font-family: "base-set";
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5em;
        left: -.25em;
        position: relative;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -webkit-font-smoothing: antialiased !important;
        cursor: pointer;
        border: none;
    }
    .mnu .bt_menu:after {
        content: 'Close';
        display: inline-block;
        vertical-align: middle;
    }
    .mnu {
        z-index: 1;
        left: -200vw;
        top: 0;
        width: 18em;
        max-width: calc( 100% - 2em);
        height: 100vh;
        overflow-y: auto;
        padding: 0 0 6em 0;
        transition: all .5s linear;
        overflow-x: none;
        background: #fff;
        box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
    }
    .mnu.close {
        left: 0;
    }
    .mnu li, .mnu .bt_home {
        display: block;
    }
    .mnu li:after {
        content: none;
    }
    .mnu li a {
        display: block;
        border-bottom: 1px solid #dedede;
        padding: 1em 1em 1em 2.5em;
        line-height: 1.2;
        font-size: 1.25em;
    }
    .mnu .support_menu, .mnu .support_menu li {
        display: block
    }
    .support_nav {
        display: none;
    }
    .nav_holder .support_menu li:after {
        content: normal;
    }
}


.navbar ul ul {
	position: absolute;
	top: 8.5em;
	display: none;
	padding: .3125em 0 0 0;
	box-shadow: 0 .75em .75em -.25em rgba(0,0,0, .27);
	text-align: left;
	left: 0;
	background: #ffffff;
	z-index: 0;
}
.navbar.is-sticky ul ul {
	z-index: -1;
}
.navbar ul ul li {
	display: block !important;
	white-space: nowrap;
	width: 100%;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.navbar ul ul li>a {
	display: block;
    border-bottom: 1px solid #dedede;
    padding: 1em;
}
.navbar ul ul li:last-child a {
	border-bottom: none;
}
.navbar ul ul li:after {
	content: normal;
}

@media only screen and (max-width:767px) {

.mnu li.dropdown {
	position: relative;
}

.mnu ul li.dropdown ul {
    padding: 0;
	display: inherit;
	position: relative;
	left: auto;
	top: auto;
	box-shadow: none;
	border: none;
	overflow: hidden;
	background: rgba(255,255,255,.1);
}
.mnu ul li.dropdown ul li>a {
    	display: block;       
    padding: 1em 1em 1em 2.5em;
border-bottom: 1px solid #dedede;
	width: 100%;
 
    }
}

