/* Full Width Gallery Images in Mobile */

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


/* Equalize Simple List Blocks*/

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

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


/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

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

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

/* Change item class here */
.items_cdd26cb87fa74845a6016ff9d9bf8f4e > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_cdd26cb87fa74845a6016ff9d9bf8f4e > .item p {
    margin-bottom: 20px;
}