/* 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; 
    }
}

.subNav {
    border-radius: 30px;
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_c7869aafd6364bd39ee5c6644cd8556a {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .blockWrap_c7869aafd6364bd39ee5c6644cd8556a .contentTitle {
        font-size: 35px; 
    }
}