/* Nav Dropdowns */
.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    border-bottom: none !important;
}
@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Navigation Styles */
#navTopLevel a, #navTopLevel .navLabel {
    border-bottom: 1px solid #111111;
}
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #b99c40;
}
/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #b99c40;
}

/* Buttons */
.button {
    padding: 10px 30px;
}

/* Footer Styles */
.footerContainer .contentTitle {
    font-size: 20px;
}
.blockWrap_f9fcd93386224b608d1e517b4ab8068d {
    width: 100% !important;
    padding-top: 120px !important;
}
.blockWrap_f9fcd93386224b608d1e517b4ab8068d p {
    text-align: center!important;
    font-size: 12px;
}