/* 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;
}

/* 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;
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_ebc8cc700dc4466182056942e2d3621f .listView.vAlgn1 .itemPreview.hasImg, 
    #page_ebc8cc700dc4466182056942e2d3621f .listView.vAlgn2 .itemPreview.hasImg,
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_ebc8cc700dc4466182056942e2d3621f .listView .itemPreview.hasImg .itemImg,
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_ebc8cc700dc4466182056942e2d3621f .listView .itemPreview.hasImg .itemContent,
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}