/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d0423acc8ffc445b84b137000bf06599 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d0423acc8ffc445b84b137000bf06599 > .item {
	display: flex;
	flex-direction: column;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem{
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem{
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* 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_b91280fb60784e7fb84b29d0239fef98 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_b91280fb60784e7fb84b29d0239fef98 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_b91280fb60784e7fb84b29d0239fef98 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_b91280fb60784e7fb84b29d0239fef98 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}