/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Equalize Simple List Blocks - homepage testimonials*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b,
.items_f05ef93d3b8748c0aff975fa65634aa0,
.items_cfdf623723914cf685729aa08574d7fd,
.items_adf1e758644f4d74a97d0951c4695543,
.items_a63a6d2a131746a3bfde130d1d438686,
.items_c8c4aea8d44d4ceaaf485cf1580b43a2 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item,
.items_f05ef93d3b8748c0aff975fa65634aa0 > .item,
.items_cfdf623723914cf685729aa08574d7fd > .item,
.items_adf1e758644f4d74a97d0951c4695543 > .item,
.items_a63a6d2a131746a3bfde130d1d438686 > .item,
.items_c8c4aea8d44d4ceaaf485cf1580b43a2 > .item
{
	display: flex;
	flex-direction: column;
}