/* 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; 
    }
}

/* Header Button */
@media only screen and (min-width: 768px) {
    .navContent li .button {
        display: none;
    }
}

/* Header Social Icons */
.navContainer .socialIcons a:hover {
    color: #eab215 !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: #eab215 !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #ffffff !important;
    color: #eab215 !important;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_d6011c1abd8f47868ab39e82e64bf85c,
div.blockWrap_d73fd513fdc243b6ac8db06223774ee4 {
    padding-bottom: 40px;
}
}