/* 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_cc23decf4c69468f8ad8773f3f6cc2ca,
.items_b315da6720144929bee8e8eae6f45999,
.items_fc5d8ae5176847599ade7ab321c15cc7,
.items_eebc9868a5ef4964a6ebedbdcac5f51c,
.items_cc73a2acf6f24bd48aa09f4b3dbf1bd9,
.items_cc240125f7c547bcace8491c3768636b,
.items_a16567f827574368a468e7802ca116a9{ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cc23decf4c69468f8ad8773f3f6cc2ca > .item,
.items_b315da6720144929bee8e8eae6f45999 > .item,
.items_fc5d8ae5176847599ade7ab321c15cc7 > .item,
.items_eebc9868a5ef4964a6ebedbdcac5f51c > .item,
.items_cc73a2acf6f24bd48aa09f4b3dbf1bd9 > .item,
.items_cc240125f7c547bcace8491c3768636b > .item,
.items_a16567f827574368a468e7802ca116a9 > .item{
	display: flex;
	flex-direction: column;
}