
    #millco-topnav {
        display:none;
    }


  @media (min-width: 992px) {
   
    #millco-topnav {
        margin-top:0.4rem;
        display:flex;
        width:100%;
        height:100%;
        justify-content: flex-end;
    }

    #millco-topnav > ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style-type: none;
        align-content: center;
        align-items: center;
        z-index: 200;
    }

    #millco-topnav > ul > li {
        display:flex;
        text-align: center;
        position:relative;
        z-index:200;
        list-style:none;
    }

    #millco-topnav > ul li ul { 
        display: none;
        transition: var(--transition);
    }

    #millco-topnav > ul li:hover ul { 
        display: block;
        transition: var(--transition);
    }

    #millco-topnav a,
    #millco-topnav .current {
        display: flex;
        flex: 1;
        font-size: 0.9rem;
        font-weight: var(--text-regular);
        padding: 0.5rem;
        align-items: center;
        justify-content: center;
        line-height: 1.1;
        color: var(--green-dark);
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.03rem;
        margin:2px 0.4rem;
        transition: var(--transition);
    }

    #millco-topnav .has-submenu a{
        padding-right:1rem;
    }

    .app_home #millco-topnav a,
    .app_home #millco-topnav .current {
    color:white;
    }

    #millco-topnav a:hover,
    #millco-topnav a:focus {
        text-decoration: underline;
        transition: var(--transition);
    }

    #millco-topnav .current {
        text-decoration: underline;  
    }

    #millco-topnav > ul > li > ul {
        display: none;
        position:absolute;
        left:0;
        right:0;
        top:100%;
        padding:0;
        margin:0;
        list-style-type:none;
        transition: var(--transition);
    }

    #millco-topnav > ul > li.open > ul {
        background-color: var(--green-dark);
        display:block;
        transition: var(--transition);

    }

    #millco-topnav > ul > li > ul a{
        background-color: var(--green-dark);
        color:white;
        text-align:left;
        justify-content: left;
        text-transform: unset;
        transition: var(--transition);
       margin-bottom: -2px;
       box-shadow: 2px 3px 4px #414141;
       min-width:124px;
    }

    #millco-topnav .has-submenu > a:after {
        margin-left: 2px;
        line-height: 14px;
        content: '';
    }

    #millco-topnav .has-submenu:hover > a:hover:after,
    #millco-topnav .has-submenu > a:focus:after {
        content: '';
    }

    #millco-topnav .has-submenu button {
        background-color: transparent;
        border: none;
        padding:0;
        line-height: 1;
        padding: 3px;
    }

    #millco-topnav .has-submenu button > span {
        display:inline-block;
        width: 14px;
        height: 14px;
        /* SVG background image */
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23005C5E'><polygon points='0,0 100,0 50,50'/></svg>");
        background-size: 12px;
        background-position: center center;
        background-repeat: no-repeat;
        }

    #millco-topnav .has-submenu:hover button > span,
    #millco-topnav .has-submenu button:focus > span {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23005C5F'><polygon points='0,0 100,0 50,50'/></svg>");
    }


    .app_home  #millco-topnav .has-submenu button > span {
        /* different colour on homepage */
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='0,0 100,0 50,50'/></svg>");
    }

    .app_home  #millco-topnav .has-submenu:hover button > span,
    .app_home  #millco-topnav .has-submenu button:focus > span {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23cccccc'><polygon points='0,0 100,0 50,50'/></svg>");
    }

    #millco-topnav .has-submenu button,
    #millco-topnav .has-submenu a:focus + button {
        position: absolute;
        right:2px;
        top:calc(50% - 8px);
    }
}


.breadcrumbs{
    padding:0;
    margin:0;
    font-size:0.9rem;
    font-weight: var(--weight-mid);
}

.breadcrumb-list{
    padding:0;
    margin:0 0 1rem 0;
}

.breadcrumbs li{
    display: inline-block;
}
.breadcrumb-separator{
    padding:0 0.2rem 0 0.3rem;
}

