/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .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; 
    }
}

@media only screen and (max-width:767px){
    .imgWidth--50 .blockText{
        padding-top: 50px!important;
        padding-bottom: 70px!important;
}
.contentTitle {
    font-size: 38px!important;
}
.cols3.imgMgn1 .imgGridItem {
    width: 100%!important;
    margin: 5% 0 0 0%!important;
}
}