/*WS360 Css code for navigation dropdown width - expand last line width if needed*/
@media only screen and (min-width: 768px){
.navContent ul li ul li, 
.navContent ul li:first-child ul li, 
.navContent ul li ul li:first-child, 
.navContent ul li:first-child ul li:first-child, 
.navContent ul li ul a,
.navContent ul li:first-child ul a, 
.navContent ul li ul a.selected, 
.navContent ul li:first-child ul a.selected, 
.navContent ul li ul .navLabel,
.navContent ul li:first-child ul .navLabel,
.navContent ul li ul .navLabel.selected, 
.navContent ul li:first-child ul .navLabel.selected {
   
    white-space: normal;
    overflow: auto;
}

ul.subNav {
    min-width: 316px !important;
}
}


/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_f3f8f546edea4bcc9f89b1e8a9b232e5 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f3f8f546edea4bcc9f89b1e8a9b232e5 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_f3f8f546edea4bcc9f89b1e8a9b232e5 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_f3f8f546edea4bcc9f89b1e8a9b232e5 > .item p {
    margin-bottom: 0px;
}