/* Popup Styles */
.dismiss{
    cursor: pointer;
}
.fancybox-skin {
    background: #ffffff;
}
.popupContent {
    font-size: 20px;
    padding-top: 15px;    
}
/* End Popup Styles */

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_bb2daff65be244e0bda20fafae815f0a,
.items_fd4009648f164ba5b3109a84f0ef7788 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bb2daff65be244e0bda20fafae815f0a > .item,
.items_fd4009648f164ba5b3109a84f0ef7788 > .item {
	display: flex;
	flex-direction: column;
}