/* 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; 
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
 .listView.vAlgn1 .itemPreview.hasImg, 
  .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* Equalize Simple List Blocks - our work page*/

/* Change item class here */
.items_ea26185657cd449c9706c82266298eca { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ea26185657cd449c9706c82266298eca > .item {
	display: flex;
	flex-direction: column;
}