#main {
  padding: 0;
}

#main .node--type-page .container h1.blue-point {
  display: none;
}

.conference-calendar-filters.left-side {
  display: none;
}

.conference-calendar-filters.left-side.shown {
  padding-right: 45px;
  display: block;
}

.conference-calendar-filters.left-side label.filter-label {
  font-size: 24px;
  font-family: "Lora Bold", serif;
  color: rgb(26, 26, 28);
  margin-bottom: 27px;
  display: block;
}

.filter-type-of-event {
  display: none;
}

.conference-calendar-filters.left-side .filter-type-of-event > span,
.conference-calendar-filters.left-side .filter-body > span,
.conference-calendar-filters.left-side .filter-status > span,
.conference-calendar-filters.left-side .filter-webcast > span,
.conference-calendar-filters.left-side .filter-time-slider > span {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-family: "Merriweather Sans Light", sans-serif;
  color: rgb(25, 25, 112);
  margin: 24px 0 0px 0;
  padding-right: 20px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
}

.filter-type-of-event .input-container::before,
.filter-body .input-container::before {
  content: "";
  background-image: url(../../../../themes/custom/assets/svgs/right-arrow.svg);
  background-repeat: no-repeat;
  position: relative;
  width: 12px;
  height: 10px;
  background-size: contain;
  display: block;
  left: 92%;
  transform: rotate(90deg);
  background-position: bottom;
  top: 20px;
}

.filter-type-of-event .input-container #event-type-input,
.filter-body .input-container #body-input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid black;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(66, 66, 69);
  padding: 0 0 9px 0;
  padding-right: 35px;
}

ul#typeofeventfilter, ul#bodyfilter {
  list-style: none;
  max-height: 200px;
  visibility: hidden;
  position: absolute;
  min-height: 128px;
  overflow: hidden;
  overflow-y: scroll;
  padding-left: 16px;
  background-color: rgb(255, 255, 255);
  z-index: 5;
  border-top: 2px solid rgb(65, 105, 226);
  margin-bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 10px 10px;
  width: calc(100% - 60px);
}

ul#typeofeventfilter.active, ul#bodyfilter.active {
  visibility: visible;
}

ul#typeofeventfilter.active li, ul#bodyfilter.active li {
  z-index: 20;
}

ul#typeofeventfilter li, ul#bodyfilter li {
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
  color: rgb(66, 66, 69);
  position: relative;
  padding: 5px 20px;
  display: inline-block;
  width: 100%;
  pointer-events: all;
  cursor: pointer;
}

ul#typeofeventfilter li.result-selected, ul#bodyfilter li.result-selected {
  background-color: rgb(225, 233, 255);
}

ul#typeofeventfilter li.result-selected::before, ul#bodyfilter li.result-selected::before {
  background-image: linear-gradient(to bottom, rgb(65, 105, 226) 0%, rgb(65, 105, 226) 100%), linear-gradient(to bottom, white 0%, white 100%);
  background-clip: content-box, padding-box;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  background-color: rgb(255, 255, 255);
  border: 1.5px solid rgb(65, 105, 226);
  border-radius: 2px;
  left: 0px;
  top: 9px;
  position: absolute;
}

ul#typeofeventfilter li::before, ul#bodyfilter li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  background-color: rgb(255, 255, 255);
  border: 1.5px solid rgb(65, 105, 226);
  border-radius: 2px;
  left: 0px;
  top: 9px;
  position: absolute;
}

.filter-status > span, .filter-webcast > span {
  margin-bottom: 20px;
}

.filter-status .filter-container, .filter-webcast .filter-container {
  position: relative;
  display: flex;
  cursor: pointer;
  border-radius: 2px;
  height: fit-content;
}

.filter-status .filter-container .radio-container, .filter-webcast .filter-container .radio-container {
  justify-content: center;
  display: flex;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.filter-status .filter-container .radio-container input[type="radio"],
.filter-webcast .filter-container .radio-container input[type="radio"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  position: absolute;
  margin-left: 0;
}

.filter-status .filter-container .radio-container .radio-label,
.filter-webcast .filter-container .radio-container .radio-label {
  font-family: "Merriweather Sans Regular", sans-serif;
  color: rgb(66, 66, 69);;
  border: 1px solid rgb(89, 113, 138);
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
  min-height: 20px;
  position: relative;
  font-weight: 400;
}

.filter-status .filter-container .radio-container input[type="radio"].selected + label,
.filter-webcast .filter-container .radio-container input[type="radio"].selected + label {
  color: rgb(65, 105, 226);
  border: 1px solid rgb(65, 105, 226);
}

.conference-calendar-filters.left-side .filter-time-slider .time-slider {
  width: 100%;
  margin: 10px 0;
}

.conference-calendar-filters.left-side .filter-time-slider .time-slider .inputs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conference-calendar-filters.left-side .filter-time-slider .time-slider .inputs-container input {
  border: 1px solid rgb(65, 105, 226);
  width: 100px;
  margin: 8px 0 33px;
  font: normal normal normal 16px "Merriweather Sans Regular", sans-serif;
  background-color: transparent;
  letter-spacing: initial;
  color: rgb(66, 66, 69);
  opacity: 1;
  text-align: center;
  padding: 8px 15px;
}

.conference-calendar-filters.left-side .filter-time-slider .time-slider .ui-slider.ui-slider-horizontal {
  height: 6px;
  position: relative;
  text-align: left;
  border: 1px solid rgb(153, 151, 151);
  background: rgb(217, 214, 214);
  color: rgb(66, 66, 69);
}

.conference-calendar-filters.left-side .filter-time-slider .time-slider .ui-slider.ui-slider-horizontal .ui-slider-range.ui-corner-all.ui-widget-header {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  top: 0;
  height: 100%;
  background-color: rgb(65, 105, 226);
}

.conference-calendar-filters.left-side .filter-time-slider .time-slider .ui-slider.ui-slider-horizontal span {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  top: -0.5em;
  margin-left: -0.6em;
  border: 1px solid rgb(65, 105, 226);
  background: 50% 50% repeat-x rgb(65, 105, 226);
  font-weight: bold;
  color: rgb(65, 105, 226);
  border-radius: 50%;
}

#apply-filters {
  width: 120px;
  height: 40px;
  border-radius: 2px;
  background-color: rgb(65, 105, 226);
  color: rgb(255, 255, 255);
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-top: 45px;
}

#clear-filters {
  position: absolute;
  right: 25px;
  top: 0;
  padding: 0 0 0 20px;
  padding-bottom: 0px;
  width: fit-content;
  border-radius: 0px;
  padding-bottom: 2px;
  background: transparent;
  color: rgb(26, 26, 28);
  border: none;
  height: 30px;
  border-bottom: 1px solid rgb(65, 105, 226);
}

