/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* 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; 
    }
}

/*Homepage Mobile Hero Padding*/
@media only screen and (max-width: 767px) {
    div.blockWrap_c04fc300d8f84cbcbefc4e54fd7194d1 {
    padding-top: 50px;
    padding-bottom: 150px
    }
}

/* Fix Homepage CTA Titles Not Showing on Mobile */

@media only screen and (max-width: 767px) {
.cols4 .imgGridItem .imgHover-content {
    display: flex;
}
}

/*Homepage Mobile Image Sections */
@media only screen and (max-width: 767px) {
div.blockWrap_c9963408204541a39ed8500af9dd3094,
div.blockWrap_f395de10b65b475daffdac374c3639d5,
div.blockWrap_d4bce421f0674a7985847fd8e92a975d {
    padding-bottom: 50px;
}
}

/* 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;
}