﻿
#myNavigator.navbar-nav > li > a {
    color: inherit;
    text-decoration: none;
    font: 18px;
    align-items: center;
    width: auto;
    padding: 37px 8px 41px 8px;
    text-align: center;
}

    /*#myNavigator.navbar-nav > li > a:hover {
        background-color: red;
        color: white;
        opacity: 0.9;
    }*/

    #myNavigator.navbar-nav > li > a a[selected] {
        background-color: red;
    }

@media (max-width: 1264px) {
    .RedBar {
        min-height: 100px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .line-separator {
        border-left: 1px solid transparent;
    }
}

@media (max-width: 680px) {
    .RedBar #Image1 {
        display: none;
    }

    .RedBar #Image1Mobile {
        display: unset;
    }

    .primaryMobPackageImage {
        display: none;
    }

    .secondaryMobPackageImage {
        display: unset;
    }
}