#clear-filters::before {
  content: "";
  background-image: url(../../../../themes/custom/assets/svgs/Reset.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 7px;
}

.right-side.col-md-9 {
  padding-left: 20px;
}

.right-side p.hide-filters {
  position: relative;
  top: 35px;
  z-index: 5;
  height: 45px;
  text-wrap: nowrap;
}

.field--name-body.field--type-text-with-summary {
  margin-top: 8px;
}

.back-to-main {
  color: var(--Primary-Azur, #4169E2);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
}

.back-to-main::before {
  background-position: 0 1px;
  background-repeat: no-repeat;
  background: url(../../../../themes/custom/assets/svgs/chevron_left.svg);
  content: "";
  height: 16px;
  margin-right: 4px;
  width: 16px;
}

.right-side .views-infinite-scroll-header .title,
.at-a-glance .views-infinite-scroll-header .title {
  color: rgb(26, 26, 28);
  font-family: "Lora Bold", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.384px;
  line-height: normal;
  margin-bottom: 24px;
  padding-top: 64px;
  position: relative;
  width: 100%;
}

.at-a-glance .chips-container {
  display: none;
}

.right-side .filter-and-button-container,
.at-a-glance .date-and-buttons-container {
  display: flex;
}

.right-side .filter-and-button-container .filter-and-button-container {
  display: flex;
  flex: 6;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 60%;
}

.right-side .filter-and-button-container .switch-container {
  width: 40%;
}

.right-side .date-container,
.right-side .type-container,
.right-side .timezone-switcher-and-webcast-filter {
  display: flex;
  height: min-content;
  position: relative;
  min-width: 0;
  gap: 8px;
}

.at-a-glance .date-and-buttons-container .date-container {
  display: flex;
  flex: 6;
  gap: 8px;
  height: min-content;
  position: relative;
  min-width: 0;
}

.right-side .filter-and-button-container .date-container .date-list,
.right-side .filter-and-button-container .type-container .type-list,
.at-a-glance .date-and-buttons-container .date-container .date-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  overflow: hidden;
}

.right-side .filter-and-button-container .date-container .filter-border,
.right-side .filter-and-button-container .type-container .filter-border,
.at-a-glance .date-and-buttons-container .date-container .filter-border {
  border-bottom: 1px solid #4169E2;
  position: absolute;
  left: 54px;
  bottom: 0;
}

