.show-only-for-sticky {
    transition: 0.3s ease all;
    display: none;
}
.show-only-for-sticky a {
    transition: 0.3s ease all;
    width: 0;
    display: block;
}
body.navsticky {
    margin-top: 80px;
}
body.navsticky #topNavMainOffcanvas, body.navsticky #topNavMain {
    position: fixed;
    top: 0;
    z-index: 9999;
    margin-top: 0;
    width: 100%;
    background-color: white;
}
body.navsticky #offCanvas #topNavMainOffcanvas, body.navsticky #offCanvas #topNavMain {
    position: inherit;
}
body.navsticky .show-only-for-sticky {
    display: inline-block;
}
body.navsticky .show-only-for-sticky a {
    width: 37px;
}
body.navsticky #offCanvas .show-only-for-sticky {
    display: none;
}
#topNavMainOffcanvas, #topNavMain {
    margin: 25px 0 25px 0;
    background: white;
    z-index: 6000;
}
#topNavMainOffcanvas > li:first-child > a, #topNavMain > li:first-child > a {
    padding-left: 0;
}
#topNavMainOffcanvas > li > a, #topNavMain > li > a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
body:not(.navsticky) #topNavMainOffcanvas > li:nth-child(2) > a, body:not(.navsticky) #topNavMain > li:nth-child(2) > a {
    padding-left: 0;
}
/* Dropdown overwrite styles from ez-foundation.css */
.is-dropdown-submenu {
    border: none;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 639px) {
    #topNavMain {
        display: none;
    }
}
