.sessionsparsys,
.sessionsparsys .boxfilteringpar {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
}

.eventsession {
	width: 50%;
}

.event-session {
	padding: 10px;
	height: 100%;
}

.event-session .content {
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
	height: auto;
}

.event-session .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.event-session div.image {
	width: 100%;
	margin-top: 20px;
}

.image img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.event-session .when,
.event-session .where {
	display: flex;
	align-items: center;
	color: #666666;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}

.event-session .description {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.event-session .when {
	margin-top: 16px;
}

.whenText .when {
	margin: 0;
}

.event-session .where {
	margin: 16px 0;
}

.whenImg, 
.whereImg {
	vertical-align: top;
	width: 30px;
	height: 30px;
}

.whenText, 
.whereText {
	display: inline-block;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
} 

.physical-event-date-icon,
.physical-event-icon,
.event-virtual-icon {
	margin-right: 8px;
}

.mt_direction_right_to_left .physical-event-date-icon,
.mt_direction_right_to_left .physical-event-icon,
.mt_direction_right_to_left .event-virtual-icon {
	margin-right: 0;
	margin-left: 8px;
}

.fbB_formView form button {
	width: 100%;
	margin: 16px 0 0 0;
}

.standard-adjustable-content .content-section .feedbackb {
	margin-bottom: 0;
}

.see-date-options {
	gap: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.see-date-options .date-options-arrow {
	flex: 0 0 auto;
}

.event-arrow {
	border: solid #004494;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.2s ease-in-out !important;
    margin: 0 3px 0 0;
}

.date-options-label {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #004494;
}

.map {	
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-top: 16px;
}

.map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.sessionparsys {
	padding: 0px 0px 0px 10px;
}

.eventSessionWhen {
	font-weight: bold;
}

@media (max-width:600px) {
	.eventsession {
		margin-bottom: 10px;
		width: 100%;
	}
}