/* Full Width Gallery Images in Mobile */

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




/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a11ee31ddc9e43a7a441eedbe2e1ccaf { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a11ee31ddc9e43a7a441eedbe2e1ccaf > .item {
	display: flex;
	flex-direction: column;
}