/* Equalize Simple List Blocks*/

.items_ed2a84fab3ec4c2481e842072b05e215 /*Tickets Page*/ { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

.items_ed2a84fab3ec4c2481e842072b05e215 > .item /*Tickets Page*/ {
	display: flex;
	flex-direction: column;
}

/* 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; 
    }
}