/* 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; 
    }
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 20px;
}

/* Footer Styles */
.footerContainer .contentTitle {
    color: #d05025;
    font-size: 22px;
}
.footersubtitle {
    color:#d05025 !important;
    font-weight:900 !important;
    font-size:24px !important;
    text-align:center !important;
}