/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}


strong{
        color: inherit!important;
    font-size: 20px!important;
    font-family: adobegaramondpro,"Times New Roman",Times,serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    letter-spacing: .25em!important;
    padding-left: 0.25em!important;
    padding-top: 7px!important;
    line-height: 1!important;
}

/* 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; 
    }
}