/* 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; 
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}