.mobile-nav {
    display: none;
	z-index:10000 !important;
}

@media only screen and (max-width: 990px) {

.navigation-container {
    border-top: 0;
    border-bottom: 1px solid #a7a7a7;
}

.header-top	{margin-top:36px;}
.navigation-container	{padding:0;}

#navigation,#subnavigation {display:none;}
#topheader	{padding-top:35px;}
#menu-main-menu .menu-item {
    padding-left: 0;
    padding-right: 0;
}
#nav-main-mobile {
    display: block;
    font-size:15px;
    top:0;
    position:absolute;
    z-index: 1000;
    background-color: #252525;
    width:100%;
}
#nav-main-mobile a {
    text-transform: uppercase;
    color: #fff;
}
#nav-main-mobile a:hover {
    color: #c50030;
}

#nav-main-mobile ul	{    overflow: inherit;margin-top:0px;}
#nav-main-mobile li {
    list-style-type: none;
}

.mobile-nav {
    display: block;
    font-size:15px;
    top:0;
    position:absolute;
    z-index: 1000;
    background-color: #00458b;
    width:100%;
}
.mobile-nav a {
    text-transform: uppercase;
    color: #fff;
}
.mobile-nav a:hover {
    color: #c50030;
}

.mobile-nav ul	{    overflow: inherit;margin-top:0px;}
.mobile-nav li {
    list-style-type: none;
	margin-top:10px;
}
/* =Nav
-------------------------------------------------------------- */
.site-header {
    background-color: #252525;
    padding-top:30px;
}
.menu-item {
    width:100% !important;
    position: relative;
    padding: 0px;
    line-height: 20px;
    margin-bottom: 12px;
}
.menu-btn-container{
    content:'menu';
    text-transform:uppercase;
    color:#fff;
    padding:5px;
}
.menu-btn div {
    position: absolute;
    left: 6px;
    top: 17px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}
 

.menu-btn #menu-text {
    display:block;
    float:left;
    position:absolute;
    left:40px;
    background-color: #00458b;
 	width: auto;
}
 
.responsive-menu {
    display: none;
}
 
.expand {
    display: block !important;
}

.open-menu-link {
    display: none;
    position: absolute;
    right: 15px;
    top:0;
    line-height: 35px;
    font-size: 30px;
    cursor: pointer;
}
 
li .sub-menu {
    /*display: none;*/
}
li .sub-menu a {
    font-size: 12px;
    list-style-type: none;}
 
.visible {
    display: block;
    color: #fff;
}

.menu a	{float:none;}
}

.mobile-nav	{width:100%;}


@media only screen and (max-width: 990px) {
    .menu-btn {
        display: flex;
        align-items: center; /* vertically center MENU with bars */
        gap: 8px;           /* space between hamburger and text */
        background-color: #00458b;
        cursor: pointer;
    }

    /* Hamburger bars */
    .menu-btn .hamburger-lines {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 18px;
    }

    .menu-btn .hamburger-lines span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
    }

    /* MENU text */
    #menu-text {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
}
