html.mm-opened #mm-blocker, html.mm-opened .mm-fixed-bottom, html.mm-opened .mm-fixed-top, html.mm-opened .mm-menu.mm-horizontal>.mm-panel, html.mm-opened .mm-page {
    -webkit-transition: none .4s ease;
    -moz-transition: none .4s ease;
    -ms-transition: none .4s ease;
    -o-transition: none .4s ease;
    transition: none .4s ease;
    -webkit-transition-property: top, right, bottom, left, border, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, border, -moz-transform;
    -ms-transition-property: top, right, bottom, left, border, -ms-transform;
    -o-transition-property: top, right, bottom, left, border, -o-transform;
    transition-property: top, right, bottom, left, border, transform
}
html.mm-opened #mm-blocker, html.mm-opened .mm-page {
    left: 0;
    top: 0;
    margin: 0;
    border: 0 solid rgba(0, 0, 0, 0)
}
html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-page {
    border: 0 solid rgba(100, 100, 100, 0)
}
.mm-menu .mm-hidden {
    display: none
}
.mm-menu>.mm-panel, html.mm-opened .mm-page {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
html.mm-opened, html.mm-opened body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}
html.mm-opened .mm-page {
    height: 100%;
    overflow: hidden;
    position: absolute
}
html.mm-background .mm-page {
    background: inherit
}
#mm-blocker {
    background: #fff;
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999
}
.mm-menu.mm-current, html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
    display: block
}
.mm-menu {
    background: inherit;
    display: none;
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}
/* pull down screen - don't move main site and keep search bar visible */
html:not([dir=rtl]).mm-opened .mm-menu {overflow: visible}
html:not([dir=rtl]).mm-opened .mm-page #wrapper {position: fixed}
/* end */
.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0
}
.mm-menu>.mm-panel.mm-opened {
    left: 0
}
.mm-menu>.mm-panel.mm-subopened {
    left: -40%
}
.mm-menu>.mm-panel.mm-highest {
    z-index: 1
}
.mm-menu>.mm-panel.mm-hidden {
    display: block;
    visibility: hidden
}
.mm-menu .mm-list {
    padding: 20px 0
}
.mm-menu>.mm-list {
    padding: 20px 0 40px
}
.mm-panel>.mm-list {
    margin-left: -20px;
    margin-right: -20px
}
.mm-panel>.mm-list:first-child {
    padding-top: 0
}
.mm-list, .mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-list {
    font: inherit;
    font-size: 18px
}
.mm-list a, .mm-list a:hover {
    text-decoration: none
}
.mm-list>li {
    position: relative
}
.mm-list>li>a, .mm-list>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}
.mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}
.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: 0
}
.mm-list a.mm-subopen+a, .mm-list a.mm-subopen+span {
    padding-right: 5px;
    margin-right: 40px
}
.mm-list>li.mm-selected>a.mm-subopen {
    background: 0 0
}
.mm-list>li.mm-selected>a.mm-fullsubopen+a, .mm-list>li.mm-selected>a.mm-fullsubopen+span {
    padding-right: 45px;
    margin-right: 0
}
.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px
}
.mm-list>li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    text-indent: 11px;
    line-height: 30px;
    background: #dfdfdf;
    padding: 0 10px 1px 0;
    margin-left: -12px
}
.mm-list>li.mm-spacer {
    padding-top: 40px
}
.mm-list>li.mm-spacer.mm-label {
    padding-top: 25px
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent
}
.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block
}
html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-bottom, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-page {
    left: 80%
}
.mm-menu {
    width: 80%
}
@media all and (max-width:175px) {
    .mm-menu {
        width: 140px
    }
    html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-bottom, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-page {
        left: 140px
    }
}
@media all and (min-width:550px) {
    .mm-menu {
        width: 440px
    }
    html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-bottom, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-page {
        left: 440px
    }
}
html.mm-nooverflowscrolling.mm-opened {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll
}
html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto
}
html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed
}
html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto
}
html.mm-nooverflowscrolling.mm-opened>.mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0
}
html.mm-nooverflowscrolling.mm-opened>.mm-panel.mm-current {
    display: block
}
.mm-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    text-shadow: none;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    line-height: 18px;
    width: 100%;
    height: 44px;
    padding: 12px 14px 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}
