/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}
/* Word Wrap 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; 
    }
}

/* Get rid of button underline */
.stable-hover .navContent > ul > li > a.navButton:after {
    border-bottom: 0px !important;
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_c37ee6c9a2b643f3a5cd9c9c98a17ff3 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_c37ee6c9a2b643f3a5cd9c9c98a17ff3 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_c37ee6c9a2b643f3a5cd9c9c98a17ff3 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_c37ee6c9a2b643f3a5cd9c9c98a17ff3 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}