/* 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; 
    }
}

/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #02b4fa;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #02b4fa;
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 25px;
}

/* CTAs */
.imgEffect-content--showTitle .contentTitle {
    letter-spacing: 0.05em !important;
}


/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #02b4fa !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #ffffff;
    color: #02b4fa;
}
.footerContainer .contentTitle {
    font-size: 24px;
    letter-spacing: 0.05em;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_f9deb460420648c1880edbd7d49ef6aa {
    padding-top: 100px;
    padding-bottom: 100px;
}
div.blockWrap_a90d014fbd1945e0b13dbc0cd7f3d3e8,
div.blockWrap_ce502bf1d6454b31b918fae9f8d7b8de {
    padding-bottom: 40px;
}
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}