.navpanel {
    /*height: 86px;*/
    /*height: 48px;*/
    padding: 4px;
    padding-right: 8px;
}

.navlogo {
    max-width: 170px;
    /*height: 76px;*/
    /*height: 38px;*/
}

.navbutton {
    font-size: 30px;
    cursor: pointer;
    width: 42px;
    min-width: 42px;
    height: 38px;
    padding-left: 7px;
    text-align: left;
}

.navmenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: visible;
    padding-top: 12px;
    transition: 0.5s;
}

.navmenu a {
    width: 250px;
    /* prevent word-wrap when menu is transitioning */
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.navmenu a:hover {
    color: #f1f1f1;
}

a.navclose {
    width: 200px;
    text-align: right;
}

.portal-navigator {
    width: 100%;
    height: 60px;
    border: 0px;
    background: #001F38;
    vertical-align: middle;
}

.portal-navigator>img {
    padding: 6px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
}


.portal-navigator>p {
    display: inline-block;
    overflow: hidden;
    font-size: calc(0.8vw + 0.8vh);
    font-weight: 300;
    line-height: 26px;
    padding: 0 4px 0 2px;
    vertical-align: middle;
    margin: 0;
    color: rgb(91, 196, 191);
}

.portal-navigator>p:nth-of-type(2) {
    opacity: 0.125;
}

.portal-navigator>p:nth-of-type(3) {
    opacity: 0.5;
}

.portal-navigator>select {
    font-size: 18px;
    font-weight: 300;
    height: 18px;
    padding: 4px 4px 0 2px;
    background: #ddd;
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 12 24' width='12' height='24'><defs><path d='M 10 18 L 2 14  L 2 22  Z' id='aNmJux4Hn'></path></defs><g><g><g><use xlink:href='%23aNmJux4Hn' opacity='1' fill='%23888888' fill-opacity='1'></use></g></g></g></svg>");
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.portal-navigator>select:last-of-type {
    opacity: 0.8;
}

.portal-navigator>div {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    overflow: hidden;
}

.portal-menu-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-decoration: none;
    cursor: pointer;
    color: #5BC4BF;
}

.portal-menu-link:hover {
    color: #fff;
}
