/* 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 - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_c04fc300d8f84cbcbefc4e54fd7194d1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockWrap_c04fc300d8f84cbcbefc4e54fd7194d1 .contentTitle {
    font-size: 32px;
}
}