/* homepage testimonials Equalize Simple List Blocks*/

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

/* Change item class here */
.items_e2d26c4185aa4103960c9c9616c0fe06 > .item {
	display: flex;
	flex-direction: column;
}
/* 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; 
    }
}
/* Universal fix for all hero/block background images on iPad & mobile */
@media only screen and (max-width: 1024px) {
    [class*="block_"] {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
    }
}