/* 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; 
    }
}

@media only screen and (max-width:767px){
    /* Flip 50-50 Stacking Order in Mobile */

.block_d184dcd3a2c84b1d9f6cd28a19e2d056 {
    display: flex;
    flex-flow: wrap-reverse;
}

    .blockWrap_d184dcd3a2c84b1d9f6cd28a19e2d056 .blockText{
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }
    .cols4.imgMgn1 .imgGridItem {
    width: 100%;
    margin: 3% 0 0 0!important;
}
    .cols4 .imgGridItem .imgHover-content{
        display: block!important;
    }
    .blockContent .blockImg {
    padding-bottom: 0em!important;
}
}