/* 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 1*/

/* Change item class here */
.items_f4b139f0c785492098c34b1bd0dc6836, .items_bfdbe03e6a0b4a3bb1f8cfe518a016b0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f4b139f0c785492098c34b1bd0dc6836 > .item, .items_bfdbe03e6a0b4a3bb1f8cfe518a016b0 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks 2*/

/* Change item class here */
.items_b66771eba72840d999edffbd13fa85f2 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b66771eba72840d999edffbd13fa85f2 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks 3*/

/* Change item class here */
.items_ab13d32598a74930aed745a278c29e05 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ab13d32598a74930aed745a278c29e05 > .item {
	display: flex;
	flex-direction: column;
}