/* 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; 
    }
}

/* Equalize Simple List Blocks SITEWIDE */
/* Make sure to UNCHECK "Height-optimized grid" */
.itemsCollectionContent { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.itemsCollectionContent > .item {
	display: flex;
	flex-direction: column;
}

/* Blog Pagination Styles */
.pagination {
    padding-top: 20px;
}
.contentTitle a.paginationTrigger {
    color: #15d231;
    font-size: 28px;
}

/* Mobile Title Size*/
@media only screen and (max-width:767px){
.contentTitle{
    font-size: 35px!important;
}
}

strong {
    text-transform:uppercase!important;
    Font-weight: 300!important;
    letter-spacing: 0.15em!important;
    color:inherit!important;
    font-size: 16px!important;
}