/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .cols3 .item,
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}

/* Button Padding */

@media only screen and (max-width: 767px) {
    div.blockWrap_d520efd4bd494d8793f5b7f11fa235eb {
    padding-top: 0px;
    padding-bottom: 30px;
    }
 }
 
 /* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* 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; 
    }
}