.breadcrumb-separator::after{
    content: '/';
}

/* sub nav */

.sub-nav{
    width:100%;
}

.sub-nav ul{
    width:100%;
    padding:0;
    margin:0;
}

.sub-nav li{
    display:block;
    padding-bottom:0.5rem;
}

.sub-nav li.menu-item-hide{
    display: none;
}

.sub-nav li a{
    background-color:var(--green-dark);
    color:white;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    border:1px solid var(--green-dark);
    padding:0.8rem 1rem 0.6rem 1rem;
    transition: var(--transition);
    line-height: 1.1;
    letter-spacing: 0.03rem;
}

.sub-nav li a.current-page,
.sub-nav li a.current-parent,
.sub-nav li a:hover{
    color: var(--green-dark);
    background-color: white;
    border-color: var(--green-dark);
    transition: var(--transition);
}


.sub-nav li li a{
    padding:0.2rem 0 0 0;
    text-transform: none;
    font-weight: normal;
}

.nav-files-heading {
	margin: 2rem 0 0.8rem 0.4rem;
	text-transform: uppercase;
	font-size: 0.9rem;
    font-weight: var(--text-strong);
    letter-spacing: 0.03rem;
}

.nav-files a.nav-file{
    background-color: transparent;
    padding:0.2rem 0.2rem 0.2rem 26px;
    text-transform: unset;
    color: var(--green-dark);
    display:block;
    border:0;
    font-size:0.9rem;
    background-image: url(/site/images/icons/icon_DOC_37x48px.svg);
    background-position: 8px 4px;
    background-size: 12px 16px;
    background-repeat: no-repeat;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom:0.5rem;
    letter-spacing: 0.03rem;
}

.nav-files a.nav-file-pdf{
    background-image: url(/site/images/icons/icon_PDF_37x48px.svg);
}

.nav-files a.nav-file-ppt,
.nav-files a.nav-file-pptx{
    background-image: url(/site/images/icons/icon_PPT_37x48px.svg);
}


.nav-files a.nav-file:hover{
    text-decoration: underline;
}


/* footer nav */


.footer-nav ul{
    padding:0;
    margin:0;
}

.footer-nav li{
    display:block;
}

.footer-nav li a{
    color:white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: var(--strong);
    font-size: 0.9rem;
    display: block;
    padding:1rem 0 0 0;
}

.footer-nav li a:hover{
    text-decoration: underline;
       transition: var(--transition);
}

.footer-nav li li a{
    padding:0.2rem 0 0 0;
    text-transform: none;
    font-weight: var(--text-light);
    line-height: 1.2rem;
}


#os-menu{
    position: fixed;
    left:-100vw;
    background-color:#414141;
    height:100%;
    max-height:100%;
    overflow: auto;
    width:90vw;
    max-width:640px;
    top:0;
    transition: var(--transition);
}

.toggled #os-menu{
    left:0;
    transition: var(--transition);
}

.menu-icon-container{
    width:44px;
    height:44px;
    position: absolute;
    right:12px;
    top: 8px;
}

.menu-icon-fill{
    fill: var(--green-dark);
}

.app_home .menu-icon-fill{
    fill: #fff;
}

.menu-close, .panel-close {
	width: 44px;
	height: 44px;
	margin: .5rem 1rem;
	position: absolute;
	padding: 8px;
	right: 0;
	top: 8px;
	color: #fff;
	font-weight: 700;
	transition: all .3s ease-in-out;
	pointer-events: all;
	cursor: pointer;
	z-index: 1060;
}

.os-nav{
    padding-top:40px;
    overflow:auto;
}

.os-nav a{
    color:white;
    display: block;
    padding:0.2rem 0.2rem;
    text-decoration: none;

}

.os-nav a:hover{
    text-decoration: underline;
}

.os-nav .nav-li-level-1 a{
    text-transform: uppercase;
}

.os-nav .nav-li-level-2 a{
    text-transform: unset;
}