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

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

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

/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}

.blockWrap_dd882571130e4ea183e70a27dbbf39b2 .blockText p {
    padding-bottom: 200px;
}

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

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_b146d628930c4206abd16b3450fe7fba {
    padding-bottom: 40px;
    margin-bottom: 20px;
}
div.blockWrap_c959001c526d47639b0e54f93fd38b78 {
    padding-bottom: 40px;
}
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}