/* Equalize Simple List Blocks*/

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

/* Change item class here */
.items_ae6a3ad53b23459ead058703bd0e3b4a > .item,
.items_fa6c02609b4d485fab5ad79d03196318 > .item,
.items_edd2d7d54dd340a581fa92094d3047d6 > .item {
	display: flex;
	flex-direction: column;
}



/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    .blockWrap_e5a79923d12f44f28653e6d930f1e0c8 .contentTitle, 
    .blockWrap_d995a760411f47d0835fc236d6cf8c00 .contentTitle {
        font-size: 44px; 
    }
}

@media only screen and (max-width: 767px) {
    div.blockWrap_cb683718b70c4cc0b0ea8157d316a856 .blockInnerContent,
    div.blockWrap_baae05afff424d339a9c386324549873 .blockInnerContent,
    div.blockWrap_d5a73617a6f14c26a5b0e922344e0528 .blockInnerContent {
        padding-bottom: 25px;
    }
}

/* Responsive Headline Styling */

@media only screen and (max-width: 767px) {
    .blockWrap_ffaf99c78d6c4ea1811c707fa19ab898 .contentTitle {
        font-size: 36px; 
    }
}

/* Full Width Gallery Images in Mobile */

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