/* 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; 
    }
}

/* 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; 
    }
}

/* HP Mobile Gallery */
@media only screen and (max-width: 480px) {
    .blockWrap_a76e93d2d7784ab0bfca0863e018b2a4 .cols5.imgMgn0 .imgGridItem {
        width: 50%;
        margin: 0;
    }
    .blockWrap_a76e93d2d7784ab0bfca0863e018b2a4 .cols5.imgMgn0 .imgGridItem:last-child {
        display: none;
    }    
}

/* HP CTA Styles - 3 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_c2103989d1924af7bd271dc96667a386 .cols3 .item,
.blockWrap_c2103989d1924af7bd271dc96667a386 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.3%;
    margin: 5% 0% 0% 0%;
}
}

/* Footer Styles */
.footerContainer .contentTitle {
    font-size: 20px;
}
.footerContainer a {
    text-decoration: none !important;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}