/* 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; 
    }
}

/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_c5217b8ab82a47938fd429a6bdea1e0b .cols4 .item,
.block_c5217b8ab82a47938fd429a6bdea1e0b .cols4 .socialStreamGroup {
    clear: none;
    width: 25%;
    margin: 0%;
}
}