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