﻿.rvt-c-more-toggle{
    background: #e2e7e9;
    border-color: #e2e7e9;
    height: 2em;
}

.rvt-dropdown__menu--left{
    left: 0;
}

.rvt-c-avatar{
    align-items: flex-start !important;
}

.rvt-c-prose{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rvt-c-prose h1{
    margin-top: 1rem !important;
}

.rvt-c-global-menu,
.rvt-c-more-toggle{
    width: auto !important;
    padding: 0 .9rem;
    text-decoration: none !important;
}

.rvt-c-global-menu{
    height: 2.75rem;
}

.rvt-c-global-round{
    width: 2.75rem !important;
    height: 2.75rem !important;
}

.rvt-c-global-menu:hover{
    width: auto !important;
}

@media only screen and (min-width: 67.5rem){
    .rvt-c-more-toggle{
        height: 2.75rem !important;
    }

    .rvt-c-dropdown__menu--wide{
        width: 48rem !important;
    }

    div.rvt-c-header-local__inner{
        align-items: flex-start !important;
        flex-direction: column;
        padding-bottom: .85rem !important;
        padding-left: 0 !important;
    }

    .rvt-c-header-local__inner .rvt-header-local__title{
        border-right: none !important;
        /*margin-bottom: .5rem;*/
    }

    .rvt-c-header-local__inner .rvt-header-menu.top-menu{
        margin-top: .5rem;
    }

    /*.rvt-header-local{
        z-index: 999 !important;
    }*/

    .rvt-dropdown__menu{
        z-index: 9999 !important;
    }

    ul.rvt-header-menu__submenu-list.rvt-nav-menu__list--child-menu-mega{
        display: flex;
        padding: 1rem 0 1rem 1rem;
    }

    .rvt-nav-menu__list--child-menu-mega .rvt-c-header-menu__parent-submenu-item:last-child .rvt-header-menu__submenu-list.rvt-nav-menu__list--child-menu{
        -webkit-columns: 2;
        columns: 2;
    }

    .rvt-nav-menu__list--child-menu-mega > .rvt-c-header-menu__parent-submenu-item:first-child{
        flex-grow: 1;
        border-right: 1px solid #eaeaea;
        padding-right: 1rem;
    }

    .rvt-c-header-menu__parent-submenu-item:last-child{
        flex-grow: 3;
        padding-right: 1rem;
    }

    .rvt-nav-menu__list--child-menu-mega .rvt-nav-menu__heading{
        padding: 0 1rem;
        font-weight: 700;
    }

    .rvt-header-menu__submenu-list.rvt-nav-menu__list--child-menu{
        position: relative;
        padding: 0.5rem 0;
    }
}

@media only screen and (max-width: 67.5rem){
    .rvt-nav-menu__list--child-menu-mega .rvt-nav-menu__heading{
        display: none;
    }

    .rvt-header-menu__submenu-list.rvt-nav-menu__list--child-menu{
        border-left: none !important;
    }

    button.rvt-c-more-toggle{
        padding: 0 .5rem;
        height: 1.5rem;
        width: 1.5rem !important;
    }
}

@media only screen and (max-width: 46.25rem){
    .rvt-c-badge{
        margin-top: 1rem;
    }
}

