.navbar-text {
    padding-top: 0;
    padding-bottom: 0;
}
.banner--wrapper {
    background-image: linear-gradient(180deg, rgba(5,45,43,0.8) 0%, rgba(5,45,43,0.8) 100%), url(/Portals/0/Images/Banner/Hero-Home.jpg);
    background-size: cover;
    background-position: 50% 30%;
}

/* DROPDOWN */
@media (max-width: 991px) {
    #dnnMenu .dropdown-menu li.nav-item {
        border: none;
        border-radius: .25rem;
        background-color: #ffffff;
    }
    #dnnMenu .dropdown-menu .nav-link {
        color: var(--primary);
    }
}
@media (min-width: 992px) {
    #dnnMenu .dropdown-menu {
        background-color: #ffffff;
        border-radius: .25rem;
    }
    #dnnMenu .dropdown-menu .nav-link {
        color: var(--primary);
    }
    .dropdown-menu li.nav-item {
        border-bottom: 1px solid var(--secondary);
    }
    .dropdown-menu li.nav-item:last-child {
        border-bottom: none;
    }
}

small {
    font-size: .8em;
    line-height: 1em;
}

.table th[scope="col"] {
    color: var(--secondary);
    text-transform: uppercase;
    text-align: center;
    border-bottom: none;
    padding: 0 0 .5rem 0;
}
.table th[scope="col"]:first-child {
    text-align: left;
}
.table th[scope="row"] {
    border-bottom: 4px solid #ffffff;
    background-color: var(--secondary);
    color: #fff;
    text-align: center;
}
.table td {
    border-bottom: 4px solid #ffffff;
    background-color: #f2f7f7;
    color: var(--secondary);
    text-align: center;
    border-right: 4px solid #ffffff;
}



/* BLOG */
.eds_news_Advantage.eds_style_predefined_pacific a:not(.btn):link, .eds_news_Advantage.eds_style_predefined_pacific a:not(.btn):active, .eds_news_Advantage.eds_style_predefined_pacific a:not(.btn):visited, .eds_news_Advantage.eds_style_predefined_pacific .edNews_commentActions .edNews__replyComment {
    color: #073b3a!important;
}
.eds_news_Advantage.eds_style_predefined_pacific .btn.btn-primary, .eds_news_Advantage.eds_style_predefined_pacific .edncf_submitContainer > a, .eds_news_Advantage.eds_style_predefined_pacific .search_input.button_outside .do_search, .eds_news_Advantage.eds_style_predefined_pacific .in_article_image .image_wrapper > a::after {
    background-color: var(--quinary)!important;
    color: var(--primary) !important;
    font-weight: var(--w-bold)!important;
}





