/* Mobile Title Size*/
@media only screen and (max-width:767px){
.contentTitle{
    font-size: 35px!important;
}
}
    

/* 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;
}


/* 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; 
    }
}

strong{
    text-transform:uppercase!important;
    Font-weight: 300!important;
    letter-spacing: 0.15em!important;
    color:inherit!important;
    font-size: 16px!important;
}