/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_d585f4151e0146d98d85157b14734a60 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_d585f4151e0146d98d85157b14734a60 .contentTitle {
        font-size: 35px; 
    }
}

/* 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; 
    }
}