/* 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;
}

/* Custom Font Import - Overrides Sitewide Settings */

h1, h2, h3, h4, h5, h6, .contentTitle, .contentTitle a, .navContainer, .button, .navContent li .button {
    font-family: "minerva-modern", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
    font-size: 40px;
    }
}