.dropdown-custom {
    overflow-y: auto;
    max-height: 90vh;
}

.ws-n {
    white-space: normal !important;
    font-size: 0.75rem;
}

.navbar-style {
    /* height: 60px; */
    transition: background-color 500ms;
}
.nav-shadow {
    background-color: #fff;
}
.nav-shadow:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .06);
    width: 100%;
    height: 5px;
    z-index: 2050;
}

.logo {
    color: #231F20;
    line-height: 1;
}
.logo:hover {
    text-decoration: none;
    color: #231F20;
}
.logo-heading {
    font-size: 1.3rem;
}
.logo-subheading  {
    font-size: 1rem;
    letter-spacing: 0.2px;
}


.fp-viewing-0 .navbar-style {
    background-color: transparent;
}
.navbar-style {
    background-color: #fff;
}

body.body-dataset.fp-viewing-0 .navbar-style {
    background-color: #fff;
}

.fp-responsive .navbar-style {
    background: #fff;
}

.navbar-nav li.active {
    background-color: #0d4077;
    border-radius: 2px;
}
.navbar-nav li.active .nav-link {
        color: #fff !important;
}