/* 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; 
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Homepage Badges Styling */
@media only screen and (min-width: 768px) {
.items_d4bc907e68b24dc89930c91ce472c7f4 .itemImg {
    margin-top: -100px;
}
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_cdba65b168bd40e9b4690d6aa822de85 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockWrap_cdba65b168bd40e9b4690d6aa822de85 .contentTitle {
    font-size: 40px;
    }
}