/* 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 - Duct*/

/* Change item class here */
.items_c8a9ce6255014ebc87f5ea1a31cd5a7f { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c8a9ce6255014ebc87f5ea1a31cd5a7f  > .item {
	display: flex;
	flex-direction: column;
}