/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Sitewide Transparent Header in Desktop and Tablet */
@media only screen and (min-width: 768px) {
    .siteInnerWrapper .headerAndNavContainer {
        position: absolute;
        background-color: transparent;
        background-image: none;
        z-index: 99;
    }
}