#events_module.cms_list .events-filters {
	background-color: #dddddd;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#events_module.cms_list .events-filters label {
	font-weight: bold;
	color: #333333;
}

#events_module.cms_list .events-filters	.ui-form-label {
	padding-bottom: 3px;
}

#events_module.cms_list .events-filters .filter {
	float: left;
	padding-right: 15px;
}

#events_module.cms_list .events-filters .filter input.datepicker:not(.hasDatepicker) {
	width: 150px;
	height: 27px;
}

#events_module.cms_list .events-filters .filter input.datepicker.hasDatepicker {
	height: 27px;
	width: 110px;
}

#events_module.cms_list .events-filters .filter input[name="Keywords"] {
	width: 100%;
	height: 27px;
	margin-top: -1px;
	max-width: 340px;
}

#events_module.cms_list .events-filters .filter img {
	cursor: pointer;
	vertical-align: text-top;
	margin-left: 3px;
}

#events_module.cms_list .events-filters button {
	float: left;
	padding: 3px 5px;
	position: relative;
	bottom: -20px;
}

#events_module .category-wrapper {
	display: inline-block;
	margin-right: 10px;
}

#events_module.cms_list .filter-by-category-wcag {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#events_module.cms_list .event-current-day {
	padding-top: 10px;
}

#events_module.cms_list .event-current-day .cms_title {
	float: left;
	display: inline;
}

#events_module.cms_list .event-current-day .cms_title h2 {
	margin: 0px;
}

#events_module.cms_list .event-current-day #event-calendar-link {
	float: right;
	display: inline;
}

#events_module.cms_list .events-category-name {
	font-weight: bold;
}

#events_module.cms_list .events-under-category {
	padding-left: 10px;
}

#events_module.cms_list .legend {
	padding-top: 15px;
}

#events_module.cms_list .list-view-bottom-padding {
	padding-bottom: 10px;
}

#events_module.cms_list .events-rss-link,
#events_module.cms_list .events-calendar-link {
	display: block;
	float: left;
	text-decoration: none;
}

#events_module.cms_list .events-rss-link img,
#events_module.cms_list .events-calendar-link img {
	display: block;
	padding-left: 4px;
}
#events_module.cms_list #agenda.increase-line-height-link .js-view-all {
	float: left;
	line-height: 24px;
}
#events_module.cms_list #event-calendar-link.increase-line-height-link .js-view-calendar {
	float: left;
	line-height: 24px;
}


#events_module.cms_list .registration_open {
	background-image: url( "/core/website/modules/events/assets/images/icons/registration_open_small.svg" );
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 15px 15px;
	padding-left: 19px;
}

#events_module.cms_list .registration_closed {
	background-image: url( "/core/website/modules/events/assets/images/icons/registration_closed_small.svg" );
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 15px 15px;
	padding-left: 19px;
}

#events_module.homepage_contentbox .registration_open {
	background-image: url( "/core/website/modules/events/assets/images/icons/registration_open_small.svg" );
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 15px 15px;
	padding-left: 19px;
}

#events_module.homepage_contentbox .registration_closed {
	background-image: url( "/core/website/modules/events/assets/images/icons/registration_closed_small.svg" );
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 15px 15px;
	padding-left: 19px;
}

#events_module.cms_list .cms_title {
	font-size: 0.75rem;
	padding-top: 0px;
}

#events_module.cms_list .cms_dsp_td {
	padding-right: 6px;
}

#events_module.cms_list .cms_button {
	margin-top: -3px;
}

#events_module.cms_list .cms_button:hover {
	background-color: #dddddd;
	box-shadow: 0 0px 2px #333;
}

#events_module.cms_list .cms_button {
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	padding: 2px 5px 2px 5px;
}

#events_module.cms_list .cms_divider {
	border-top: 1px solid #e1e3e0;
	height: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#events_module.cms_list .cms_date {
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 10px;
	clear: left;
}

#events_module.cms_list .cms_date.cms_date_with_time_comments {
	margin-bottom: 3px;
}

#events_module.cms_list .cms_td_header {
	background-color: #e1e3e0;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	width: 14%;
}

#events_module.cms_list .cms_oddRow {
	background: #ffffff;
}

#events_module.cms_list .cms_emptyCell {
	border-width: 0px;
	padding: 3px;
	text-align: center;
	width: 14%;
}

#events_module.cms_list .cms_filledCell {
	border-width: 0px;
	height: 70px;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	width: 14%;
}

