﻿a.dropdown-item {
    margin-top: 5px;
}

nav.secondary.nav-dropdown {
    z-index: 999 !important;
}

header#site-header nav.secondary {
    bottom: unset !important;
}

    header#site-header nav.secondary:last-of-type {
        bottom: 20px !important;
    }

.online-marketing a {
    color: white !important;
}

.online-marketing div.inner:first-child {
    background-color: #54fbc0;
}

.om-tabs h3 {
    margin: unset;
    padding-left: 15px !important;
    color: white !important;
}

.om-tabs .item a.first {
    margin-top: 15px !important;
}

.personel-data a {
    color: #1e233d !important;
    text-decoration: underline !important;
}

    .personel-data a:hover {
        color: #4b4f64 !important;
        text-decoration: none !important;
    }

@media (max-width: 991px) {
    /* Fix for menu going to the top of the page */
    html [dir="ltr"] body.header-15-lg:not(.transparent-header-lg):not(.no-header) #site, html[dir="ltr"] body.header-15-lg:not(.transparent-header-lg):not(.no-header).no-white-space #site {
        width: 100vw;
        padding-left: unset !important;
    }

    header#site-header {
        width: 100vw !important;
    }

        header#site-header #logo {
            top: unset !important;
        }

            header#site-header #logo picture, header#site-header #logo img {
                width: 160px;
                max-width: 160px;
                height: 70px;
                margin-top: -7px;
                max-height: 45px !important;
                margin-left: 5px;
            }

        header#site-header nav.secondary {
            z-index: 999 !important;
        }
}
