/* Flip 50-50 Stacking Order in Mobile 

.block_a036b9ebc3ad437cb93890e0785c41b3{
    display: flex;
    flex-flow: wrap-reverse;
} */

/* 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; 
    }
}

/* Mobile fix for paper edge spacing on Homepage*/
@media only screen and (max-width: 768px) {
    .block_d9d3bb0c17d14313a444a44849f541e1 .blockImg { 
        margin-top: -10px !important;
    }
    .block_daf9db407427422d8700ae1a85b8461a .blockImg { 
        margin-bottom: -10px !important;
    }
/*Mobile hero BG adjustmnent*/
div.blockWrap_a036b9ebc3ad437cb93890e0785c41b3 {
    background-size: contain;
    text-align: center;
    background-color: white;
}
div.blockWrap_a036b9ebc3ad437cb93890e0785c41b3 p{
 text-align: center;
 font-size: 16px;   
}
div.blockWrap_a036b9ebc3ad437cb93890e0785c41b3 .contentTitle{
 text-align: center;
 font-size: 20px;   
}
div.blockWrap_a036b9ebc3ad437cb93890e0785c41b3 .blockImg {
    text-align: center;
    margin: auto;
    width: 80%;
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols5 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}