/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
	display: flex;
	flex-direction: column;
}


/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d9f6ef98f43748dbb4976393e14dd06e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d9f6ef98f43748dbb4976393e14dd06e > .item {
	display: flex;
	flex-direction: column;
}
    
    .items_d9f6ef98f43748dbb4976393e14dd06e .item {
        width: 50%;
        float: left;
    }
div.blockWrap_c11a472925db43a3b136049cd00b971e{
    background-image: none;
    background-color: #ffffff;
    }
}