/* 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 2 across */
@media only screen and (min-width: 600px) {
.block_c39737e1617b411b93c8ec16b1f00a61 .cols2 .item,
.block_c39737e1617b411b93c8ec16b1f00a61 .cols2 .socialStreamGroup {
    clear: none;
    width: 50%;
    margin: 0%;
}
}
@media only screen and (max-width: 599px) {
.block_c39737e1617b411b93c8ec16b1f00a61 .cols2 .item,
.block_c39737e1617b411b93c8ec16b1f00a61 .cols2 .socialStreamGroup {
    clear: none;
    width: 100%;
    margin: 0%;
}
}
/* No Space Simple List 3 across */
@media only screen and (min-width: 600px) {
.block_e09aa9fcf0774bd79451d988aeab2c72 .cols3 .item,
.block_e09aa9fcf0774bd79451d988aeab2c72 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}
@media only screen and (max-width: 599px) {
.block_e09aa9fcf0774bd79451d988aeab2c72 .cols3 .item,
.block_e09aa9fcf0774bd79451d988aeab2c72 .cols3 .socialStreamGroup {
    clear: none;
    width: 100%;
    margin: 0%;
}
}

/* Text Block Background Color - 50-50 Image */
.block_d520efd4bd494d8793f5b7f11fa235eb.blockContent.layoutC .blockText, 
.block_d520efd4bd494d8793f5b7f11fa235eb.blockContent.layoutD .blockText  {
    background-color: #FFF;
    color: #000;
    padding: 40px;!important
}