/* 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; 
    }
}


/* footer stacking adjustment */
.footerContent {
    clear:none;
}
.blockWrap_b87755d983ee40b08a90c94b4e7600b4 {
    width: 100% !important;
    text-align:center !important;
}
#nav1 a,
#nav2 a {
     text-decoration:none !important;
     line-height:1.8 !important;
}

.navButton {
    background: linear-gradient(135deg, #dfb30d, #d9c963, #fff6d5, #cfb548) !important;
}