/* 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;
}

@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_ee77c4a647a54ccc81b220b7ef5b0e73 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ee77c4a647a54ccc81b220b7ef5b0e73 > .item {
	display: flex;
	flex-direction: column;
}

/* Change item class here */
.items_adc382c5214345eea4f7d8f9b227a738 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_adc382c5214345eea4f7d8f9b227a738 > .item {
	display: flex;
	flex-direction: column;
}