/****** Mobile padding on 50 50 full width innerpage image sections******/
@media only screen and (max-width: 768px) {
    div.blockWrap_df8ab92cae624de7bf491d50eaef54d4,
    div.blockWrap_b14b28ed534e4998ade8e78bbcebe9bc,
    div.blockWrap_c21690dcd8ba46b39cb81ecd3f9eb789,
    div.blockWrap_d5a4ae4f48074c5ea774ff5079c86d9e { 
        padding-bottom: 30px;
    }
}
/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}