/* 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; 
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 15px 35px;
}

/* Footer Headings */

.footerContent .contentTitle {
    font-size: 22px !important;
    color: #1a1a1a !important;
    margin-bottom: 10px;
    font-family: museosanslight, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
}