/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 8px 20px;
}

/* Flip 50-50 Stacking Order in Mobile Hero - Homepage */

.block_d885bf5aa5414ae182b1903d0e9e0aa9  {
    display: flex;
    flex-flow: wrap-reverse;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_d885bf5aa5414ae182b1903d0e9e0aa9 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_a29939928fc34a48b816e7a782700fd5 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_a29939928fc34a48b816e7a782700fd5 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_a29939928fc34a48b816e7a782700fd5 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_a29939928fc34a48b816e7a782700fd5 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}