/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* Word Wrap 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_aea3173083e746b1a69a913c17ef0ea5, .items_a7af104e46c845b4838c1129a1556b38 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_aea3173083e746b1a69a913c17ef0ea5 > .item, .items_a7af104e46c845b4838c1129a1556b38 > .item {
	display: flex;
	flex-direction: column;
}