/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c0f30d2eefd447459ef3127467139367 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c0f30d2eefd447459ef3127467139367 > .item {
	display: flex;
	flex-direction: column;
}

/* Mobile Padding Hero */

@media only screen and (max-width: 767px) {
    div.blockWrap_ae7d7ef125dc445faa980cfded601ee5 {
    padding-top: 0px;
    padding-bottom: 50px;
    }
 }
 
 /* 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; 
    }
}