/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* Word Wrap 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; 
    }
}

/* Get rid of button underline */
.stable-hover .navContent > ul > li > a.navButton:after {
    border-bottom: 0px !important;
}

/* 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;
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_bcf3ebf8d2d4476fb5c2e24256c9017a .listView.vAlgn1 .itemPreview.hasImg, 
    #page_bcf3ebf8d2d4476fb5c2e24256c9017a .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_bcf3ebf8d2d4476fb5c2e24256c9017a .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_bcf3ebf8d2d4476fb5c2e24256c9017a .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}
/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_c7f53fe76c3e4547967e964ba3731570 > .item p {
    margin-bottom: 20px;
}