/* Flip 50-50 Stacking Order in Mobile */ 

/*.block_ca1ee18fdbce4f3aa90e5a9067086564 {
    display: flex;
    flex-flow: wrap-reverse;
}


@media only screen and (max-width:767px){
    .imgGridItem{
        position: absolute!important;
    }
.block_ca1ee18fdbce4f3aa90e5a9067086564 .blockText,
.block_cb683718b70c4cc0b0ea8157d316a856 .blockText{
    padding-top:65px!important;
        padding-bottom:65px!important;
}

.cols2.imgMgn1 .imgGridItem{
    width: 100%!important;
}
}

.contentTitle{
    padding-bottom: 0.1em!important;
}

strong{
    letter-spacing: .1em!important;
    color: #87236b!important;
    font-size: 20px!important;
    font-weight: 300!important;
    text-transform: uppercase!important;
    padding-bottom: 1.5em!important;
}*/

/* 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; 
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols2 .imgGridItem .imgHover-content .imgEffect-content {
        display: block!important;
    }
}
@media only screen and (max-width: 768px) { 
    .blockWrap_ff152e87224c4df69919b9aa66e07c80 .imgEffect-content p {
        opacity: 1;
        transform: translateY(0%);
    }

    .blockWrap_ff152e87224c4df69919b9aa66e07c80 .imgHover-overlay {
        background-color: rgba(43, 47, 50, 0.56);
    }
}