#topMain>li>button,
#topMain>li>a {
    height:96px;
    line-height:96px;
}
#topMain.nav-pills>li>button,
#topMain.nav-pills>li>a {
    color:#1F262D;
    font-weight:400;
    background-color:transparent;
}
/*#topMain.nav-pills>li:hover>a,
#topMain.nav-pills>li:focus-visible>a {
    color:#1F262D;
    background-color:rgba(0,0,0,0.03);
}

a:focus, .dropdown-toggle:focus {
    font-weight: bold;
}*/
/* Show submenu when dropdown is focused */
.dropdown:focus-within .dropdown-menu {
    display: block;
}

#topMain.nav-pills>li.active>a {
    color:#687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
    padding-right:25px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#topMain.nav-pills>li>a.dropdown-toggle:after {
    display: block;
    content: "\f107";
    position: absolute;
    top: 70%;
    right: 10px;
    margin: -5px 0 0;
    font-family:"Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 1em;
    border: 0;

    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -ms-transition: -ms-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}
#topBar ul.top-links>li .dropdown-menu {
    z-index: 10001; /* DRIIVZ-MODIFICATIONS force top dropdown menu to go over other items like search on map page */
    left: 7px; /* DRIIVZ-MODIFICATIONS adjust for language drop down on right side now */
}
#header.fixed #topMain.nav-pills>li>a.dropdown-toggle:after {
    top: 50%;
}
#header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
    content: "\f106";
}

#topNav .navbar-collapse {
    float:right;
}

#topNav a.logo {
    height:96px;
    line-height:96px;
    overflow:hidden;
    display:inline-block;
}


#topBar ul.leftMenu {
    width: 92%;
}
#topBar ul.leftMenu >li:last-of-type {
    border-right: 0 none;
}
#topBar ul.langDD {
    width: 57px;
}
#topBar ul.langDD>li {
    border-right: 0;
}
#topBar .top-links{
    vertical-align: middle;
    display: inline-block;
    float: none !important;
}

@media only screen and (max-width: 1215px) {
    #topMain.nav-pills>li>a {
        font-size:13px;
    }
}

@media only screen and (max-width: 992px) {
    /* Force 60px */
    #header {
        height:60px !important;
        z-index: 9999; /* DRIIVZ-MODIFICATIONS force top dropdown menu to go over other items like search on map page */
    }
    #header #topNav a.logo {
        height:60px !important;
        line-height:60px !important;
    }
    #header #topNav a.logo>img {
        max-height:60px !important;
    }
    #header #topNav #topMain>li>a {
        height:40px !important;
        line-height:40px !important;
        padding-top:0;
    }


    #topMain>li {
        border-bottom:rgba(0,0,0,0.1) 1px solid;
    }
    #topMain>li:last-child {
        border-bottom:0;
    }
    #header li.search .search-box {
        margin:0 !important;
        position:fixed;
        left:0; right:0;
        top:60px !important;
        width:100%;
        background-color:#fff;
        border-top:rgba(0,0,0,0.1) 1px solid;
    }
}
/* general tablets */
@media only screen and (max-width: 1024px) {
    #topBar ul.leftMenu {
        width: 91% !important;
    }
    #topBar > .container {
        padding-right: 5px !important;
    }
}
/* for small screens like iPad */
@media only screen and (max-width: 768px) {
   #topBar ul.leftMenu {
        width: 88% !important;
    }
}
/* for small screens like pixel 2 */
@media only screen and (max-width: 760px) {
    #topBar {
        text-align:center;
    }
    #topBar > .container {
        padding-right: 12px !important;
    }
    #topBar ul.top-links {
        display:inline-block;
        float:none;
        margin:0 auto;
    }
    #topBar ul.top-links>li:last-child>a {
        border-right:0;
    }
    #topBar ul.leftMenu {
        width: 78% !important;
    }
}

/* for very small screens like Moto G4, Galaxy S5, iPhone 6/7/8 (Not Plus!), iPhone X */
@media only screen and (max-width: 375px) {
    #topBar ul.top-links>li>a,
    #topBar ul.top-links li.text-welcome {
        padding: 0 3px 0 0;
    }
    #topBar ul.leftMenu {
        width: 75% !important;
    }
    #topBar ul.top-links>li.noBorder{
        border-right: 0 none;
    }
    #topBar ul.top-links .fs-18{
        font-size: 16px !important;
    }
    #topBar ul.langDD {
        width: 55px;
    }
    #registrationPageContent #currencyCountrySelectorContainer.pl-100{
        padding-left: 0!important;
    }
}
/* for really very small screens like old iPhone5/SE */
@media only screen and (max-width: 320px) {
    #topBar ul.leftMenu {
        width: 72% !important;
    }
}


/** Responsive Top Nav
	 ********************* **/
@media only screen and (max-width: 992px) {

    #topMain.nav-pills>li>a.dropdown-toggle:after {
        top:50%;
    }
}