/* 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_f64f5ef24165483b8f0168918dbe4f38 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f64f5ef24165483b8f0168918dbe4f38 > .item {
	display: flex;
	flex-direction: column;
}

/* Flip 50-50 Stacking Order in Mobile */

.block_f40f2992b98d415088054954c9f67b8a {
    display: flex;
    flex-flow: wrap-reverse;
}