/* 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: 10px 30px;}

@media only screen and (max-width: 767px) {
    .headerContainer {
     padding-bottom: 80px !important;
    }
}

/*Responsive Homepage Hero*/
/*replace <.block_ca1ee18fdbce4f3aa90e5a9067086564.> with copyable selector from widget*/

@media only screen and (max-width: 767px) {
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
        text-align: center;
    }

    .block_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 40px;
    }

    .block_ca1ee18fdbce4f3aa90e5a9067086564 .blockInnerContent {
        font-size: 30px;
    }
}