 /* mega menu list */
    .nav-menu {
        display: block;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 15;

        background-color: #00549a;
        padding-left: 50px;
        padding-right: 10px;
    }

    /* a top level navigation item in the mega menu */
    .nav-item {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0;
        background-color: #00549a;

    }

    /* first descendant link within a top level navigation item */
    .nav-item > a {
        position: relative;
        display: inline-block;
        padding: 0.5em 1em;
        margin: 0 0 -1px 0;
        border: 1px solid transparent;
        color: white;
    }

    /* focus/open states of first descendant link within a top level
       navigation item */
    .nav-item > a:focus,
    .nav-item > a.open {
        border: 1px solid #dedede;
        color:  #00549a;
    }
.nav-item > a.focus {
        background-color: #fff;
}


    /* open state of first descendant link within a top level
       navigation item */
    .nav-item > a.open {
        background-color: #fff;
        border-bottom: none;
        z-index: 1;
    }

    /* sub-navigation panel */
    .sub-nav {
        position: absolute;
        display: none;
        top: 2.6em;
        margin-top: -1px;
        padding: 0.5em 1em;
        border: 1px solid #dedede;
        background-color: #fff;
    }

    /* sub-navigation panel open state */
    .sub-nav.open {
        display: block;
    }

    /* list of items within sub-navigation panel */
    .sub-nav ul {
        display: inline-block;
        vertical-align: top;
        margin: 0 1em 0 0;
        padding: 0;
    }

    /* list item within sub-navigation panel */
    .sub-nav li {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.accessible-megamenu {
    background-color: white;
    height: inherit;
}

.accessible-megamenu .accessible-megamenu-panel, .accessible-megamenu .accessible-megamenu-panel.cols-4b  {
    /*left:100px;
    right: 100px;*/
    background-color: white;
    background-image: none;
    padding-top: 25px;
    padding-bottom: 15px;
}
.accessible-megamenu .accessible-megamenu-panel.open {
    top:2.49em;
    border-top:none;
    background-color: white;
}
.accessible-megamenu .accessible-megamenu-panel hr {
    width:100%;
}
.accessible-megamenu .accessible-megamenu-panel.fullWidth {
    /*left:0;
    right: 0;*/
    background-color: white;
    background-image: none;
    width: 15%;
    /*margin-left: 5%;
    margin-right: 5%;*/
    padding-top: 25px;
    padding-bottom: 25px;
}
li.nav-item a {
  font-size: 1.25em;
}