@media (max-width: 874.4px) {
    #menu1.isc-nav-bar {
        height: 0;
    }

    /*UNCOMMENT IF YOU WANT TO REMOVE THE SCROLLBAR FROM THE INTERNAL MOBILE MENU*/
    /*#menu1.isc-nav-bar .top-link-cart.active {
		overflow-y:hidden;
	}*/

    /*RELATIVE POSITIONING TO MAKE SUBMENU ICON APPEAR*/
    .menu_container > ul > li {
        position: relative;
    }

    /*MOBILE SEARCH INPUT CORRECTION*/
    #menu1 .sticky-nav-search .main-search .headerSearch .searchBox .form-control[type=text] {
        margin-bottom: 0;
        background: #fff;
        font-size: 18px;
        color: #000;
        font-style: normal;
        font-weight: bold;
        width: 100%;
        padding: 15px 7px 15px 35px;
    }

    /*PRODUCTS & SERVICES MOBILE MENU SEARCH CORECTION*/
    #menu1 .prependhere li:first-child .dmui-col .dmui-container ul.menu-shown {
        margin-top: 70px;
    }

    /*MOBILE MENU HOVER CORRECTION*/
    .menu_container > ul > li.mobileOpen:hover > a {
        background: rgba(215,213,214,.98);
        border: 0;
    }

    .menu_container ul.menu1List li .dmui_dropdown_block ul li > a {
        color: #02306b;
    }

    .menu_container ul.menu1List li.mobileOpen .dmui_dropdown_block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #menu1 .prependhere li:first-child .dmui-container {
        padding-bottom: 40px !important;
    }

    #menu1.menu_container > ul > li:nth-child(n+7) {
        background: rgba(231,231,231,.9);
        border-bottom: 2px solid rgba(103,103,103,0.1);
    }

    .menu_container > ul > li:last-child:hover > a {
        background: rgba(215,213,214,.98);
    }
}


@media (min-width: 874.5px) {
    /*DESKTOP SEARCH FORM CORRECTION*/
    #menu1 .sticky-nav-search .main-search .headerSearch .searchBox .form-control[type=text] {
        max-height: 31px;
        box-sizing: border-box;
        max-width: calc(90% - 10px);
        margin-bottom: 9px;
        margin-right: 0;
        height: 29px;
        font-size: 14px;
        color: #333 !important;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    /*SUBMENU HOVER POSITIONING*/
    /*.menu_container .dmui_dropdown_block.full_width {
		top: 46px;
	}*/
}

/*CHANGED ON LINE 53 of menuStyles.css  --  added .sticky-nav-search to override existing style - you can use just .main-search .headerSearch*/
.sticky-nav-search .main-search .headerSearch {
    /*REMOVED STYLE*/
    /*width: auto;*/
    top: 3px;
    /*ADDED FOLLOWING STYLES*/
    width: 100%;
    position: relative;
}

    /*CHANGED ON LINE 185 of menuStyles.css  --  added .sticky-nav-search to override existing style - you can use just .main-search .headerSearch*/
    .sticky-nav-search .main-search .headerSearch .searchBox input[type=image] {
        position: absolute;
        background: transparent;
        bottom: 11px;
        left: 0;
        padding: 8px;
    }

#searchPanel label.search_collapser {
    display: block;
    margin: 0;
}



.menu_container > ul.menu-shown {
    height: auto;
    min-height: 40px;
    max-height: 2999px;
    background: #676767;
}

.menu_container > ul.menu-shown {
    position: fixed;
    height: 97%;
    background: rgba(103,103,103,.95);
    z-index: 99999;
}


/*SEARCH OVERLAY FIX*/
body > form:first-of-type {
    height: 100%;
}

/*PRODUCTS & SERVICES DROPDOWN SEARCH CORRECTION*/

.nav-search {
    padding-bottom: 18px;
}

.productSearch {
    position: relative;
}

.nav-search .productSearch {
    vertical-align: top;
}

    .nav-search .productSearch .searchBox input[type=text] {
        width: 70%;
        float: none;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }

    .nav-search .productSearch .searchBox input[type=submit] {
        position: relative;
        padding: 6px;
        width: 25%;
        right: 0;
        top: 0;
        float: none;
        margin-top: 0;
        margin-left: 0;
        background: #02306b;
        color: #fff;
        line-height: 20px;
        border-radius: 0 4px 4px 0;
        font-weight: 100 !important;
        text-shadow: 0 0 0 !important;
        letter-spacing: 1px;
    }

.prependhere.menu1List li .dmui-simple-ul .predictiveSearchHolder a {
    height: auto;
}
/* Taken from base.min.css */
.top-link-cart {
    position: relative;
    max-width: 1105px;
    margin: 0 auto;
}

.header-zone.rt {
    float: none;
    position: absolute;
    text-align: right;
    top: -101px;
    right: 8px;
    width: auto;
}

