/* Button Styles */

.button {
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left:  20px;
    padding-right: 20px;
}

/* CTA Kerning */

.imgEffect-content.imgEffect-content--showTitle.imgHover-content .contentTitle {
    letter-spacing: .2em;
}


.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #bf8b5d;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    width:300px;
}
.popupButton:hover {
    background: #ae7f55;
    color: #fff!important;
}

.popupTitle {
    font-size: 40px;
    color: #000000;
    margin-top: 40px;
    margin-bottom:-20px;
    line-height: 1.1em;
    padding-bottom: 0;
}

/* End Popup Styles */

/* Home Bottom Logos */
.block_b5553bd5612a4f3a8985189a9182d8de .itemsCollectionContent  {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.block_b5553bd5612a4f3a8985189a9182d8de .itemsCollectionContent .item {
    margin: 0;
    padding: 10px;
}

@media (max-width: 767px) {
    .block_b5553bd5612a4f3a8985189a9182d8de .itemsCollectionContent .item {
        width: 33%;
    }
}