/* 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; 
    }
}

/* H1 Fix */
.pageTitleContainer, .pagetitlecontent {
    position: absolute;
    height: 1px;
    overflow: hidden;
    width: 1px;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
}