/* Button Padding */
.button {
    padding: 10px 20px;
}
.navContent li .button {
    padding: 10px 20px;
}


/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_be73fd3215d2425a809be6fc196469b8 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_be73fd3215d2425a809be6fc196469b8 > .item {
	display: flex;
	flex-direction: column;
}