/* Flip 50-50 Stacking Order in Mobile */
    @media only screen and (max-width: 480px) {
    .block_ca1ee18fdbce4f3aa90e5a9067086564 {
        display: flex;
        flex-flow: wrap-reverse;
    }
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564,
    .blockWrap_f2cb5f2bb9a742168eafa0710871216e{
        padding-top: 80px!important;
        padding-bottom: 80px!important;
}
.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .blockText{
    padding-bottom: 1.5em!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 */
.col2 > .item,
.cols3 > .item,
.cols4 > .item,
.cols5 > .item,
.cols6 > .item{
	display: flex;
	flex-direction: column;
}


/* 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; 
    }
}