/* Homepage backgrounds */
@media only screen and (max-width: 800px) {
    .blockWrap_c770108841e74446a1eea472a056a81e {
    background: url() !important;
    background-attachment: scroll !important;
    background-position: top center !important;
    }
}

/* 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;
    }
}

/* Inner Page Hero Mobile Padding */

@media only screen and (max-width: 768px) {
    div.blockWrap_f848c831d2644535887ac6613abb92be,
    div.blockWrap_d557908c72b04a019087a8906851a9a4,
    div.blockWrap_b4e7e9dbdd33455795f9c9cbd8c22d22,
    div.blockWrap_b2653ed2a9564ded8c9a497a668ff371,
    div.blockWrap_d859f4e5bdbd4b1295b42ffc22f86ad3 {
        padding-bottom: 30px;
    }
}