/***********bootstrap navigation overrides--*/

.navbar-default {
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 80px;
    padding: 15px 0;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #202020;
    background-color: transparent;
    border-bottom: 1px solid #202020;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #32c5d2;
    background-color: #fff;
}

.navbar-brand {
    font-weight: 800;
    color: #000 !important;
    font-size: 30px;
    line-height: 14px;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #202020;
}


/*navbar search form***/

.dropdown-form {
    padding: 10px 15px;
    min-width: 210px;
}

.navbar-default .navbar-nav>li {
    text-align: center;
    vertical-align: middle;
}

@media (min-width:768px) {
    .navbar-default .navbar-nav>li {
        margin-left: 10px;
    }
    .navbar-default .navbar-nav>li>a {
        vertical-align: middle;
        height: 65px;
        display: table-cell;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        border-bottom: 2px solid #808080;
    }
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}