/* Button Styles */
.button {
    padding: 15px 30px;
}

/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #000000;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #000000;
}

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* HP Testimonial Slider Styles */
.imgCaption-title {
    letter-spacing: 5px;
}

/* HP CTA Styles - 3 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_dbb9f5ebfbf0409ab3852bff6c5eba3d .cols3 .item,
.blockWrap_dbb9f5ebfbf0409ab3852bff6c5eba3d .cols3 .socialStreamGroup {
    clear: none;
    width: 33.3%;
    margin: 5% 0% 0% 0%;
}
}

.blockWrap_dbb9f5ebfbf0409ab3852bff6c5eba3d .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: 5px;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}

.footerSocialIcons li a:hover {
    color: #000000;
}