.header-zone.rt .widget-navlist {
    border: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    float: none;
    font-size: 14px;
    color: #02306b;
}

.header-zone.rt .widget-navlist .my-account-nav {
    display: inline-block;
    position: relative;
    margin-right: -10px;
    vertical-align: middle;
}

.header-zone.rt .widget-navlist .my-account-nav ul li {
    position: relative;
    border: none;
    margin: 0;
}

.header-zone.rt .widget-navlist .my-account-nav ul li:hover ul.myaccount-subnav {
    display: block;
    min-width: 0;
}

.header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav {
    display: none;
    margin: 0;
    line-height: 15px;
    position: absolute;
    top: 17px;
    left: -48px;
    background: #fff;
    padding: 15px 10px;
    min-width: 180px;
    text-align: left;
    z-index: 1111;
    border: 1px #808080 solid;
}

.header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav li {
    padding: 5px 0;
    margin: 0;
    display: block;
    border-right: none;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
}

.header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav li a {
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #02306b;
    border: none;
}

.header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav li a:after {
    content: "";
}

.header-zone.rt .widget-navlist .my-account-nav ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.header-zone.rt .widget-navlist ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 15px;
    vertical-align: middle;
}

.header-zone.rt .widget-navlist #ctl00_AuthorizedNavLoginRegisterLinkContainer {
    vertical-align: bottom;
}

.header-zone.rt .widget-navlist ul li {
    padding: 0 0 0 23px;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 15px;
}

.header-zone.rt .widget-navlist ul li a {
    font-size: 14px;
    color: #02306b;
    font-weight: 500;
    padding: 0;
}

.header-zone.rt .widget-navlist ul li a:hover {
    text-decoration: none;
}


.header-zone.rt .widget-navlist ul li.loginRegister {
    border-left: 0px;
    width: auto;
}

.header-zone.rt .widget-linklist.list-horizontal {
    display: inline-block;
    margin: 0;
    float: none;
    font-size: 14px;
    color: #02306b;
}

.header-zone.rt .widget-linklist.list-horizontal ul li {
    padding: 0 23px 0 0;
    margin: 0 15px 0 0;
}

.header-zone.rt .widget-linklist.list-horizontal ul li a {
    font-size: 14px;
    color: #02306b;
    padding: 0;
}

.header-zone.rt .widget-linklist.list-horizontal ul li a:hover {
    text-decoration: none;
}

.header-zone.rt div.cart-button {
    display: inline-block;
    font-size: 16px;
    color: #02306b;
    line-height: normal;
    position: relative;
    top: -3px;
}

.header-zone.rt a.cart-link {
    border: none;
    color: #02306b;
    font-size: 16px;
    padding: 0;
    position: relative;
    font-size: 16px;
    padding-left: 10px;
}

.header-zone.rt a.cart-link:before {
    content: "";
    background: url(/Rexnord/img/sprite-image.png) no-repeat 0 -310px;
    display: inline-block;
    height: 26px;
    width: 38px;
    position: absolute;
    left: -9px;
    top: 0;
}

.header-zone.rt a.cart-link span {
    font-size: 12px;
    color: #02306b;
    width: 40px;
    text-align: center;
    position: relative;
    top: -10px;
    padding-left: 10px;
}

.header-zone.rt a.cart-link em {
    font-style: normal;
    padding-left: 15px;
}

.row.main-nav.main-nav-scrolled #menu1 .main-search .searchBox {
    left: 235px;
    padding-top: 10px;
    height: 46px;
}

.row.main-nav.main-nav-scrolled .menu_container.sticky .prependhere.menu1List {
    width: auto;
    float: left;
}

.mobileCart .topcart-button {
    display: inline-block;
    font-size: 16px;
    color: #02306b;
    line-height: normal;
    position: relative;
    top: 0;
    padding-top: 7px;
    text-align: center;
    float: left;
}

.mobileCart .topcart-button a.cart-link {
    border: none;
    color: #02306b;
    font-size: 16px;
    padding: 0;
    position: relative;
    font-size: 16px;
    width: 42px;
    display: block;
}

.mobileCart .topcart-button a.cart-link .cart-text {
    display: none;
}

.mobileCart .topcart-button a.cart-link:before {
    content: "";
    background: url(/Rexnord/img/sprite-image.png) no-repeat 0 -365px;
    display: inline-block;
    height: 26px;
    width: 38px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 35px;
}

.mobileCart .topcart-button a.cart-link span {
    font-size: 10px;
    color: #fff;
    width: 40px;
    text-align: center;
    position: relative;
    top: -7px;
    padding-left: 56px;
}

#header .head-row .mobileCart {
    position: static;
    right: 0;
    top: 0;
}

.mobileCart {
    float: right;
    width: 120px;
}