.right-side .filter-and-button-container .date-container .date-list .date-list-label,
.right-side .filter-and-button-container .type-container .type-list .type-list-label,
.right-side .timezone-switcher-and-webcast-filter .timezone-toggle .timezone-toggle-title,
.at-a-glance .date-and-buttons-container .date-container .date-list .date-list-label {
  color: var(--Secondary-Dark-Grey, #636365);
  font-family: "Merriweather Sans Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.right-side .filter-and-button-container .date-container .date-item,
.right-side .filter-and-button-container .date-container .more-button,
.right-side .filter-and-button-container .type-container .type-item,
.right-side .filter-and-button-container .type-container .more-button,
.at-a-glance .date-and-buttons-container .date-container .date-list .date-item,
.at-a-glance .date-and-buttons-container .date-container .more-button {
  color: var(--Primary-Azur, #4169E2);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: max-content;
  line-height: 20px;
  padding-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}

.right-side .filter-and-button-container .date-container .more-button,
.right-side .filter-and-button-container .type-container .more-button,
.at-a-glance .date-and-buttons-container .date-container .more-button {
  border: none;
  background: transparent;
  display: flex;
}

.right-side .filter-and-button-container .date-container .more-button::after,
.right-side .filter-and-button-container .type-container .more-button::after,
.at-a-glance .date-and-buttons-container .date-container .more-button::after {
  -webkit-transform: rotate(135deg);
  background-position: 0 1px;
  background-repeat: no-repeat;
  background: url(../../../../themes/custom/assets/svgs/chevron_left.svg);
  content: "";
  height: 16px;
  margin-left: 4px;
  margin-top: 1px;
  transform: rotate(270deg);
  width: 16px;
}

.right-side .filter-and-button-container .date-container .more-button.selected,
.right-side .filter-and-button-container .type-container .more-button.selected,
.at-a-glance .date-and-buttons-container .date-container .more-button.selected {
  border-bottom: 2px solid #4169e2;
}

.right-side .filter-and-button-container .date-container .date-list .date-item.active-filter,
.right-side .filter-and-button-container .type-container .type-list .type-item.active-filter,
.at-a-glance .date-and-buttons-container .date-container .date-list .date-item.active-filter {
  border-bottom: 2px solid #4169e2 !important;
}

.right-side .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline:first-child {
  margin-left: 18;
}

.right-side .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline,
.right-side .timezone-switcher-and-webcast-filter .check-inline {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 26px;
}

.right-side .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline,
.right-side .timezone-switcher-and-webcast-filter .check-inline {
  display: inline-flex;
}

/* Hide the default radio button */
.right-side .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #4169E2;
  border-radius: 50%;
  bottom: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
}

/* Style the checked state */
.right-side .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline input[type="radio"]:checked {
  border-color: #4169E2;
}

/* Create the inner dot when checked */
 .right-side .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #4169E2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.right-side .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline span,
.right-side .timezone-switcher-and-webcast-filter .check-inline span {
  align-self: center;
  margin-left: 8px;
}

/* Hide the default checkbox */
.right-side .timezone-switcher-and-webcast-filter .check-inline input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #4169E2; /* Color when unchecked */
  outline: none;
  cursor: pointer;
  position: relative;
}

/* Style the checked state */
.right-side .timezone-switcher-and-webcast-filter .check-inline input[type="checkbox"]:checked {
  background-color: #4169E2;
  border-color: #4169E2;
}

/* Create the checkmark */
.right-side .timezone-switcher-and-webcast-filter .check-inline input[type="checkbox"]:checked::before {
  content: '✓';
  display: block;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.at-a-glance .date-and-buttons-container .switch-container {
  flex: 4;
  min-width: 0;
  position: relative;
}

.at-a-glance .date-and-buttons-container .switch-container .view-mode-switcher,
.at-a-glance .date-and-buttons-container .switch-container .expand-all-container,
.at-a-glance .date-and-buttons-container .switch-container .last-updated {
  display: flex;
  justify-content: end;
}

.right-side .filter-and-button-container .switch-container {
  text-align: right;
}
.right-side .filter-and-button-container .view-mode-switcher .mode-switch-button,
.at-a-glance .date-and-buttons-container .switch-container .view-mode-switcher .mode-switch-button {
  background: var(--Primary-Snow, #FFF);
  border-radius: 0 2px 2px 0;
  border: 1px solid var(--Primary-Azur, #4169E2);
  color: var(--Primary-Azur, #4169E2);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 16px;
  text-align: center;
}

.right-side .filter-and-button-container .view-mode-switcher .mode-switch-button.mode-switch-button-active,
.at-a-glance .date-and-buttons-container .switch-container .view-mode-switcher .mode-switch-button.mode-switch-button-active {
  background: var(--Primary-Azur, #4169E2);
  color: var(--Primary-Snow, #FFF);
}

.at-a-glance .date-and-buttons-container .switch-container .expand-all-container {
  margin-top: 10px;
}

.right-side .filter-and-button-container .view-mode-switcher,
.right-side .filter-and-button-container .expand-all-container,
.right-side .filter-and-button-container .search-and-hide-filters-wrapper {
  display: flex;
  justify-content: end;
}

.right-side .filter-and-button-container .expand-all-container,
.right-side .filter-and-button-container .search-and-hide-filters-wrapper {
  margin-top: 10px;
}

.right-side .filter-and-button-container .expand-all-container button,
.at-a-glance .date-and-buttons-container .switch-container .expand-all-container button {
  background: transparent;
  border: none;
  border-bottom: 1px solid #4169E2;
  color: var(--Primary-Azur, #4169E2);
  display: flex;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 12px;
  text-align: center;
}

.right-side .filter-and-button-container .expand-all-container button {
  display: flex;
}

.right-side .filter-and-button-container .expand-all-container button.expanded::before,
.at-a-glance .date-and-buttons-container .switch-container .expand-all-container button.expanded::before {
  background-position: 0 1px;
  background-repeat: no-repeat;
  background: url(../../../../themes/custom/assets/svgs/accordion-azure.svg);
  content: "";
  height: 16px;
  margin-right: 4px;
  width: 16px;
}

.right-side .filter-and-button-container .expand-all-container button.collapsed::before,
.at-a-glance .date-and-buttons-container .switch-container .expand-all-container button.collapsed::before {
  background-position: 0 1px;
  background-repeat: no-repeat;
  background: url(../../../../themes/custom/assets/svgs/burger_menu_azure.svg);
  content: "";
  height: 16px;
  margin-right: 4px;
  width: 16px;
}

.right-side .filter-and-button-container .expand-all-container button.expanded.active,
.right-side .filter-and-button-container .expand-all-container button.collapsed.active,
.at-a-glance .date-and-buttons-container .switch-container .expand-all-container button.expanded.active,
.at-a-glance .date-and-buttons-container .switch-container .expand-all-container button.collapsed.active {
  font-weight: 500;
  position: relative;
}

.right-side .filter-and-button-container .expand-all-container button.active::after,
.at-a-glance .date-and-buttons-container .switch-container .expand-all-container button.active::after {
  background-color: #4169E2;
  bottom: 0;
  content: '';
  height: 2px;
  left: 12px;
  position: absolute;
  width: calc(100% - 24px);
}

.at-a-glance .date-and-buttons-container .last-updated {
  background: var(--Background-Azur-16, #E1E7FA);
  border-radius: 25px;
  bottom: -50px;
  color: var(--Primary-Ocean, #191970);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0 12px;
  position: absolute;
  right: 0;
}

.filter-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.filter-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: 10px 16px;
  color: var(--Primary-Azur, #4169E2);
  font-family: Roboto;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-item.selected {
  background: lightgray;
}

.right-side .views-infinite-scroll-header .title::after,
.at-a-glance .views-infinite-scroll-header .title::after {
  content: ".";
  color: rgb(40, 186, 169);
}

.right-side .views-infinite-scroll-header .date,
.at-a-glance .views-infinite-scroll-header .date {
  color: #636365;
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 48px;
}

.right-side .search-and-hide-filters-wrapper .form-item-search {
  border-bottom: 1px solid rgb(26, 26, 28);
  margin-right: 16px;
  pointer-events: all;
  position: relative;
  width: 50%;
}

.right-side .search-and-hide-filters-wrapper .form-item-search {
  text-align: left;
}

.right-side .form-item-search .right-side-search {
  border-width: 0 0 0px 0;
  border-radius: 0;
  border-style: solid;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgb(66, 66, 69);
  padding: 10px 0px;
  font-size: 16px;
  line-height: 24px;
  z-index: 100;
  pointer-events: all;
  width: calc(100% - 30px);
}

.right-side .form-item-search .right-side-search::placeholder {
  color: rgb(66, 66, 69);
}

.right-side .form-item-search .clear {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.right-side .form-item-search .clear::after {
  background-image: url(../../../../themes/custom/assets/svgs/Close.svg);
  width: 20px;
  height: 20px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: all;
}

.right-side .form-item-search .search-btn {
  cursor: pointer;
}

.right-side .form-item-search .search-btn::after {
  content: "";
  background-image: url(../../../../themes/custom/assets/svgs/Search.svg);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 6px;
  z-index: 10;
  pointer-events: all;
}

.right-side .date-container .date-item,
.at-a-glance .date-container .date-item {
  font-size: 18px;
}

.right-side .date-container .all-events {
  color: rgb(65, 105, 226);
  text-align: center;
  width: 124px;
  height: 62px;
  border-bottom: 1px solid lightgray;
  display: inline-block;
  position: relative;
}

.right-side .date-container .every-event {
  color: rgb(65, 105, 226);
  text-align: center;
  width: 124px;
  height: 62px;
  border-bottom: 1px solid lightgray;
  display: inline-block;
  top: 0;
  position: relative;
}

.right-side .date-container .date-item:not(.empty),
.right-side .type-container .type-item:not(.empty),
.at-a-glance .date-container .date-item:not(.empty) {
  cursor: pointer;
}

.right-side .date-container.event-no-upcoming .date-item.all-events {
  display: none;
}

.right-side .date-container .date-item.active-item,
.at-a-glance .date-container .date-item.active-item {
  border-bottom: 4px solid #4169e2;
  border-radius: 2px 2px 0px 0px;
  opacity: 1;
}

.at-a-glance .date-container.event-no-upcoming .date-list {
  width: 100%;
}

.right-side .date-container .date-list.slick-slider,
.at-a-glance .date-container .date-list.slick-slider {
  border-bottom: 1px solid lightgray;
  padding-left: 30px;
}

.right-side .date-container .date-list .slick-arrow::before,
.at-a-glance .date-container .date-list .slick-arrow::before {
  width: 18px;
  height: 18px;
  opacity: 1;
  content: "";
  background-repeat: no-repeat;
  background-size: 6px 9px;
  margin: 0 auto;
  background-position: 1px 0px;
  border: solid rgb(65, 105, 226);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}

.right-side .date-container .date-list .slick-prev::before,
.at-a-glance .date-container .date-list .slick-prev::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.right-side .date-container .date-list .slick-arrow,
.at-a-glance .date-container .date-list .slick-arrow {
  width: 36px;
  height: 23px;
  top: 12px;
  background: none;
  border: none;
}

.right-side .date-container .date-list .slick-arrow.slick-next,
.at-a-glance .date-container .date-list .slick-arrow.slick-next {
  background: #f5f7f6;
}

.right-side .date-container .date-list .slick-arrow:focus,
.at-a-glance .date-container .date-list .slick-arrow:focus {
  outline: none;
} 

.right-side .date-container .date-list .slick-prev,
.at-a-glance .date-container .date-list .slick-prev {
  left: 0;
}

.right-side .date-container .date-list .slick-next,
.at-a-glance .date-container .date-list .slick-next {
  right: -1px;
}

.right-side .date-container .date-list .slick-list,
.at-a-glance .date-container .date-list .slick-list {
  color: #191970;
  text-align: center;
}

.right-side .date-container .slick-track .date-item,
.at-a-glance .date-container .slick-track .date-item {
  width: 106px;
  height: 61px;
  font-size: 18px;
  text-align: center;
}

.right-side .date-container .slick-track .date-item[datadate="upcoming"] {
  white-space: nowrap;
  margin-right: 25px;
}

.active-filter {
  border-bottom: 4px solid #4169e2 !important;
}

.right-side .conference-calendar-content #events-container .day-separator,
.at-a-glance .conference-calendar-content #events-container .day-separator {
  margin-bottom: 30px;
}

.right-side .conference-calendar-content #events-container .day-separator .date-separator-title-container,
.at-a-glance .conference-calendar-content #events-container .day-separator .date-separator-title-container {
  display: flex;
  border-bottom: 1px solid #4169e2;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Lora Regular", serif;
  line-height: 51px;
  color: rgb(26, 26, 28);
  letter-spacing: -0.96px;
}

.right-side .conference-calendar-content #events-container .day-separator .date-separator-title-container .date-wrapper {
  font-family: "Lora Bold", serif;
}

.right-side .conference-calendar-content #events-container .event-element .container-date-time h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  font-family: "Lora Regular", serif;
  line-height: 51px;
  color: rgb(26, 26, 28);
  letter-spacing: -0.96px;
}

.right-side .conference-calendar-content #events-container .event-element .container-date-time h3 .date-group {
  font-family: "Merriweather Sans Light", sans-serif;
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
  color: rgb(66, 66, 69);
  border: solid rgb(65, 105, 226);
  border-width: 1px 0;
  text-align: center;
  letter-spacing: initial;
  padding-right: 0;
}

.at-a-glance .conference-calendar-content #events-container .type-separator-title-container {
  font-family: "Lora Bold", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #4169E2;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card,
.at-a-glance .conference-calendar-content #events-container .accordion-container {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  margin-bottom: 4rem;
  border-radius: 1rem;
  padding: 2rem;
  font-size: 14px;
  font-family: "Merriweather Sans Regular", sans-serif;
  color: rgb(26, 26, 28);
  background-color: white;
  line-height: 24px;
}

.right-side .conference-calendar-content #events-container .event-element .event-content.compact-cards .calendar-card {
  margin-bottom: 18px;
}

.at-a-glance .conference-calendar-content #events-container .accordion-container .accordion-title {
  display: block;
  font-family: "Lora Bold";  
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #1A1A1C;
  position: relative;
}

.at-a-glance .conference-calendar-content #events-container .accordion-container .accordion-title::after {
  content: "";
  background-image: url('../../../../themes/custom/assets/svgs/Oval-Arrow.svg');
  width: 20px;
  height: 20px;
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 97.5%;
  margin-top: 2px;
}

.at-a-glance .conference-calendar-content #events-container .accordion-container.accordion-open .accordion-title::after {
  transform: rotate(0deg);
}

.at-a-glance .conference-calendar-content #events-container .accordion-container .accordion-body {
  margin-top: 20px;
}

.at-a-glance .conference-calendar-content #events-container table {
  border: none !important;
  margin-bottom: 0;
  min-width: 1036px;
}

