/* 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;
    text-transform: capitalize !important;
}

@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_c44aa0e33f564dbfb9f00bc6096d42c2 {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }
    
    .blockWrap_c44aa0e33f564dbfb9f00bc6096d42c2 .contentTitle {
        font-size: 40px; 
    }
}

.blockWrap_c44aa0e33f564dbfb9f00bc6096d42c2 .contentTitle {
        line-height: 1em; 
    }

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_c8f1e4b331424d42b7dcb514f76116dc {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }
    
    .blockWrap_c8f1e4b331424d42b7dcb514f76116dc .contentTitle {
        font-size: 40px; 
    }
}