/* 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;
}

/* HP CTAs */
.blockWrap_d6421495fcdc4f9f8c4161b3ab364aeb .galleryWrapper {
    background-color: #ffffff;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #ee2225 !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #ffffff;
    color: #ee2225;
}

/* 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;
}

/* HP Mobile Gallery */
@media only screen and (max-width: 480px) {
    .blockWrap_d6421495fcdc4f9f8c4161b3ab364aeb .imgGridItem {
        padding-bottom: 20px;
    }    
    .blockWrap_d6421495fcdc4f9f8c4161b3ab364aeb .cols2.imgMgn1 .imgGridItem {
        width: 100%;
        margin: 0;
    }
    .blockWrap_d6421495fcdc4f9f8c4161b3ab364aeb .contentImg.imgHover.imgHover--zoom.visible {
        width: 100%;
    }      
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_d6421495fcdc4f9f8c4161b3ab364aeb,
div.blockWrap_fd24a5812e914bc79d121ff118e9cceb {
    padding-bottom: 40px;
}
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}
/* Sitewide Banner */

.blockWrap_dbb247e4c5644ba59f85df04f607c774{
background-color: #234C8A;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}