/* 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; 
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/cbdec4ce63be4f449bba769cc35be4a0/i/e858a3ea914c4c8d82be8687e8748d7f/1/5feFb8zhrk/mobile%20bg-n%20%25281%2529.jpg);
    }
}

/* Equalize Simple List Blocks MEET OUR TEAM*/

/* Change item class here */
.items_e3c5af252a1a4cd8b8cb459782e6ac91,
.items_d88af1ea620f48f5855f2d89e4c508df { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e3c5af252a1a4cd8b8cb459782e6ac91 > .item,
.items_d88af1ea620f48f5855f2d89e4c508df > .item {
	display: flex;
	flex-direction: column;
}