#header .head-row .top-link-cart.active .search-container {
    display: none;
}

#header .head-row .mobileCart {
    position: static;
    right: 0;
    top: 0;
}

#header .head-row .mobileCart #searchPanel {
    padding: 0;
    width: auto;
    float: none;
}

#header .head-row .mobileCart .search-container {
    position: static;
    background: none;
    float: right;
}

#header .head-row .mobileCart .search-container .search-icon-sticky {
    position: static;
}

#header .head-row .mobileCart .search-container .search-icon-sticky .search-icon {
    height: 35px;
    background: none;
    transition: ease 2s;
}

#header .head-row .search-container .search-icon-sticky .search-icon {
    background: #02306b;
    display: block;
    height: 32px;
    position: relative;
    width: 42px;
}

#header .head-row .search-container .search-icon-sticky .search-icon:after {
    background: url(/Rexnord/img/sprite-image.png) no-repeat scroll 0 -340px;
    content: "";
    display: inline-block;
    height: 24px;
    right: 8px;
    position: absolute;
    top: 8px;
    width: 24px;
}

#header .head-row .mobileCart .search-container .search-input {
    top: 35px;
    right: 0;
    z-index: 111;
    width: 100%;
    position: fixed;
    background: rgba(103, 103, 103, 0.95) none repeat scroll 0 0;
    height: 100%;
    padding: 7px 0;
}

#header .head-row .mobileCart .search-container .search-input:before {
    background: none;
}

#header .head-row .mobileCart .search-container .search-input input.isc-searchAutoComplete {
    margin-bottom: 0;
    background: #fff;
    font-size: 18px;
    color: #000;
    padding-left: 35px;
    font-style: normal;
    font-weight: bold;
}

#header .head-row .mobileCart .search-container .close-icon-sticky {
    display: none !important;
}

#header .head-row .mobileCart .search-container.active .search-icon-sticky .search-icon {
    background: #02306b;
    transition: none;
}

#header .head-row .search-container {
    display: inline-block;
    position: absolute;
    top: -48px;
    right: 10px;
    position: absolute;
    width: auto;
}

#header .head-row .search-container .search-input {
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    width: 170px;
    height: 30px;
}

#header .head-row .search-container .search-input:before {
    content: "";
    background: url(/UserFiles/Images/sprite-image.png) no-repeat 0 -815px;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: absolute;
    left: 8px;
    top: 5px;
}

#header .head-row .search-container .search-input input.isc-searchAutoComplete {
    background: none;
    color: #fff;
    /*font-style:italic;*/
    border: none;
    padding: 7px 5px 7px 35px;
    height: auto;
    text-transform: inherit;
    margin: 0;
}

a.login-link {
    color: #ffffff;
    font-size: 12px;
}

.mobileOnly .myaccount-subnav {
    display: none;
}

.mobileOnly.menuAccountBtn.mobileOpen .myaccount-subnav {
    display: block;
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    padding-left: 0px;
}

.mobileOnly.menuAccountBtn.mobileOpen .myaccount-subnav a {
    padding-left: 35px;
    color: #02306b;
}

.mobileOnly.menuAccountBtn.mobileOpen .myaccount-subnav a:hover {
    text-decoration: none;
    color: #02306b;
}

.myaccount-subnav li:hover {
    background: #ffffff;
}

.mobileOnly.menuAccountBtn.mobileOpen .myaccount-subnav {
    display: block;
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.myaccount-subnav li {
    list-style: none;
}

.myaccount-subnav li a {
    border: 0px !important;
}

.mobileOnly.menuAccountBtn.mobileOpen span.plusdrop {
    display: block !important;
    transform: rotate(90deg);
}

.mobileOnly .cart-count {
    padding-left: 5px;
}

/**Sticky Secondary Nav**/
#menu1.sticky .top-link-cart {
    position: relative;
    max-width: none;
    margin: 0;
    height: auto;
    float: right;
}
#menu1.sticky .header-zone.rt {
    /*top: -32px;
    right: 164px;*/
    top: 0;
    right: 0;
    position: relative;
    float: none;
}

#menu1.sticky .header-zone.rt li a {
    color: #ffffff;
}

#menu1.sticky .header-zone.rt a.cart-link:before {
    background: url(/Rexnord/img/sprite-image.png) no-repeat 0 -365px;
    margin: 12px;
}

#menu1.sticky .header-zone.rt a.cart-link:hover:before {
    background: url(/Rexnord/img/sprite-image.png) no-repeat 0 -310px;
}

#menu1.sticky .header-zone.rt a.cart-link span {
    color: #ffffff;
}

#menu1.sticky .header-zone.rt .widget-navlist .my-account-nav ul li:first-of-type {
    border-left: 0px !important;
}

#menu1.sticky .header-zone.rt li a {
    padding: 16px 13px 13px 13px;
}

