/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 50%;
        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; 
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_aa882770d757415da49f52f354bff911,
.items_a98320cd3e834090a5b431755a444d0f,
.items_b50df8b679044aabaac8721952e3ed9e, 
.items_c63b4149484b464593e5c8623173f61d,
.items_c662565979534801a24173ecce6d41d4 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_aa882770d757415da49f52f354bff911 > .item,
.items_a98320cd3e834090a5b431755a444d0f > .item,
.items_b50df8b679044aabaac8721952e3ed9e > .item, 
.items_c63b4149484b464593e5c8623173f61d > .item,
.items_c662565979534801a24173ecce6d41d4 > .item {
	display: flex;
	flex-direction: column;
}


/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_df25bf4872514da8bc28abc114f3e871 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_df25bf4872514da8bc28abc114f3e871 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_df25bf4872514da8bc28abc114f3e871 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_df25bf4872514da8bc28abc114f3e871 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }