/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #f2cd89;
}

/* Nav Button Styles */
#navTopLevel .navButton {
    padding: 10px 30px;
}
#navTopLevel .navButton:hover {
    color: #3b3b3b;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #f2cd89;
}

/* Button Styles */
.button {
    padding: 15px 30px;
}

/* HP Testimonial Styles */
.blockWrap_addd180108d74494988a3498aea5aa43 .imgCaption-title {
    letter-spacing: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.blockWrap_addd180108d74494988a3498aea5aa43 .imgCaption .imgCaption-credit {
    font-size: 14px;
}

/* HP CTA Styles - 3 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_fa704f4f74354ddcafedc28023f28553 .cols3 .item,
.blockWrap_fa704f4f74354ddcafedc28023f28553 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.3%;
    margin: 5% 0% 0% 0%;
}
}

.blockWrap_fa704f4f74354ddcafedc28023f28553 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: 5px;
}

/* Full Width Buttons */
.blockWrap_a70b6b65214d46e7bb40280755355bca .button {
    width: 100%;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #f2cd89 !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #ffffff;
    color: #3b3b3b !important;
}