#events_module.cms_list .cms_filledCell .cms_evt_td {
	border-width: 0px;
}

#events_module.cms_list .cms_filledCell .cms_evt_td ul {
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#events_module.cms_list .cms_filledCell .cms_evt_td li {
	padding-bottom: 3px;
}

#events_module.cms_list .cms_counter {
	border-width: 0px;
	font-weight: bold;
}

#events_module.cms_list .cms_list_item .cms_title {
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
	width: 95%;
}

#events_module.cms_list .cms_list_item .cms_date {
	margin-top: 0px;
	padding-top: 0px;
}

#events_module.cms_list .cms_list_item .cms_description {
	margin: 0px;
	padding: 0px;
}

#events_module.cms_list .cms_list_item .cms_cat_ckb_td {
	padding: 2px;
}

#events_module.cms_list .cms_list_item .cms_cat_lst_td {
	padding: 7px 7px 7px 0px;
}

#events_module.cms_entity .cms_date {
	font-weight: bold;
}

#events_module.cms_entity .cms_registration_closed {
	color: #ff0000;
	padding-bottom: 5px;
}

#events_module.cms_entity .cms_description {
	overflow: hidden;
}

#events_module .calendar.month {
	border-collapse: collapse;
}
#events_module .calendar.week {
	border-collapse: collapse;
}

#events_module .calendar .day {
	border: 1px solid;
	height: 7em;
	vertical-align: top;
}

#events_module.homepage_contentbox .event_list table tr td.date {
	padding: 0px 5px 0px 0px;
}

#events_module.cms_form .cms_info_req {
	float: right;
}

#events_module.cms_form .cms_divider {
	border-top: 1px solid #e1e3e0;
	height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#events_module.cms_form .cms_label {
	background-color: #f6f6f6;
	padding: 3px 5px 3px 0px;
	text-align: right;
	width: 32%;
}

#events_module.cms_form .cms_error {
	color: #cc0000;
	font-weight: bold;
}

#events_module.cms_form .cms_required {
	background-color: #f6f6f6;
	background-image: url( "/core/public/shared/assets/images/required.gif" );
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 5%;
}

#events_module.cms_form .cms_non_required {
	background-color: #f6f6f6;
	text-align: center;
	width: 5%;
}

#events_module.cms_form .cms_field {
	background-color: #f6f6f6;
	padding: 3px 0px 3px 3px;
	width: 63%;
}

#events_module.cms_form .cms_additional_info {
	margin-bottom: 0px;
}

#events_module.cms_form .cms_td_answers {
	padding: 2px;
}

#events_module.cms_form .cms_button:hover {
	background-color: #dddddd;
	box-shadow: 0 0px 1px #ccc;
}

#events_module.cms_form .cms_button {
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	padding: 2px 5px 2px 5px;
}

/* --- calendar --- */

#events_module.cms_list div.events_module_calendar {
	margin: 0px auto;
	position: relative;
	width: 100%;
}

#events_module.cms_list .events_module_calendar .calendar_registration_open,
#events_module.cms_list .legend .calendar_registration_open {
	background-image: url("/core/website/modules/events/assets/images/icons/registration_open_small.svg") !important;
	background-position: 0 50% !important;
	background-repeat: no-repeat !important;
	background-size: 15px 15px !important;
	padding-left: 22px !important;
}

#events_module.cms_list .events_module_calendar .calendar_registration_closed,
#events_module.cms_list .legend .calendar_registration_closed {
	background-image: url( "/core/website/modules/events/assets/images/icons/registration_closed_small.svg" ) !important;
	background-position: 0 50% !important;
	background-repeat: no-repeat !important;
	background-size: 15px 15px !important;
	padding-left: 22px !important;
}

#events_module.cms_list .events_module_calendar .fc-month-view .calendar_registration_open,
#events_module.cms_list .events_module_calendar .fc-month-view .calendar_registration_closed {
	background-position: 0 50% !important;
	background-size: 14px 14px !important;
	margin-left: 2px !important;
	padding-left: 17px !important;
}

#events_module.cms_list .events_module_calendar .fc-list-view .calendar_registration_open,
#events_module.cms_list .events_module_calendar .fc-list-view .calendar_registration_closed {
	background-image: none !important;
	background-position: 5px 50% !important;
	background-size: 14px 14px !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#events_module.cms_list .events_module_calendar .fc-list-view .fc-list-item-title:not(.calendar_registration_open):not(.calendar_registration_closed) {
	padding-left: 6px;
}

