Equalize Simple List Blocks

/* Change item class here */
.blockWrap_d9571dd1e05947e38b8e97e6de692043 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.blockWrap_d9571dd1e05947e38b8e97e6de692043 > .item {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Sitewide Banner */

.blockWrap_d380f2a2dfeb4156b5939f7e3018c763{
background-color: #028044;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}