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

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

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

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* Hero Image and Review Styles */
.blockWrap_f55997b475104327aa0e6b0cfee39248 .contentTitle,
.blockWrap_eb1eae21d3734d9194051ce16489b7d9 .contentTitle {
    padding-bottom: 10px;
}
.blockWrap_f55997b475104327aa0e6b0cfee39248 .blockInnerContent p,
.blockWrap_eb1eae21d3734d9194051ce16489b7d9 .blockInnerContent p {
    padding-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* Mobile Hero Image and Review Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_f55997b475104327aa0e6b0cfee39248 {
    padding-top: 50px;
    padding-bottom: 100px;
}
div.blockWrap_eb1eae21d3734d9194051ce16489b7d9 {
    padding-top: 50px;
}
div.blockWrap_b5d2b04d1115424586393a1818e7d06c {
    padding-bottom: 50px;
}
.blockWrap_f55997b475104327aa0e6b0cfee39248 .contentTitle,
.blockWrap_eb1eae21d3734d9194051ce16489b7d9  .contentTitle {
    font-size: 36px;
}
.blockWrap_f55997b475104327aa0e6b0cfee39248 .blockInnerContent p,
.blockWrap_eb1eae21d3734d9194051ce16489b7d9 .blockInnerContent p {
    font-size: 18px;
}
}

/* HP CTA Styles - 4 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_ee60e5b4c8d44f64826a3a86dd477e56 .cols4 .item,
.blockWrap_ee60e5b4c8d44f64826a3a86dd477e56 .cols4 .socialStreamGroup {
    clear: none;
    width: 25%;
    margin: 2% 0% 0% 0%;
}
}




/* HP Mobile Styles */
@media only screen and (max-width: 600px) {
.blockWrap_fe74112645864f749798e1676d2ead85 .blockInnerContent,
.blockWrap_ddfcaa0efa634bbfaa9ae1cdde178bb1 .blockInnerContent,
.blockWrap_c2242d28c17e4b839461e52d1bed47a4 .blockInnerContent {
    padding-bottom: 40px;
}
div.blockWrap_b206a4c336e44eb0825fde70beafc699  {
    padding-top: 50px;
    padding-bottom: 30px;
}
}

/* Footer Styles */
.footerContainer a:hover {
    color: #e6ba8d !important;
}
.footerContainer .socialIcons a:hover {
    color: #e6ba8d;
}