body {
    background-color: #fff;
}

.be-sub-navigation {
    position: fixed;
    z-index: 1029;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100px;
    border-bottom: none;
}

.be-sub-navigation .navbar-collapse {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.be-sub-navigation .navbar-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.be-wrapper {
    padding-top: 140px;
}

#be-sub-navigation-collapse {
    /*background-color: #b2ea84;*/
    background-color: #ffd521;
}

.be-top-header .navbar-nav > li > a.nav-link {
    line-height: 100px;
}

.logo-container {
    line-height: 100px;
}

.be-top-header .search-container {
    height: 100px;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .be-wrapper.be-boxed-layout {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}