/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* 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; 
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_aec8b1efcd624be18ca6f8c760ae36be {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}