.at-a-glance .conference-calendar-content #events-container table thead {
  background-color: #4169E2;
  border: none;
}

.at-a-glance .conference-calendar-content #events-container table thead th:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}

.at-a-glance .conference-calendar-content #events-container table thead th:last-child {
  border-right: none;
}

.at-a-glance .conference-calendar-content #events-container table thead th.glance-time {
  width: 13%;
  border-left: none;
  border-top-left-radius: 10px;
}

.at-a-glance .conference-calendar-content #events-container table thead th.glance-room {
  width: 20%;
}

.at-a-glance .conference-calendar-content #events-container table thead th.glance-title {
  width: 40%;
}

.at-a-glance .conference-calendar-content #events-container table thead th.glance-webcast {
  width: 15%;
  border-left: none;
}

.at-a-glance .conference-calendar-content #events-container table thead th.glance-status {
  width: 12%;
  border-left: none;
  border-top-right-radius: 10px;
}

.at-a-glance .conference-calendar-content #events-container table thead th a {
  color: #FFFFFF;
  font-family: "Merriweather Sans Regular";
  display: block;
  size: 14px;
  padding-left: 5px;
  position: relative;
}

.at-a-glance .conference-calendar-content #events-container table tbody td a.ext::after {
  display: none;
}


.at-a-glance .conference-calendar-content #events-container table thead th a::after {
  content: "";
  background-image: url('../../../../themes/custom/assets/svgs/Icons-sort.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.at-a-glance .conference-calendar-content #events-container table tbody td {
  border-left: none;
  border: 1px solid #ABBDF0;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  white-space: wrap;
}

.at-a-glance .conference-calendar-content #events-container table tbody td a.title-link {
  align-items: center;
  color: var(--Primary-Azur, #4169E2);
  display: flex;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.at-a-glance .conference-calendar-content #events-container table tbody td a.title-link::before {
  background-image: url('../../../../themes/custom/assets/svgs/videowebcast.svg');
  background-repeat: no-repeat;
  content: "";
  display: block;
  flex: none;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}

.at-a-glance .conference-calendar-content #events-container table tbody td a.title-text {
  color: var(--Primary-Azur, #4169E2);
  pointer-events: none;
  text-decoration: none;
}

.at-a-glance .conference-calendar-content #events-container table tbody tr {
  outline: none;
}

.at-a-glance .conference-calendar-content #events-container table tbody tr:nth-child(even) {
  background-color: #F0F3FD;
}

.at-a-glance .conference-calendar-content #events-container table tbody tr td {
  background: transparent;
}

.at-a-glance .conference-calendar-content #events-container table tbody tr td:first-child {
  border-left: 1px solid #ABBDF0;;
}

.at-a-glance .conference-calendar-content #events-container table tbody tr td:last-child a {
  padding-bottom: 5px;
  border-bottom: 1px solid #4169E2;
  color: #424245;
}