#events_module.cms_list .events_module_calendar .fc-list-view .calendar_registration_open a,
#events_module.cms_list .events_module_calendar .fc-list-view .calendar_registration_closed a {
	background-image: url( "/core/website/modules/events/assets/images/icons/registration_closed_small.svg" ) !important;
	background-position: 5px 50% !important;
	background-size: 14px 14px !important;
	margin-left: 0 !important;
	padding-left: 25px !important;
	background-repeat: no-repeat !important;
}

#events_module.cms_list .events_module_calendar .fc-list-view .calendar_registration_open a {
	background-image: url("/core/website/modules/events/assets/images/icons/registration_open_small.svg") !important;
}

#events_module.cms_list div.events_module_calendar a.fc_previous {
	height: 18px;
	left: -30px;
	line-height: 18px;
	position: absolute;
	top: 0px;
	width: 18px;
}

#events_module.cms_list .fc-list-item-marker .fc-event-dot {
	border-radius: 0;
}

#events_module.cms_list .fc-list-item:hover td .fc-event-dot[style="background-color:#ffffff"] {
	background-color: #f5f5f5 !important;
	border-radius: 0;
}

#events_module.cms_list .fc-list-item td a:hover {
	border: 0 none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}

#events_module.cms_list div.events_module_calendar div.fc-view-container div.fc-view table thead tr th {
	padding-bottom: 1px;
	padding-top: 1px;
}

#events_module.cms_list div.events_module_calendar .fc-view-container table tr th,
#events_module.cms_list .cms_td_header,
#events_module.cms_list .fc-axis.fc-widget-content {
	background: #666666;
	color: #ffffff;
}

#events_module.cms_list div.events_module_calendar .fc-view-container table tr td.fc-sat,
#events_module.cms_list div.events_module_calendar .fc-view-container table tr td.fc-sun,
#events_module.cms_list table.noscript tr td.fc-sat,
#events_module.cms_list table.noscript tr td.fc-sun {
	background: #efefef;
	color: #636363;
}

#events_module.cms_list div.events_module_calendar .fc-view-container table tr td.fc-other-month,
#events_module.cms_list table.noscript tr td.fc-other-month {
	background: #dfdfdf;
	color: #616163;
	opacity: 1;
}

#events_module.cms_list div.events_module_calendar .fc-view-container .fc-event {
	background-color: #757575;
	border-color: #bbbbbb;
	color: #000000;
	font-size: 0.75rem;
	margin-top: 2px;
}

#events_module.cms_list div.events_module_calendar .fc-view-container .fc-event span {
	background: none;
	border: none;
	white-space: normal;
}

#events_module.cms_list div.events_module_calendar a.fc_next {
	height: 18px;
	position: absolute;
	right: -30px;
	top: 0px;
	width: 18px;
}

#events_module.cms_list div.fc-list-view div.fc-scroller {
	height: auto !important;
	min-height: 150px;
}

.category {
	position: relative;
	top: 2px;
}

.category-swatch {
	display: inline-block;
	height: 10px;
	width: 10px;
}

.category-swatch.uncategorized {
	border: 1px solid #000000;
	background-color: #ffffff;
}

#events_module.cms_list table.noscript tr td.cms_filledCell,
#events_module.cms_list table.noscript tr td.cms_emptyCell {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-collapse: collapse;
}

#events_module.cms_list table.noscript tr.lastRow td.cms_filledCell,
#events_module.cms_list table.noscript tr.lastRow td.cms_emptyCell {
	border-width: 1px 0px 1px 1px;
}

#events_module.cms_list table.noscript tr td.cms_filledCell.fc-sat,
#events_module.cms_list table.noscript tr td.cms_emptyCell.fc-sat {
	border-width: 1px 1px 0px 1px;
}


#events_module.cms_list table.noscript tr td.cms_filledCell ul {
	list-style: none;
	margin: 0px 0px 0px 2px;
}

#events_module.cms_list table.noscript tr td.cms_filledCell ul li {
	border-radius: 2px;
	margin-top: 2px;
	padding: 2px;
}

#events_module #fullcalendar-controls {
	clear: both;
	overflow: hidden;
}

#events_module #fullcalendar-controls #categories {
	float: left;
}

#events_module #fullcalendar-controls #categories label {
	display: inline;
}

