/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    text-transform: Capitalize;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Equalize Simple List Blocks Adoption Process*/

/* Change item class here */
.items_b53f8a3922ee48898b66965cbe61f852 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b53f8a3922ee48898b66965cbe61f852 > .item {
	display: flex;
	flex-direction: column;
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .imgEffect-content .contentTitle + p {
    font-size: 14.5px;
    }
}
/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .imgEffect-content .contentTitle + p {
    font-size: 14.5px;
    }
}
/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols3 .imgGridItem .imgHover-content {
        display: block!important;
    }
}