/* 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; 
    }
}

/* About Us Image Margin */

.items_a87217790b9345f79bc1c5a52eaf52fe .itemImg {
    margin-top: -100px;
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Footer Headings */

.footerContent .contentTitle {
    font-size: 24px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}