/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}


/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8 {
        padding-top: 50px;
        padding-bottom: 250px;
    }
}


/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
    }
}

/* 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 Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_b7020dcb35ff43f992465e8de930ce24 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_b7020dcb35ff43f992465e8de930ce24 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_b7020dcb35ff43f992465e8de930ce24 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_b7020dcb35ff43f992465e8de930ce24 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}