.at-a-glance .conference-calendar-content #events-container table tbody tr td:last-child a::after {
  display: none;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .type-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.right-side .conference-calendar-content #events-container .event-element .event-content.compact-cards .calendar-card .type-row {
  display: none;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .last-rows-flex-container {
  display: flex;
  flex-wrap: wrap;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .last-rows-flex-container .third-row {
  width: 50%;
  margin-top: 20px;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .last-rows-flex-container .fourth-row {
  width: 50%;
  text-align: right;
  margin-top: 20px;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .third-row .event-type,
.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .type-row .event-type {
  padding: 0 16px;
  border: 1px solid rgb(0, 127, 137);
  color: rgb(0, 127, 137);
  width: fit-content;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .third-row .event-type.no-event,
.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .type-row .event-type.no-event {
  border: none;
  min-height: 26px;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .type-row .webcast-link-container a {
  color: rgb(65, 105, 226);
  text-decoration: underline;
  display: flex;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .type-row .webcast-link-container a::before {
  content: '';
  background-image: url(../../../../themes/custom/assets/svgs/videowebcast.svg);
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-top: 4px;
  margin-right: 0.5rem;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-title {
  font-size: 20px;
  font-family: "Lora Bold", serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: rgb(26, 26, 28);
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-title a {
  color: black;
  display: block;
}

.right-side .conference-calendar-content #events-container .event-element .event-content.compact-cards .calendar-card:not(.accordion-open) {
  padding-bottom: 0;
  padding-top: 0;
}

.right-side .conference-calendar-content #events-container .event-element .event-content.compact-cards .calendar-card .first-row .event-title {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.right-side .conference-calendar-content #events-container .event-element .event-content.compact-cards .calendar-card.accordion-open .first-row .event-title,
.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.right-side .conference-calendar-content #events-container .event-element .event-content:not(.compact-cards) .calendar-card .first-row .event-title {
  width: 100%;
}

.right-side .conference-calendar-content #events-container .event-element .event-content.compact-cards .calendar-card .first-row .event-icons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: end;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-icons .event-open-accordion-icon::after {
  content: "";
  background-image: url("../../../../themes/custom/assets/svgs/Oval-Arrow.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: middle;
  transform: rotate(-180deg);
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card.accordion-open .first-row .event-icons .event-open-accordion-icon::after {
  transform: none;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-icons {
  display: none;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-icons .event-webcast-icon::after {
  content: "";
  background-image: url("../../../../themes/custom/assets/svgs/videowebcast-green.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: middle;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .last-rows-flex-container .event-read-more {
  font-size: 16px;
  color: #424245;
  padding-bottom: 5px;
  border-bottom: 1px solid #4169E2;
}

.right-side .conference-calendar-content #events-container .event-element .event-content:not(.compact-cards) .calendar-card .last-rows-flex-container .third-row,
.right-side .conference-calendar-content #events-container .event-element .event-content:not(.compact-cards) .calendar-card .last-rows-flex-container .fourth-row {
  display: none;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row .event-date {
  display: inline-flex;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row .event-date::before {
  background-image: url(../../../../themes/custom/assets/svgs/Icons-calendar-material-Agenda.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  width: 2rem;
  height: 2rem;
  display: flex;
  margin-right: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  margin-top: 2px;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row .event-hour-range {
  display: inline-flex;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row .event-hour-range::before {
  background-image: url(../../../../themes/custom/assets/svgs/Icons-calendar-material.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  width: 2rem;
  height: 2rem;
  display: flex;
  margin-right: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  margin-top: 2px;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row .event-room {
  display: inline-flex;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row .event-room::before {
  background-image: url(../../../../themes/custom/assets/svgs/Ubicacion.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  width: 2rem;
  height: 2rem;
  display: flex;
  margin-right: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  margin-top: 2px;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row .event-access {
  display: inline-flex;
}

.right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .second-row .event-access::before {
  background-image: url(../../../../themes/custom/assets/svgs/key.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  width: 2rem;
  height: 2rem;
  display: flex;
  margin-right: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  margin-top: 2px;
}

.right-side .load-more-container {
  display: flex;
  justify-content: center;
}

.right-side .load-more-container .load-more-conference-calendar {
  margin: 24px 0;
  text-align: center;
  border-width: 1px;
  border-color: rgb(65, 105, 226);
  border-radius: 2px;
  font-family: "Merriweather Sans Bold", sans-serif;
  color: rgb(65, 105, 226);
  font-size: 16px;
  padding: 10px 40px;
  display: inline-block;
  background-color: #fff;
}

.right-side .row .timezone-switcher-and-webcast-filter .timezone-toggle {
  display: flex;
  padding-top: 50px;
}

.right-side .row .timezone-switcher-and-webcast-filter .timezone-toggle .timezone-toggle-title {
  font-size: 14px;
  color: #191970;
  font-family: "Roboto Medium";
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 35px;
}

.right-side .row .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline {
  font-size: 16px;
  color: #424245;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  padding-left: 14px;
}

.right-side .row .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline input {
  margin: 0;
  left: 0;
  width: 20px;
  height: 100%;
}

.right-side .row .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline span {
  margin-left: 13px;
  font-family: "Merriweather Sans Regular", sans-serif
}

.right-side .row .timezone-switcher-and-webcast-filter .check-inline {
  padding-top: 10px;
  font-size: 16px;
  color: #424245;
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}

.right-side .row .timezone-switcher-and-webcast-filter .check-inline input {
  margin: 0;
  width: 20px;
  height: 18px;
}

.right-side .row .timezone-switcher-and-webcast-filter .check-inline span {
  margin-left: 9px;
  font-weight: 400;
}

.right-side .row .view-mode-switcher,
.at-a-glance .row .view-mode-switcher {
  font-size: 0;
}

.right-side .row .view-mode-switcher .mode-switch-button,
.at-a-glance .row .view-mode-switcher .mode-switch-button {
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #4169E2;
  border-right: none;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
  padding: 10px;
  color: #4169E2;
}

.right-side .row .view-mode-switcher #default-switcher.mode-switch-button::after,
.at-a-glance .row .view-mode-switcher #default-switcher.mode-switch-button::after {
  content: "";
  background-image: url("../../../../themes/custom/assets/svgs/accordion.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: middle;
}

.right-side .row .view-mode-switcher #default-switcher.mode-switch-button.mode-switch-button-active::after,
.at-a-glance .row .view-mode-switcher #default-switcher.mode-switch-button.mode-switch-button-active::after {
  background-image: url("../../../../themes/custom/assets/svgs/accordion-blue.svg");
}

.right-side .row .view-mode-switcher,
.at-a-glance .row .view-mode-switcher {
  margin-top: 15px;
  margin-bottom: 15px;
}

.right-side .row .view-mode-switcher #announcements-switcher,
.at-a-glance .row .view-mode-switcher #announcements-switcher {
  display: none;
}

.right-side .row .view-mode-switcher #compact-switcher.mode-switch-button,
.at-a-glance .row .view-mode-switcher #compact-switcher.mode-switch-button,
.right-side .row .view-mode-switcher #announcements-switcher.mode-switch-button,
.at-a-glance .row .view-mode-switcher #announcements-switcher.mode-switch-button,
.right-side .row .view-mode-switcher #at-a-glance-switcher.mode-switch-button,
.at-a-glance .row .view-mode-switcher #at-a-glance-switcher.mode-switch-button {
  margin-right: 15px;
  border: 1px solid #4169E2;
}

.right-side .row .view-mode-switcher #compact-switcher.mode-switch-button::after,
.at-a-glance .row .view-mode-switcher #compact-switcher.mode-switch-button::after {
  content: "";
  background-image: url("../../../../themes/custom/assets/svgs/hamburguer-blue.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: middle;
}

.right-side .row .view-mode-switcher #compact-switcher.mode-switch-button.mode-switch-button-active::after,
.at-a-glance .row .view-mode-switcher #compact-switcher.mode-switch-button.mode-switch-button-active::after {
  background-image: url("../../../../themes/custom/assets/svgs/hamburger-navy-blue.svg");
}

.right-side .row .view-mode-switcher .mode-switch-button.mode-switch-button-active,
.at-a-glance .row .view-mode-switcher .mode-switch-button.mode-switch-button-active {
  background-color: #B3C3F3;
  border-color: #191970;
  color: #191970;
}

.right-side .chips-container .filter-chip {
  margin: 12px 12px 12px 0px;
  width: fit-content;
  position: relative;
  border-radius: 16px;
  background-color: rgb(179, 195, 243);
  border: 1px solid rgb(25, 25, 112);
  font-family: "Merriweather Sans Light", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgb(25, 25, 112);
  padding: 2px 28px 2px 15px;
  display: inline-block;
  float: none;
}

.right-side .chips-container .filter-chip .day-chip-close-button,
.right-side .chips-container .filter-chip .typeofevent-chip-close-button,
.right-side .chips-container .filter-chip .body-chip-close-button,
.right-side .chips-container .filter-chip .free-text-chip-close-button,
.right-side .chips-container .filter-chip .status-chip-close-button,
.right-side .chips-container .filter-chip .webcast-chip-close-button,
.right-side .chips-container .filter-chip .time-chip-close-button  {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: none;
  background-color: transparent;
  z-index: 11;
  right: 7px;
}

.right-side .chips-container .filter-chip .day-chip-close-button::before, .right-side .chips-container .filter-chip .day-chip-close-button::after,
.right-side .chips-container .filter-chip .typeofevent-chip-close-button::before, .right-side .chips-container .filter-chip .typeofevent-chip-close-button::after,
.right-side .chips-container .filter-chip .body-chip-close-button::before, .right-side .chips-container .filter-chip .body-chip-close-button::after,
.right-side .chips-container .filter-chip .free-text-chip-close-button::before, .right-side .chips-container .filter-chip .free-text-chip-close-button::after,
.right-side .chips-container .filter-chip .status-chip-close-button::before, .right-side .chips-container .filter-chip .status-chip-close-button::after,
.right-side .chips-container .filter-chip .webcast-chip-close-button::before, .right-side .chips-container .filter-chip .webcast-chip-close-button::after,
.right-side .chips-container .filter-chip .time-chip-close-button::before, .right-side .chips-container .filter-chip .time-chip-close-button::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 1px;
  height: 13px;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: rgb(65, 105, 226);
}

.right-side .chips-container .filter-chip .day-chip-close-button::before,
.right-side .chips-container .filter-chip .typeofevent-chip-close-button::before,
.right-side .chips-container .filter-chip .body-chip-close-button::before,
.right-side .chips-container .filter-chip .free-text-chip-close-button::before,
.right-side .chips-container .filter-chip .status-chip-close-button::before,
.right-side .chips-container .filter-chip .webcast-chip-close-button::before,
.right-side .chips-container .filter-chip .time-chip-close-button::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.at-a-glance .expand-all {
  text-align: end;
  margin-top: 15px;
}

.at-a-glance .expand-all button {
  border: none;
  font-size: 16px;
  font-family: "Merriweather Sans Regular", sans-serif;
  color: rgb(66, 66, 69);
  background-color: unset;
}

.at-a-glance .expand-all button::after {
  content: "";
  background-image: url(../../../..//themes/custom/assets/svgs/right-arrow.svg);
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 25%;
  transform: rotate(90deg) translate(0%, 0px);
  background-position: center;
  padding-left: 36px;
}

.at-a-glance .expand-all button.expanded::after {
  transform: rotate(-90deg) translate(0%, 0px);
}

/* sticky dates and times */
.right-side .conference-calendar-content .day-separator.active-day-separator, .right-side .conference-calendar-content .day-separator.nearest-lower-separator {
  height: 57px;
}

.right-side .no-results {
  padding-top: 30px;
  font-size: 16px;
  line-height: 24px;
}

.right-side .row .search-and-hide-filters .search-and-hide-filters-wrapper {
  display: flex;
  justify-content: end;
  gap: 25px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator, .right-side .conference-calendar-content .day-separator.nearest-lower-separator {
    height: 69px;
  }
}
@media (min-width: 991px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator, .right-side .conference-calendar-content .day-separator.nearest-lower-separator {
    height: 77px;
  }
}
.right-side .conference-calendar-content .day-separator.active-day-separator h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator h3 {
  position: fixed;
  top: 50px;
  z-index: 99;
  width: 100%;
  background: #f5f7f6;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 990px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator h3 {
    top: 69px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator h3 {
    top: 111px;
  }
}
@media (min-width: 1201px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator h3 {
    top: 87px;
  }
}
.right-side .conference-calendar-content .day-separator.active-day-separator.logged-in h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator.logged-in h3 {
  top: 89px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator.logged-in h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator.logged-in h3 {
    top: 108px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator.logged-in h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator.logged-in h3 {
    top: 192px;
  }
}
@media (min-width: 1201px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator.logged-in h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator.logged-in h3 {
    top: 166px;
  }
}

.right-side .conference-calendar-content .day-separator.active-day-separator.admin-bar-visible h3, .right-side .conference-calendar-content .day-separator.nearest-lower-separator.admin-bar-visible h3 {
  top: 89px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator.admin-bar-visible h3, .view.view-calendar-list .right-side .view-header .view-content .first-day.nearest-lower-separator.admin-bar-visible h3 {
    top: 108px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator.admin-bar-visible h3, .view.view-calendar-list .right-side .view-header .view-content .first-day.nearest-lower-separator.admin-bar-visible h3 {
    top: 192px;
  }
}
@media (min-width: 1201px) {
  .right-side .conference-calendar-content .day-separator.active-day-separator.admin-bar-visible h3, .view.view-calendar-list .right-side .view-header .view-content .first-day.nearest-lower-separator.admin-bar-visible h3 {
    top: 166px;
  }
}

.right-side .conference-calendar-content .container-date-time.active-time-separator {
  height: 57px;
}
.right-side .conference-calendar-content .container-date-time.active-time-separator h3 {
  position: fixed;
  top: 86px;
  background-color: #f5f7f6;
  z-index: 98;
  background-clip: content-box;
}
@media (min-width: 577px) and (max-width: 767px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator h3 {
    top: 86px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator h3 {
    top: 125px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator h3 {
    top: 167px;
  }
}
@media (min-width: 1201px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator h3 {
    top: 143px;
  }
}
.right-side .conference-calendar-content .container-date-time.active-time-separator.logged-in h3 {
  top: 120px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator.logged-in h3 {
    top: 164px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator.logged-in h3 {
    top: 248px;
  }
}
@media (min-width: 1201px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator.logged-in h3 {
    top: 222px;
  }
}

.right-side .conference-calendar-content .container-date-time.active-time-separator.admin-bar-visible h3 {
  top: 120px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator.admin-bar-visible h3 {
    top: 164px;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .right-side.col-md-9 .date-container .date-list .slick-next {
    left: calc(75vw - 95px);
  }
  
  .right-side.col-md-9 .date-container.event-no-upcoming .date-list .slick-next {
    left: calc(75vw - 190px);
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator.admin-bar-visible h3 {
    top: 248px;
  }
}
@media (min-width: 1201px) {
  .right-side .conference-calendar-content .container-date-time.active-time-separator.admin-bar-visible h3 {
    top: 222px;
  }
}

.right-side .conference-calendar-content .container-date-time.active-time-separator.position-not-fixed h3 {
  position: unset;
}

/* end of sticky dates and times */

/* Responsive */

@media (max-width: 426px) {
  .field--type-text-with-summary > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .right-side.col-md-12, .at-a-glance.col-md-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .right-side .date-container .slick-track .date-item {
    width: 80px;
    font-size: 14px;
  }

  .right-side .date-container .date-item.all-events {
    margin-left: 17px;
  }

  .right-side .date-container .date-item.every-event {
    left: -3px;
  }
  
  .right-side .date-container.event-no-upcoming .date-item.every-event {
    margin-left: 17px;
  }

  .right-side .date-container .date-item.all-events, .right-side .date-container .date-item.every-event {
    width: 80px;
    font-size: 14px;
  }

  .right-side .date-container .date-list {
    width: 97%;
    margin-left: -3px;
  }

  .right-side .date-container .date-list .slick-arrow::before {
    width: 15px;
    height: 15px;
  }

  .right-side .date-container .date-list .slick-next {
    left: calc(100% - 36px);
  }

  .right-side .date-container.event-no-upcoming .date-list .slick-next {
    left: calc(100% - 36px);
  }

  .right-side .date-container.date-item.all-events {
    width: 80px;
    font-size: 14px;
  }
}

@media (min-width: 427px) and (max-width: 989px) {
  .field--type-text-with-summary > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .right-side.col-md-12, .right-side.col-md-9, .at-a-glance.col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-side .date-container .date-list .slick-next {
    left: calc(100% - 35px);
  }
}

@media(min-width: 990px) and (max-width: 1441px) {
  .right-side.col-md-12, .right-side.col-md-9, .at-a-glance.col-md-12 {
    padding: 0 70px 37px 70px;
  }
}

@media (max-width: 767px) {
  .right-side p.hide-filters {
    margin-right: 0px;
    margin-bottom: 18px;
    font-size: 13px;
    position: relative;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-side .views-infinite-scroll-header .date {
    font-size: 14px;
    line-height: 20px;
    font-family: "Merriweather Sans Regular", sans-serif;
    margin-top: 22px;
    color: rgb(26, 26, 28);
  }

  .right-side .form-item-search {
    width: 100%;
    margin-bottom: 0px;
  }

  .conference-calendar-filters.left-side #apply-filters {
    width: 100%;
    margin-bottom: 30px;
  }

  .right-side .conference-calendar-content #events-container .day-separator .date-separator-title-container  {
    padding-bottom: 11px;
    font-size: 24px;
    line-height: 26px;
  }

  .right-side .conference-calendar-content #events-container .event-element .container-date-time h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .right-side .chips-container .filter-chip {
    margin: 12px 12px 0px 12px;
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row,
  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .type-row {
    flex-direction: column;
    gap: 20px;
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-type,
  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .third-row .event-type,
  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .type-row .event-type {
    font-size: 10px;
    line-height: 13px;
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-type.no-event,
  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .type-row .event-type.no-event {
    border: none;
    min-height: unset;
  }

  .right-side .row .view-mode-switcher,
  .at-a-glance .row .view-mode-switcher {
    display: flex;
    flex-wrap: wrap;
  }
  
  .right-side .row .view-mode-switcher #compact-switcher,
  .at-a-glance .row .view-mode-switcher #compact-switcher {
    order: 4;
    margin-top: 15px;
  }
  
  .right-side .row .view-mode-switcher #default-switcher,
  .at-a-glance .row .view-mode-switcher #default-switcher {
    order: 3;
    margin-top: 15px;
  }

  .right-side .row .view-mode-switcher #at-a-glance-switcher.mode-switch-button {
    margin-right: calc(100% - 120px);
  }

  .at-a-glance .row .view-mode-switcher #announcements-switcher.mode-switch-button {
    margin-right: calc(100% - 120px);
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .first-row .event-title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content.compact-cards .calendar-card.accordion-open .first-row .event-title {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .last-rows-flex-container .second-row {
    column-gap: 15px;
    row-gap: 5px;
    order: 2;
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .last-rows-flex-container .third-row {
    order: 1;
    width: 100%;
    margin-top: unset;
    margin-bottom: 15px;
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .last-rows-flex-container .fourth-row {
    order: 3;
    width: 100%;
  }

  .right-side .conference-calendar-content #events-container .event-element .event-content .calendar-card .last-rows-flex-container .fourth-row a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .right-side .views-infinite-scroll-header .title {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .right-side .views-infinite-scroll-header .title {
    font-size: 26px;
    line-height: 26px;
    margin: 30px 0 8px 0;
  }
}

@media (max-width: 992px) {
  .right-side .conference-calendar-content #events-container .event-element .container-date-time h3 {
    display: flex;
    justify-content: center;
  }

  .right-side .conference-calendar-content #events-container .event-element .container-date-time h3 .date-group {
    width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .conference-calendar-filters.left-side .filter-time-slider .time-slider .inputs-container {
    display: inline-block;
  }

  .conference-calendar-filters.left-side .filter-time-slider .time-slider .inputs-container input {
    width: 100%;
  }
}

.right-side .conference-calendar-content #events-container .view-footer {
  text-align: center;
  font-family: "Merriweather Sans Regular",sans-serif;
  font-size: 16px;
  line-height: 24px;
}
/* end of responsive styles */

.right-side .event-filter-wrapper {
  position: relative;
}

.right-side .new-type-of-event-filter {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  border-bottom: 1px solid lightgray;
  position: relative;
}

.right-side .event-filter-wrapper .type-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  width: 36px;
  height: 96px;
  background: #f5f7f6;
  border: none;
  top: -1px;
  z-index: 2;
}

.right-side .event-filter-wrapper .type-arrow::before {
  width: 18px;
  height: 18px;
  opacity: 1;
  content: "";
  background-repeat: no-repeat;
  background-size: 6px 9px;
  margin: 0 auto;
  background-position: 1px 0px;
  border: solid rgb(65, 105, 226);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}

.right-side .event-filter-wrapper .type-arrow.type-next {
  left: calc(100% - 36px);
}

.right-side .event-filter-wrapper .type-arrow.type-prev::before {
  transform: rotate(135deg);
}

.right-side .event-filter-wrapper .type-arrow.type-next::before {
  transform: rotate(-45deg);
}

.right-side .new-type-of-event-filter ul#newtypeofeventfilter {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.right-side .new-type-of-event-filter ul#newtypeofeventfilter li {
  float: left; 
  padding: 25px;
  cursor:  pointer;
  width: 150px;
  height: 95px;
  text-align: center;
}
.right-side .new-type-of-event-filter ul#newtypeofeventfilter li.result-selected {
  border-bottom: 4px solid #4169e2;
}

.right-side .event-filter-wrapper::before {
  background: linear-gradient(to right, rgb(245, 247, 246), rgb(245, 247, 246) 33%, rgba(255, 255, 255, 0));
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 50px;
  height: 96px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.right-side .event-filter-wrapper::after {
  background: linear-gradient(to left, rgb(245, 247, 246), rgb(245, 247, 246) 33%, rgba(255, 255, 255, 0));
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: calc(100% - 113px);
  width: 142px;
  height: 96px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.right-side .event-filter-wrapper.is-scrollable-left::before, .right-side .event-filter-wrapper.is-scrollable-right::after {
  opacity: 1;
}

.block-entity-field-node-field-announcements {
  display: none;
}

.right-side .filter-and-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 8px;
}

.right-side .date-container {
  order: 1;
  flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - 258px - 16px);
}

.right-side .view-mode-switcher {
  order: 2;
  width: 258px;
  flex: 0 0 258px;
}

.right-side .type-container {
  order: 3;
  flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - 212px - 16px);
}

.right-side .expand-all-container {
  order: 4;
  width: 212px;
  flex: 0 0 212px;
}

.right-side .timezone-switcher-and-webcast-filter {
  order: 5;
  flex: 0 0 auto;
  width: auto;
}

.right-side .search-and-hide-filters-wrapper {
  order: 6;
  flex: 0 0 35%;
  width: 35%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .right-side .event-filter-wrapper .type-arrow {
    display: block;
    background: transparent;
  }

  .at-a-glance .views-infinite-scroll-header .title {
    padding-top: 32px;
  }

  .at-a-glance .views-infinite-scroll-header {
    margin-bottom: 24px;
  }

  .at-a-glance .date-and-buttons-container {
    flex-wrap: wrap;
  }

  .at-a-glance .date-and-buttons-container .date-container,
  .at-a-glance .date-and-buttons-container .switch-container {
    flex: unset;
  }

  .right-side .filter-and-button-container .filter-and-button-container,
  .right-side .filter-and-button-container .switch-container {
    width: 100%;
    flex: 1;
  }

  .right-side .timezone-switcher-and-webcast-filter {
    flex-wrap: wrap;
  }

  .right-side .timezone-switcher-and-webcast-filter .timezone-toggle-title {
    width: 100%;
  }

  .right-side .filter-and-button-container .view-mode-switcher,
  .right-side .filter-and-button-container .expand-all-container{
    justify-content: start;
  }

  .right-side .filter-and-button-container .search-and-hide-filters-wrapper {
    justify-content: space-between;
  }

  .right-side .search-and-hide-filters-wrapper .form-item-search {
    width: 60%;
  }

  .at-a-glance .date-and-buttons-container .switch-container .view-mode-switcher,
  .at-a-glance .date-and-buttons-container .switch-container .expand-all-container,
  .at-a-glance .date-and-buttons-container .switch-container .last-updated {
    justify-content: start;
  }

  .at-a-glance .date-and-buttons-container .switch-container .view-mode-switcher {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  
  .at-a-glance .date-and-buttons-container .switch-container .view-mode-switcher .mode-switch-button {
    padding: 8px;
  }

  .at-a-glance .date-and-buttons-container .switch-container .last-updated {
    margin-bottom: 24px;
    margin-top: 18px;
    position: static;
    width: fit-content;
  }

  .right-side .filter-and-button-container {
    flex-direction: column;
    gap: 12px;
  }

  .right-side .date-container {
    order: 1;
    width: 100%;
  }

  .right-side .type-container {
    order: 2;
    width: 100%;
  }

  .right-side .timezone-switcher-and-webcast-filter {
    order: 3;
    width: 100%;
  }

  .right-side .view-mode-switcher {
    order: 4;
    width: 100%;
    flex: unset;
  }

  .right-side .expand-all-container {
    order: 5;
    width: 100%;
    flex: unset;
  }

  .right-side .search-and-hide-filters-wrapper {
    order: 6;
    width: 100%;
    margin-left: 0;
  }

  .right-side .timezone-toggle {
    width: 100%;
  }
  .right-side .timezone-toggle .timezone-toggle-title + label.radio-inline, 
  .right-side .timezone-switcher-and-webcast-filter label.check-inline {
    margin-left: 8px;
  }
}

@media (min-width: 768px) {
  .right-side .event-filter-wrapper:before, .right-side .event-filter-wrapper:after {
    display: none;
  }
}

@media(max-width: 530px) {
  .right-side .row .timezone-switcher-and-webcast-filter .timezone-toggle {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .right-side .row .timezone-switcher-and-webcast-filter .timezone-toggle .timezone-toggle-title {
    flex: 0 0 100%;
    justify-content: flex-start;
    margin-bottom: 7px;
  }

  .right-side .row .timezone-switcher-and-webcast-filter .timezone-toggle .radio-inline:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media(max-width: 991px) {
  .right-side .row .search-and-hide-filters .search-and-hide-filters-wrapper {
    justify-content: space-between;
  }
}