#events_module .list-view-link-wcag {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#events_module #fullcalendar-controls #agenda {
	float: right;
}

#events_module #event-calendar-link {
	display: none;
	float: right;
}

#events_module .event-category-label {
	font-size: 0.813rem;
	margin-bottom: 4px;
	clear: left;
}

#events_module.cms_list .found-in-category-help-text-wcag {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/* Responsive FullCalendar */
@media (max-width : 767px) {
	#events_module #fullcalendar-controls #agenda {
		float: right;
		width: 100%;
		margin: 10px 0px 0px 0px;
		display: block;
	}
}

@media (max-width: 991px) {
	.fc-toolbar .fc-left,
	.fc-toolbar .fc-right,
	.fc-toolbar .fc-center {
		display: block!important;
		text-align: center;
		position: relative;
		clear: both;
		width: 100%;
	}

	.fc-toolbar .fc-left .fc-button-group,
	.fc-toolbar .fc-left .fc-today-button,
	.fc-toolbar .fc-right .fc-button-group,
	.fc-toolbar .fc-center h2 {
		display: inline-block;
		margin: 5px auto!important;
		float: none!important;
	}

	.fc-toolbar .fc-left .fc-today-button {
		vertical-align: top;
		margin: 5px 0 0 13px !important;
	}

	.fc table {
		font-size: 0.9em !important;
		line-height: 1.25em;
	}
}

.fc td.fc-header-center h2 {
	margin: 0px;
	line-height: 0.8em;
}

.fc-button {
	height: 0.9em;
}

.fc-state-default {
	border-radius: 0px !important;
}

.fc-state-default.fc-corner-left {
	border-bottom-left-radius: 4px!important;
	border-top-left-radius: 4px!important;
}
.fc-state-default.fc-corner-right {
	border-bottom-right-radius: 4px!important;
	border-top-right-radius: 4px!important;
}


.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px!important;
	-webkit-transition: background-position 0.1s linear!important;
	-moz-transition: background-position 0.1s linear!important;
	-o-transition: background-position 0.1s linear!important;
	transition: background-position 0.1s linear!important;
}

/*full calendar styles*/
.full_calendar_view .fc-basic-view .fc-body .fc-row {
	min-height: 93px;
}
.full_calendar_view .fc-button:hover {
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}
.full_calendar_view .events_module_calendar .fc-toolbar button.fc-button {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 0.9em;
	color: #333;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin: 0;
	padding: 0 0.6em;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.full_calendar_view .events_module_calendar .fc-toolbar button.fc-button:hover {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 0.9em;
	color: #333;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin: 0;
	padding: 0 0.6em;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.full_calendar_view .events_module_calendar .fc-toolbar button.fc-button + button {
	border-left: 0 none;
}
.full_calendar_view .events_module_calendar .fc-toolbar button.fc-button + button:hover {
	border-left: 0 none;
}
.full_calendar_view .events_module_calendar .fc-toolbar button.fc-button.fc-today-button {
	margin-left: 0.75em;
}
.full_calendar_view .events_module_calendar .fc-toolbar button.fc-button.fc-today-button:hover {
	margin-left: 0.75em;
}
.full_calendar_view .events_module_calendar .fc-toolbar .fc-center h2 {
	line-height: 0.8em;
}
#events_module.cms_list.full_calendar_view div.events_module_calendar .fc-view-container table tr td.fc-other-month,
#events_module.cms_list table.noscript tr td.fc-other-month {
	background: #cccccc none repeat scroll 0 0;
	color: #565658;
}
.full_calendar_view .fc-day-grid-event {
	padding: 0;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	border-color: #ddd;
}
#events_module.cms_list.full_calendar_view .fc-unthemed .fc-head tr {
	background-color: #666666;
}

#events_module.cms_list div.events_module_calendar .fc-view-container .fc-event .fc-time {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#events_module.cms_list div.events_module_calendar .fc-view-container .fc-event .fc-title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tooltipsy {
	line-height: 1.5;
	max-width: 360px !important;
	padding: 12px !important;
}

.tooltipsy-event-time {
	font-weight: bold;
}

.tooltipsy-event-description {
	margin-top: 6px;
}

.tooltipsy-event-registration {
	margin-top: 6px;
}

/*Event Details view */
#events_module.cms_entity .cms_divider {
	border-top: 1px solid #e1e3e0;
	height: 0px;
	margin-top: 27px;
	margin-bottom: 27px;
}

