/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_d7ad757bc54f4198b6564cba4ea1d75d .cols2 .item,
.block_d7ad757bc54f4198b6564cba4ea1d75d .cols2 .socialStreamGroup {
    clear: none;
    width: 50%;
    margin: 0%;
}
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item p {
    margin-bottom: 50px;
}