/* 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%;
    }
}

/* Button Padding */
.button {
    padding: 15px 30px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e3ba4ba1bbe44dd8a1f8044f99722b3a { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e3ba4ba1bbe44dd8a1f8044f99722b3a > .item {
	display: flex;
	flex-direction: column;
}