/* Flip 50-50 Stacking Order in Mobile */
    @media only screen and (max-width: 767px) {
    .block_b4f535ff3d654167a8c420863b8678ac {
        display: flex;
        flex-flow: wrap-reverse;
    }
    .blockWrap_af7ed33dd9a3467b8e621604a1340d22,
    .blockWrap_cb683718b70c4cc0b0ea8157d316a856{
    padding-top: 55px;
    padding-bottom:55px!important;
}
    .blockWrap_b4f535ff3d654167a8c420863b8678ac .blockImg{
            padding-top: 1.5em!important;
}
.blockWrap_af7ed33dd9a3467b8e621604a1340d22 {
 background-size: cover!important;
}
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.cols2,
.cols3,
.cols4,
.cols5,
.cols6 { 
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100%;
}

/* Change item class here */
.cols2 > .item,
.cols3 > .item,
.cols4 > .item,
.cols5 > .item,
.cols6 > .item{
display: flex;
flex-direction: column;
}


.button,
.navContent li .button {
        padding: .75em 1.2em!important;
}

@media only screen and (max-width:1026px){
    .blockWrap_b4f535ff3d654167a8c420863b8678ac p{
        font-size: 16px!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; 
    }
}