/* 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; 
    }
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}

/* 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;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #a9db32 !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #93bf2c;
    color: #ffffff !important;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_efcd0eca308f42538b65012385163ed0,
div.blockWrap_d168ed98322d4d2fba471b6ede4aefa4 {
    padding-bottom: 40px;
}
}

/* Emergencies PB */
.block_f63f19753fa449e9b291c64f58fc9cc6 .contentTitle {
    text-transform: none;
}

/* Blog Page Links */
.moreLink {
    text-transform: capitalize;
}