#events_module.cms_entity  .cms_time_comments {
	line-height: 1.5em;
	margin-top: 0.5em;
}

#events_module.cms_entity  .events-detail-date {
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 0.25em;
	margin-top: 1em;
}

#events_module.cms_entity .registration-icon,
#events_module.homepage_contentbox .registration-icon {
	background-image: url( "/core/website/modules/events/assets/images/icons/registration_open_small.svg" );
}

#events_module.cms_entity .registration-icon.closed-registration,
#events_module.homepage_contentbox .registration-icon.closed-registration {
	background-image: url( "/core/website/modules/events/assets/images/icons/registration_closed_small.svg" );
}

#events_module.homepage_contentbox .registration-icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline-block;
	background-size: 15px 15px;
	margin-right: 2px;
	width: 15px;
	height: 15px;
}

#events_module.cms_entity .registration-icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline-block;
	background-size: 30px 30px;
	margin-right: 7px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#events_module.cms_entity .events-detail-item.registration-status {
	display: inline;
}

#events_module.cms_entity .event-full-details > div:last-of-type > div {
	margin-bottom: 0;
}

#events_module.cms_entity .cms_contact_name,
#events_module.cms_entity .cms_contact_phone,
#events_module.cms_entity .cms_location {
	overflow: hidden;
}

#events_module.cms_entity .cms_contact_name_label,
#events_module.cms_entity .cms_contact_phone_label,
#events_module.cms_entity .cms_location_label {
	margin-bottom: 0.753em;
	float: left;
	width: 15%;
	font-weight: 700;
}

#events_module.cms_entity .cms_contact_name_value,
#events_module.cms_entity .cms_contact_phone_value,
#events_module.cms_entity .cms_location_value {
	float: left;
	width: 75%;
}

#events_module.cms_entity .event-categories-wrapper {
	margin-bottom: 27px;
}

#events_module.cms_entity .registration-wrapper {
	margin-top: 27px;
}

#events_module.cms_entity .registration-info-wrapper {
	margin-bottom: 14px;
}

#events_module.cms_entity .event-categories-label {
	display: inline-block;
	color: #555;
	margin-right: 1em;
	overflow: hidden;
}


#events_module.cms_entity .events-detail-item.category-label {
	overflow: hidden;
	border-bottom: 0 none;
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.25em;
	margin-right: 1.5em;
}

#events_module.cms_entity .events-detail-item.category-label .category-border-left {
	padding-right: 0.375em;
	border-left: 18px solid #000;
	float: left;
}

#events_module.cms_entity .events-detail-item.category-label .category-link-text {
	float: left;
}

.icaldownload {
	float: right;
	width: 5%;
	text-align: right;
}

.icaldownload-text {
	display: none;
}

.allCallendarsLabel {
	display: inline;
}

.allCalendarToggleDivider {
	padding-top: 10px;
}

/*conference layout content box*/
#events_module.homepage_contentbox.conference-tabs {
	position: relative;
}

#events_module.homepage_contentbox.conference-tabs .tabs-menu {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#events_module.homepage_contentbox.conference-tabs .conference-heading.tabbed {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.5rem 0;
	border-left: 2px solid #cccccc;
	background-color: #000000;
	color: #ffffff;
	position: relative;
	vertical-align: top;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	max-width: 100%;
}

#events_module.homepage_contentbox.conference-tabs .conference-heading.tabbed.current {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}

#events_module.homepage_contentbox.conference-tabs .tab-heading-text {
	color: inherit;
	font-size: inherit;
}

#events_module.homepage_contentbox.conference-tabs .tab-content {
	position: relative;
	display: block;
	overflow: hidden;
}

#events_module.homepage_contentbox.conference-tabs .tab-pane {
	position: relative;
	display: none;
}

#events_module.homepage_contentbox.conference-tabs .tab-active {
	display: block;
}

#events_module.homepage_contentbox.conference-tabs .schedule-wrapper {
	background: #ffffff;
}

#events_module.homepage_contentbox.conference-tabs .individual-event-time-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid #cccccc;
}

#events_module.homepage_contentbox.conference-tabs .event-time {
	width: 20%;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	padding-left: 1rem;
}

#events_module.homepage_contentbox.conference-tabs .event-time span {
	text-transform: lowercase;
}

#events_module.homepage_contentbox.conference-tabs .time-description {
	width: 80%;
	padding-top: 0.35rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 0.35rem;
}
