/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Equalize Simple List Blocks*/

/* homepage row of 3 ctas */
.items_f5678a96ed344024ba2c1af4eb3da6f1 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.items_f5678a96ed344024ba2c1af4eb3da6f1 > .item {
	display: flex;
	flex-direction: column;
}

/* homepage business info and hours */
.items_ad24aea98bc0489f984244f827c099d1 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.items_ad24aea98bc0489f984244f827c099d1 > .item {
	display: flex;
	flex-direction: column;
}