/** MOBILE MENU **/

.off-canvas .callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 0px solid hsla(0,0%,4%,.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: #fff;
}


#offCanvasLeft ul.vertical.menu>li>a{
    border-bottom: 1px solid #C2D1D4;
    font-size: 1.25em;
    padding: 1rem 1rem 1rem 1em;
    text-transform: none;

}

.off-canvas {
    background: #fff;
    max-height: 100%;
    height: 100%
}
.off-canvas .is-drilldown-submenu-parent>a:after {
    /*right: 3rem;*/
}
.off-canvas .close-button {
    z-index:100;
}

.off-canvas-content .button-corporate{
    margin: 5px 0 1px 0;
    font-size: 12px;
    color: #fff;
    border: 0px none;
}

/** MAIN CATEGORY MENU **/

.main-menu {
    padding-top: 35px;
}

.menu {
    text-transform: uppercase !important;
}
ul.menu.expanded-menu{
    border-top: 1px solid #edf1f4 !important;
    left: -120px !important;
    padding: .375rem 0rem 0;
    max-width: 60em;
    width: 84vw;
    z-index:1500;
}

ul.menu.single-menu{
    border-top: 1px solid #edf1f4 !important;
    padding: .375rem 0 1rem 0;
    max-width: 20em;
    width: 40vw;
    z-index:1500;
}

ul.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    border: 0px;
    border-radius: 0 0 5px 5px;
    margin-top: 0px !important;
}

.pws>ul.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    margin-top: 38px;
}


div.container.topbar-wrapper ul li a:hover {
    background-color: #8a8a8a;
}

ul.expanded-menu div>li.heading, ul.single-menu div>li.heading{
    border-bottom: 1px solid #edf1f4 !important;
    color: #62bb46;
    font-family: "Proxima-Nova-B", "Proxima-Nova-L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: .375rem;
    text-transform: uppercase;
    font-weight: bold;
}

ul.expanded-menu div>li, ul.single-menu div>li{
    border-bottom: 0 none !important;
    border-top : 0 none !important;
}

ul.expanded-menu div>div.footer{
    background-color: rgba(0, 181, 191, 0.1);
    bottom: 0;
    left: 0;
    padding-top: .375rem;
    position: absolute;
    text-align: center;
}

ul.vertical.menu a {
    margin-bottom: 0;
    color: #00BCD4;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
    text-transform: none;
}

ul.expanded-menu .menu-footer {
    padding: 0.5rem 0 0rem 0;
    background: rgba(0,181,191,0.1);
    font-weight: bold;
    margin-top: 20px;
}

div.site-header ul.menu>li>a{
    color:#5c6f7c;
    letter-spacing: 0.04em;
    font-weight:lighter;
}

@media screen and (min-width: 50em) and (max-width: 60em) {
    .main-menu{

        display: block;
        clear: both;
    }
}


/** END MAIN CATEGORY MENU **/
