.navigation-ad-container {
    display: none;
}

.navigation-ad {
    padding: 5px 0;
    text-align: center;
}

.navigation-ad:first-child {
    padding-bottom: 15px;
}

.navigation-ad:only-child {
    padding-bottom: 5px;
}

.navigation-ad .navigation-ad-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    line-height: initial;
}

.navigation-ad p {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: initial;
}

.navigation-ad a:hover p,
.navigation-ad a:hover .navigation-ad-title {
    text-decoration: underline;
}

.navigation-ad a:hover img {
    opacity: .75;
}

.navigation-ad img {
    margin-bottom: 10px;
    width: 100%;
}

.navigation-ad .navigation-ad-image {
    background: none;
}

#site-header .main-nav .level1 .navigation-ad a {
    height: auto;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .navigation-ad {
        display: flex;
        align-items: center;
    }

    .navigation-ad:first-child {
        margin-top: 15px;
        border-top: 1px solid #ddd;
    }

    .navigation-ad div {
        padding: 5px;
        text-align: left;
    }

    .navigation-ad a {
        align-items: center;
    }

    .navigation-ad .navigation-ad-image {
        min-width: 80px;
        margin-right: 10px;
    }

    .navigation-ad img {
        margin-bottom: 0;
    }
}
