@media only screen and (min-width: 600px) {
    .blockWrap_e90e8d1c00ee4f9297bdd89de2290e52 {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .blockWrap_df029217cffd41b48dab7ca5af9c0beb {
        display: none;
    }
}


/* Equalize Simple List Blocks SITEWIDE */
/* Make sure to UNCHECK "Height-optimized grid" */
.itemsCollectionContent { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.itemsCollectionContent > .item {
	display: flex;
	flex-direction: column;
}


/* homepage CTA mobile fix */
@media only screen and (max-width: 600px) {
.blockWrap_d26436fc49824f72abdfa5789009c504 .imgGridItem {
    width: 100% !important;
}
.blockWrap_d26436fc49824f72abdfa5789009c504 .contentImg .contentTitle {
    line-height: 1 !important;
    
    font-size: 34px !important;
}
.blockWrap_d26436fc49824f72abdfa5789009c504 .imgEffect-content {
    padding: 15px !important;
}
}

/* Services PB */
.items_ade3f0cc663044aaba64c65f4e4425e8 .item:nth-child(8) {
    background-color: #007bc4;
}
.items_ade3f0cc663044aaba64c65f4e4425e8 .item:nth-child(8):hover {
    background-color: #006fb1;
}
.items_a2e3d0017f104388a6870e349c2a5c2f .item {
    min-height: 430px;
}