.mm-header span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1
}
.mm-header a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0
}
.mm-header a:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -15px
}
.mm-header a.mm-prev {
    left: 0
}
.mm-header a.mm-prev:before {
    border-right: 0;
    border-bottom: 0;
    left: 22px
}
.mm-header a.mm-next {
    right: 0
}
.mm-header a.mm-next:before {
    border-top: 0;
    border-left: 0;
    right: 18px
}
.mm-hassearch .mm-header {
    height: 50px;
    padding-top: 20px;
    top: 50px
}
.mm-hassearch .mm-header a:before {
    margin-bottom: -10px
}
.mm-menu.mm-hasheader li.mm-subtitle {
    display: none
}
.mm-menu.mm-hasheader .mm-panel {
    padding-top: 80px
}
.mm-menu.mm-hasheader.mm-hassearch .mm-panel {
    padding-top: 120px
}
.mm-menu.mm-hasheader.mm-ismenu .mm-panel {
    padding-top: 60px
}
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch .mm-panel {
    padding-top: 100px
}
.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, .15);
    background: #5e5f5f;
    color: #fff
}
.mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, .3)
}
.mm-menu form.loginForm, .mm-menu form.searchSchoolForm {
    padding: 20px
}
.mm-menu form.searchSchoolForm input[type=text] {
    width: 100%
}
.mm-menu form.searchSchoolForm input[type=button] {
    float: right;
    margin-right: 0
}
.mm-menu form.loginForm input:not([type=button]) {
    margin: 3px 0 20px;
    width: 100%
}
.mm-menu form.loginForm div:last-child {
    text-align: right
}
.mm-menu form.loginForm input[type=button], .mm-menu form.loginForm label.emptyLabel, .mm-menu form.loginForm label.emptyLabel:before {
    margin-right: 0
}
.mm-menu form.loginForm a {
    clear: both;
    display: block;
    margin-top: 10px
}
.mm-ismenu#main-menu>.mm-list, .mm-ismenu#mm-main-menu>.mm-list {
    padding: 13px 0 10px 12px
}
.mm-list>li>a {
    padding: 0 5px 0 10px;
    line-height: 50px;
    border: 1px solid transparent
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    padding: 0 0 0 10px
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    border: 0
}
html.mm-opened .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.mm-ismenu {background: #EBEBEB; background: var(--bg-color)}
.mm-menu.mm-vertical a.mm-subopen i {margin: -4px 0 0 0}
.mm-menu.mm-vertical li.mm-opened>a.mm-subopen i.arrowRight:after {top: -20px}
.mm-menu.mm-vertical li >a.mm-subopen:hover i:not(.arrowRight):after {left: 0}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen, .mm-menu.mm-vertical a.mm-subopen {height: 50px}
.mm-menu.mm-vertical li.mm-selected>a.mm-subopen,
.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen) {border: 1px solid #DFDFDF; border: 1px solid var(--main-border-color); border-width: 1px 0}
.mm-menu.mm-vertical a.mm-subopen {padding: 0 2px; text-align: center}
.mm-menu.mm-vertical .mm-list > li.mm-selected > a,
#user-menu.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {background: #fff; background: var(--highlight-bg-color)}

.mm-menu.mm-vertical .mm-list > li.mm-selected > a:not(.mm-subopen),
#user-menu.mm-menu.mm-vertical .mm-list > li.mm-selected > a.mm-subopen,
#user-menu.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {border-width: 1px 0 1px 1px}

#user-menu.mm-menu.mm-vertical .mm-list a.mm-subopen {display: block; margin: 0; position: static; width: auto; text-align: left; padding-left: 10px}
#user-menu.mm-menu.mm-vertical .mm-list li a.mm-subopen.merged i {float: left; margin: 11px 4px 0 0}
#user-menu.mm-menu.mm-vertical .mm-list li a.mm-subopen.merged i.arrowRight {float: right; margin-right: 18px}

.rightColumn.mm-menu.mm-hasheader .mm-panel {
    padding: 44px 0 0
}
@media all and (max-width:979px) {
    .mm-page {
        background: #5e5f5f;
        background: var(--content-bg-color);
        min-height: 100%;
        box-sizing: border-box
    }
    .mm-page #wrapper {box-shadow: none; display: flex; flex-direction: column}/*Flex for Firefox without it the page doesn't move*/
    .mm-fixed-bottom, .mm-fixed-top {
        position: fixed;
        left: 0
    }
    .mm-fixed-top {
        top: 0
    }
    .mm-fixed-bottom {
        bottom: 0
    }
    .rightColumn .mm-opened i:after, .mm-menu.mm-vertical a.mm-subopen i:after, .mm-menu.mm-vertical li.mm-opened>a.mm-subopen i:after {
        overflow: auto
    }
}
.mm-menu a .newAlert {
    padding: 5px;
    background: #cb4437;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px
}
#user-menu ol {
    color: #484848;
    color: var(--main-text-color);
    top: 0!important
}
#user-menu .mm-list>li.subMenu+li:not(.subMenu), #user-menu ol>li:first-child {
    margin-top: 40px
}
#user-menu ol>li:first-child.subMenu.mm-label {
    margin-top: 32px
}
#user-menu ol>li.subMenu a {
    white-space: normal
}
#user-menu>ol {
    padding: 13px 0 10px 12px
}
#user-menu li.userQuicklinks.mm-label {
    margin-top: 9px
}
#user-menu li.userQuicklinks.mm-label~li.userQuicklinks.mm-label {
    margin-top: 0
}
#user-menu .searchLinks, #user-menu ol>li.mm-label, #user-menu>.mm-list.mm-panel {
    box-shadow: inset -7px 0 7px -4px rgba(0, 0, 0, .1)
}
#user-menu .searchLinks {
    width: 100%
}
#user-menu .mm-list>li.mm-selected>a:not(.mm-subopen), #user-menu.mm-vertical .mm-list li.mm-selected>a.mm-subopen, #user-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen {border-color: #c8c8c8; border-color: var(--main-border-color)}
#user-menu .mm-list>li.mm-selected a.mm-subopen,
#user-menu .mm-list>li.mm-opened a.mm-subopen {box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05); margin-right: 0}
#user-menu .mm-list a:not(.mm-subopen) i {
    position: relative;
    z-index: 2
}
#user-menu .mm-list a:not(.mm-subopen) i:after {
    overflow: auto;
    left: 0
}
#user-menu .mm-list>li>a.sub_links {
    position: absolute;
    right: 0;
    top: 8px;
    line-height: 27px!important;
    background: #ebebeb;
    z-index: 2
}
#user-menu .mm-list>li.mm-selected>a.sub_links {
    line-height: 27px!important;
    background: #fff;
    border: 0;
    box-shadow: none
}
#user-menu .mm-list>li>a.sub_links:nth-child(2) {right: 9px}
#user-menu .mm-list>li>a.sub_links:nth-child(3) {right: 35px}
#user-menu .mm-list>li>a.sub_links:nth-child(4) {right: 61px}
#user-menu .mm-list>li>a.sub_links:nth-child(5) {right: 87px}
#user-menu .mm-list>li>a i {margin-top: -5px}
#user-menu .mm-list>li.mm-selected>a i:after {left: -20px}
#user-menu .mm-list>li>a img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
    margin-right: 9px
}
#user-menu .mm-list a.floatL, #user-menu .mm-list a.floatR, #user-menu .mm-list ul .floatL, #user-menu .mm-list ul .floatR {
    float: none
}
#user-menu .mm-list>li>a {
    line-height: 42px!important
}
#user-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen, #user-menu.mm-vertical a.mm-subopen {
    height: 42px!important
}
#user-menu.mm-vertical .mm-list li.mm-label.dropDownHeading {margin: -1px 0 0 -10px; border: 1px solid #CECECE; border: 1px solid var(--main-border-color)}
#user-menu.mm-vertical .mm-list li.mm-label.dropDownHeading a {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 29px!important
}
#user-menu a .newAlert {
    margin: -9px 6px 0 0!important;
}
.mobileSearch {
    position: fixed;
    top: 0;
    width: inherit;
    z-index: 900;
    display: block!important;
    overflow: hidden
}
.searchInput, .searchLinks {padding: 0 11px; box-sizing: border-box}
.searchInput {display: block; padding-right: 35px}
.searchInput input {width: 100%; padding: 3px 5px; border-radius: 0; -webkit-appearance: none; -webkit-border-radius: 0; border: 0; font-size: 15px}
.searchLinks a {color: #fff; padding: 5px}
.quickLinks .linksHolder .dropDown i, .searchInput, .searchLinks #btn-cancel, .searchLinks #btn-left, .searchLinks #btn-root, nav.local_menu_visible>ol>li:not(.subMenu):not(.userQuicklinks), nav.local_menu_visible>ol>li>a:not(.mm-subopen)>i {
  display: none
}
nav.local_menu_visible .searchLinks #btn-root, nav.local_menu_visible>ol>li.userQuicklinks a i {display: inline-block}
.quickLinks #btn-search {margin-left: 10px}
.quickLinks #btn-cancel {position: absolute; right: 15px; top: 55px}
.mm-menu .searchLinks i.home:after {top: -180px}
