/* 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; 
    }
}

/* Flip 50-50 Stacking Order in Mobile */

.block_ca1ee18fdbce4f3aa90e5a9067086564 {
    display: flex;
    flex-flow: wrap-reverse;
}

.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .blockInnerContent {
    margin-bottom: 30px;
}
    
.blockContent .blockImg {
    padding-bottom: 0;
}

.blockContentBleed .blockText {
    padding-top: 40px;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols6 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}