/* 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;
}

@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_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 37px; 
    }
}


/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_d5abd5db59434d318067cd0ee49cd886 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_d5abd5db59434d318067cd0ee49cd886 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_d5abd5db59434d318067cd0ee49cd886 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_d5abd5db59434d318067cd0ee49cd886 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}