/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

.blockInnerContent a {
    color: #fff;
    background-color: #dba100;
    padding: 8px 16px;
}
.blockInnerContent a:hover, .itemsCollectionContent.items_eccbaa6c139a4724b7ed6bb35c050a82.gridView.cols2.itmBw0.itmSy0.txa0 a:hover {
    color: #fff !important;
    background: #985238;
    border-color: #000;
}
.items_eccbaa6c139a4724b7ed6bb35c050a82 .item .itemInnerContent a:not(.button), .items_eccbaa6c139a4724b7ed6bb35c050a82 .item .socialContent a:not(.button), .items_eccbaa6c139a4724b7ed6bb35c050a82 .item .socialActions a:not(.button) {
    color: #ffffff !important;
    background-color: #dba100 !important;
    padding: 8px 16px !important;
}

.block_d5a2be6ad02847fa99e8432a5163503c p:nth-child(1) a {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
        padding: 0px 7px;
}
.block_d5a2be6ad02847fa99e8432a5163503c p:nth-child(1) a:hover {
    color: #0e0e0e !important;
}