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