#menu1.sticky .header-zone.rt li a:hover {
    background: #fff;
    color: #666;
}

#menu1.sticky .header-zone.rt a:hover span {
    color: #666;
}

#menu1.sticky .header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav {
    top: 28px;
    left: 0px;
    border-top: 0px;
    padding-top: 25px;
}

#menu1.sticky .header-zone.rt .widget-navlist ul li {
    margin: 0px;
    padding: 0px;
}

#menu1.sticky .header-zone.rt li .myaccount-subnav li a {
    padding: 0 0 0 15px;
}

/*IOT was not showing in menu dropdown*/
#menu1 > ul > li > div > div > div {
    height: 280px;
}

#menu1.sticky .header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav li {
    padding: 7px 0;
}

#menu1.sticky .header-zone.rt .widget-navlist {
    position: relative;
    right: 0;
    top: 0;
}

/* authorized nav changes */
.header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav {
    display: none;
    margin: 0;
    line-height: 15px;
    position: absolute;
    top: 33px;
    left: -.5px;
    background: #fff;
    padding: 15px 0px;
    min-width: 180px;
    text-align: left;
    z-index: 1111;
    border: 1px #808080 solid;
}

.header-zone.rt .widget-navlist .my-account-nav ul#ctl00_AuthorizedNavMainLinks1 li {
    border: 1px solid #fff;
    padding-left: 15px;
    margin-top: -15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    z-index: 11111;
}

.myaccount-subnav:before {
    content: '';
    display: block;
    position: absolute;
    width: 103px;
    top: -2px;
    left: 0px;
    border: 2px solid white;
}

.header-zone.rt .widget-navlist .my-account-nav ul#ctl00_AuthorizedNavMainLinks1 .myaccount-subnav li {
    border: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    z-index: 11111;
}

.header-zone.rt .widget-navlist .my-account-nav ul#ctl00_AuthorizedNavMainLinks1 li:hover {
    border: 1px solid #808080;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.header-zone.rt .widget-navlist .my-account-nav ul#ctl00_AuthorizedNavMainLinks1 .myaccount-subnav li:hover {
    border: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: transparent;
}

.halfLeftList {
    width: 50%;
    float: left;
}

.halfRightList {
    width: 50%;
    float: left;
}

.menu_container.sticky .headerSearch {
    z-index: 10001;
}

.cadAuthorizedNavContainer {
    border-top: 0 !important;
    width: 105px;
    left: -.5px !important;
    top: 35px !important;
}

.cadAuthorizedNavContainer:before {
    border: 0 !important;
}

.commerceAuthorizedNavContainer,
.assetManagerNavContainer {
    width: 315px;
}

.fullWidth {
    width: 100px;
}

/* sticky nav fixes for new styling */
#menu1.sticky .header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav {
    margin: 0;
    line-height: 15px;
    position: absolute;
    top: 43px;
    left: 15px;
    background: #fff;
    padding: 15px 0px;
    min-width: 180px;
    text-align: left;
    z-index: 1111;
    border: 1px #808080 solid;
    border-top: 0px;
}

#menu1.sticky .header-zone.rt .widget-navlist .my-account-nav ul#ctl00_AuthorizedNavMainLinks1 li {
    border: 0px;
}

#menu1.sticky .myaccount-subnav:before {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    top: -2px;
    left: 0px;
    border: 0px solid white;
}



#menu1.sticky .header-zone.rt .widget-navlist .my-account-nav ul#ctl00_AuthorizedNavMainLinks1 li:hover {
    border: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#menu1.sticky .header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav li a {
    color: #666;
}

#menu1.sticky .header-zone.rt .widget-navlist .my-account-nav ul li ul.myaccount-subnav.cadAuthorizedNavContainer {
    min-width: 94px;
    left: 13px !important;
    top: 44px !important;
}

/* fixing mobile */
#ctl00_AuthorizedNavMainLinksMobile .myaccount-subnav:before {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    top: -2px;
    left: 0px;
    border: 0px solid white;
}


@media only screen and (max-width: 1310px) and (min-width: 768px) {

    #menu1.sticky .header-zone.rt .widget-navlist {
        top: 0;
        right: 0;
        left: 0;
    }
}

/* New loading icon */

.loader.loader-content-area {
    position: fixed;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: 5em;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 20em auto;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #ebebeb;
    border-right: 1.1em solid #ebebeb;
    border-bottom: 1.1em solid #ebebeb;
    border-left: 1.1em solid #1e90ff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: Loading .5s infinite linear;
    animation: Loading .5s infinite linear;
    -o-animation: Loading .5s infinite linear;
    -moz-animation: Loading .5s infinite linear;
    z-index: 1010;
}

.loader-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.6);
    z-index: 9;
}

@-webkit-keyframes Loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes Loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes Loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes Loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
