/* Equalize Simple List Blocks*/
/* Change item class here */
.items_b767258ea508421684e412dfff075dde { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Change item class here */
.items_b767258ea508421684e412dfff075dde > .item {
	display: flex;
	flex-direction: column;
}

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