/* 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; 
    }
}



/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_f7e83fa67ef8496bad3361dfafdcb285 .item {
        width: 50%;
        float: left;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_fa7028f16891431993d4b7cf59767f37 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fa7028f16891431993d4b7cf59767f37 > .item {
	display: flex;
	flex-direction: column;
}