.cmco-logo{ margin-top: -5px; }
.logo img{ max-width: 350px; }
.navigation-bar{ width: 100%; }
.top-bar .middle-bar{
    display: flex;
}
.top-bar .middle-bar{ padding: 20px 0; }
.top-bar .middle-bar .logo{ max-width: 100%; }
.top-bar .middle-bar > div{ flex: 1; }
.top-bar .middle-bar .cta-buttons > a{
    background: #f87b00;
    color: #FFF;
    width: 125px;
    display: flex;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radiud: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    float: right;
    margin-left: 10px;
    font-weight: 700;
}
.top-bar-top > .row-nav > .columns{ padding-right: 20px; }
.navigation-bar { 
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    align-content: center; 
}
.navigation-bar > ul{
    width: 70%;
    max-width: 70%;
    margin-top: 5px;
}
.navigation-bar > ul > li:first-child a{ padding-left: 0; }
#top-bar-menu .navigation-bar > ul > li .submenu{ left: 0 !important; }
.navigation-bar > .search-box{
    width: 30%;
    max-width: 30%;
}
.navigation-bar > .search-box input[type="search"],
.navigation-bar > .search-box button{ float: left; margin: 0; }
.navigation-bar > .search-box > form{ 
    float: right;
    display: flex;
    align-items: center;
    align-content:center;
    padding-left: 15px;
    border-left: 1px solid #bcbcbc; 
}
.navigation-bar > .search-box input[type="search"]{
    color: #012e6f;
    border: none;
    box-shadow: none;
    width: 100px;
    padding: 0;
}
.navigation-bar > .search-box ::-webkit-input-placeholder {
    color: #012e6f;
    text-transform: uppercase;
    font-weight: 500;
}
.navigation-bar > .search-box :-ms-input-placeholder {
    color: #012e6f;
    text-transform: uppercase;
    font-weight: 500;
}
.navigation-bar > .search-box ::placeholder {
    color: #012e6f;
    text-transform: uppercase;
    font-weight: 500;
}
.navigation-bar > .search-box > form button{
    color: #012e6f;
    background: none;
    border: none;
}
.menu-toggle{
    width: 100%;
    flex: 0 !important;
}
html #wpadminbar{ top: 0 !important; }
.phone-mobile-text{ display: none !important; }

@media (max-width: 580px) {
    .logo img{ max-width: 270px; }
}
#page_global .hide-us,
#page_latin-america .hide-latin,
#page_asia .hide-asia,
#page_europe .hide-europe { display: none !important; }
/* 
.tax-product-industry #slider { min-height: 660px; }
.tax-product-industry #carousel { min-height: 210px; } */

html.async-hide,
body.async-hide { opacity: 1 !important; }


