/* 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 Link Color */
.block_dd943fca7a9e432e927b0d071dcdae63 a:hover{
    color: #FFF!important;
    text-decoration: underline!important;
}