

.wrapper:not(.js-nav-sticky) .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI:hover > .rtUL {
  margin-top: 0px;
}

/*@media (min-width: 768px) {
    html:not(.js-touch-device) .primary-nav-toggle {
        display: none;
    }
}*/

.account-menu .profile-picture-wrapper img {
    position: revert;
}

.dropdown .caret {
    background-image: url(/App_Themes/2020Orion/Images/ExpandIcon.png);
    background-repeat: round;
    background-color: transparent;
}


.logo {
    background: url(images/logoHSUNSW.png) no-repeat;
	width: 100% !important;
    height: 83px !important;
}

@media (min-width: 768px) {
    html .js-nav-sticky .primary-nav-toggle {
        margin-left: 0px;
    }
}