/* Button Padding */
.button {
    padding: 10px 20px;
}
    
.navContent li .button {
    padding: 10px 20px;
}


/* Nav Dropdowns */

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

@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_ce61b8d03d354cbbb30ed3c68a27b41d {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .blockWrap_ce61b8d03d354cbbb30ed3c68a27b41d .contentTitle {
        font-size: 30px; 
    }
}

    .blockWrap_ce61b8d03d354cbbb30ed3c68a27b41d .contentTitle {
        margin-bottom: -20px; 
    }