/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./src/scss/master.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
/**
If making change to category colors, do not forget to replicate
change in this php function needed to inline style for newsletter.
In project : inc/theme-functions.php (function : crm_category_color)
*/
.crm-svg {
  height: 1em;
  width: auto;
}

.crm-icon {
  width: 25px;
  height: 25px;
  padding: 2px;
  background: #333;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crm-icon svg {
  width: auto;
  height: 1em;
}

/**
If making change to color associated to category, do not forget to replicate
change in this php function needed to inline style for newsletter.
In project : inc/theme-functions.php (function : crm_category_color)
*/
.k-switch {
  display: flex;
  align-items: center;
}
.k-switch .title {
  font-family: "Montserrat";
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 0 !important;
  line-height: 1.3;
}
.k-switch .title svg {
  width: 1.3em;
  margin-right: 0.2em;
}
.k-switch .title.checked {
  text-decoration: underline;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider.all {
  background-color: #535252;
}
.slider.applications_industrielles {
  background-color: #717d5b;
}
.slider.colloques_et_seminaires {
  background-color: #a48ab1;
}
.slider.ecoles {
  background-color: #446563;
}
.slider.evenements_dexception {
  background-color: #60828f;
}
.slider.conferences_publiques {
  background-color: #a19472;
}
.slider.programmes_thematiques {
  background-color: #8f8ab0;
}
.slider.rencontres_scientifiques {
  background-color: #9b7e68;
}
.slider.series_dexposes_de_marques {
  background-color: #976865;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.2s;
}

input:checked + .slider {
  background-color: #1187ff;
}
input:checked + .slider.all {
  background-color: rgb(83, 82, 82);
}
input:checked + .slider.applications_industrielles {
  background-color: #84C018;
}
input:checked + .slider.colloques_et_seminaires {
  background-color: #C03EFD;
}
input:checked + .slider.ecoles {
  background-color: #00A99D;
}
input:checked + .slider.evenements_dexception {
  background-color: #00aeef;
}
input:checked + .slider.conferences_publiques {
  background-color: #FEBE15;
}
input:checked + .slider.programmes_thematiques {
  background-color: #593DFD;
}
input:checked + .slider.rencontres_scientifiques {
  background-color: #FF7104;
}
input:checked + .slider.series_dexposes_de_marques {
  background-color: #FC0F00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}

.radio-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background: #e6e7e8;
  box-shadow: inset 0 2px 2px #ccc;
  transition: all 0.3s linear;
  color: #9B9B9B;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.radio-button.active {
  background: #1187ff;
  box-shadow: unset;
  color: white;
}
.radio-button span {
  padding: 10px 16px 8px;
}
.radio-button input {
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-button:hover {
  cursor: pointer;
}

.radio-button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-bottom: 28px;
}
.radio-button-group .radio-button:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.radio-button-group .radio-button:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*
loader in calender interface
*/
.loader-wrapper {
  display: flex;
  justify-content: center;
  height: 250px;
  align-items: center;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1187ff;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*
loader in directory profil for image
*/
.loader-profil,
.loader-profil:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.loader-profil {
  position: relative;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.crm-button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  background: #1187ff;
  padding: 12px 29px;
  line-height: 17px;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  transition: all 0.2s ease;
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.crm-button:hover {
  cursor: pointer;
}
.crm-button span.icon-divider {
  display: flex;
  align-items: center;
  padding: 0 14.5px;
  left: 0;
  border-right: 1px solid;
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.2s;
}
.crm-button span.text {
  display: inline-block;
  transition: all 0.2s;
}
.crm-button span.icon svg {
  height: 0.9em;
  width: auto;
}
.crm-button span.icon-divider + span.text {
  padding-left: 34px;
}
.crm-button span.text + span.icon {
  padding-left: 6px;
}
.crm-button:hover, .crm-button.hover {
  background: #002856;
  color: white;
}
.crm-button.wide {
  width: 100%;
}
.crm-button.secondary {
  color: #9B9B9B;
  background: #e6e7e8;
}
.crm-button.secondary:hover {
  color: white;
  background: #9B9B9B;
}
.crm-button.small {
  padding: 8px 18px;
}

.crm-button-group {
  margin: 25px 0;
}
.crm-button-group > .crm-button {
  margin-bottom: 5px;
}

.crm-input {
  width: 100%;
  padding: 0 1em;
  outline: 0;
  transition: all 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: "";
  display: block;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
  z-index: 5;
  margin: 0;
  line-height: normal !important;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(17, 135, 255, 0.2);
  border-radius: 6px;
  background-color: rgba(17, 135, 255, 0.05);
  font-size: 14px;
  color: rgba(0, 40, 86, 0.75);
  height: 40px;
  font-family: "Open Sans";
}
.crm-input:hover {
  border-color: rgba(17, 135, 255, 0.5);
}

.crm-select-wrapper {
  position: relative;
}
.crm-select-wrapper .arrow {
  border: none;
  top: 46%;
  transform: translateY(-50%);
  bottom: auto;
  height: auto;
  width: auto;
  right: 1em;
  font-size: inherit !important;
  background: 0 0 !important;
  color: rgba(17, 135, 255, 0.2);
  line-height: 33px;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  text-align: center;
}

.crm-select {
  cursor: pointer;
  width: 100%;
  padding: 0 1em;
  outline: 0;
  transition: all 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: "";
  display: block;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
  z-index: 5;
  margin: 0;
  line-height: normal !important;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(17, 135, 255, 0.2);
  border-radius: 6px;
  background-color: rgba(17, 135, 255, 0.05);
  font-size: 14px;
  color: rgba(0, 40, 86, 0.75);
  height: 40px;
  font-family: "Open Sans";
}
.crm-select:hover {
  border-color: rgba(17, 135, 255, 0.5);
}

.shortcode-nav {
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
}
.shortcode-nav .crm-button {
  flex: 1 1 auto;
  text-align: center;
}
.shortcode-nav .crm-button .icon {
  margin-right: 12px;
}

.k-row {
  margin-right: -20px;
  margin-left: -20px;
}

#sidebar-sticky {
  transition: top 0.3s ease-out;
  top: 0;
}

.boxed-content {
  max-width: 1366px;
  margin: 0 auto;
}

.event-calendar .event-header {
  margin-right: -30px;
  margin-left: -30px;
  background: #002856 url(../cde1954f0f7d07a4bbed.jpeg) center/cover;
}
.event-calendar .event-header .event-header-inner {
  min-height: 140px;
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
.event-calendar .event-header .event-header-inner h1 {
  color: white;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1px;
  font-style: normal;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}
.event-calendar .event-header .event-header-inner span {
  color: white;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black;
}
.event-calendar .event-header .event-header-inner h1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .event-calendar .event-header .event-header-inner {
    min-height: 190px;
  }
}
@media (min-width: 1427px) {
  .event-calendar .event-header .event-header-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.event-col-wrapper {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.event-col-wrapper .widget-col {
  width: 100%;
}
.event-col-wrapper .widget-col .desktop-view {
  display: none;
}
.event-col-wrapper .list-col {
  width: 100%;
}
@media (min-width: 992px) {
  .event-col-wrapper {
    flex-wrap: nowrap;
  }
  .event-col-wrapper .widget-col {
    width: 330px;
    flex-shrink: 0;
    padding-right: 20px;
  }
  .event-col-wrapper .widget-col .desktop-view {
    display: block;
  }
  .event-col-wrapper .widget-col .mobile-view {
    display: none;
  }
  .event-col-wrapper .list-col {
    flex-grow: 1;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .event-col-wrapper .widget-col {
    width: 420px;
  }
}

/**
Sidebar
*/
.calendar-widget {
  display: none;
}

@media (min-width: 992px) {
  .calendar-widget {
    display: block;
  }
  .calendar-mobile {
    display: none;
  }
}
/**
list filters
*/
.list-filters {
  display: none;
}
.list-filters .list-title {
  font-size: 18px !important;
  text-transform: uppercase;
  margin: 0 0 4px !important;
  font-weight: bold;
}

@media (min-width: 992px) {
  .list-filters {
    display: block;
  }
}
.event-list-header {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.event-list-header p {
  margin: 0 !important;
}
.event-list-header .title-wrapper {
  padding-right: 20px;
}
.event-list-header .search-wrapper {
  order: -1;
  display: flex;
  flex-grow: 1;
  margin-bottom: 20px;
}
.event-list-header .search-wrapper button {
  flex: 0 0 auto;
  margin-left: 10px;
}
.event-list-header .search-wrapper input {
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .event-list-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .event-list-header .search-wrapper {
    order: 0;
    max-width: 425px;
    margin-bottom: 0;
  }
}

.event-list-filters {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 20px 0 15px;
}
.event-list-filters > * {
  flex: 0 1 auto;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .event-list-filters {
    display: flex;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .event-list-filters {
    height: unset;
    flex-direction: row;
  }
  .event-list-filters > * {
    width: 33%;
  }
}
.event-list-serie-filters {
  margin-bottom: 20px;
}
.event-list-serie-filters select {
  min-width: 33%;
  max-width: 100%;
}

/**
event list
*/
.event-list {
  margin-bottom: 60px;
}
.event-list .list-title {
  color: rgb(66, 66, 216);
  margin-bottom: 2rem;
}
.event-list .list-item {
  position: relative;
  padding: 24px 0 16px;
  border-top: 1px solid #ddd;
  overflow: auto;
  width: 100%;
  color: #3d3d3d !important;
}
.event-list .list-item:hover:not(.archived) {
  background-image: linear-gradient(270deg, #eaf2fe, #ffffff);
  cursor: pointer;
}
.event-list .list-item.condensed {
  border-top: none;
  border-radius: 16px;
  overflow: hidden;
  background-image: linear-gradient(#eaf2fe, #ffffff);
}
.event-list .list-item.condensed:hover {
  background-image: linear-gradient(#eaf2fe, #ffffff);
}
.event-list .list-item .external-snippet {
  position: absolute;
  top: 24px;
  right: 20px;
  transition: all 0.3s ease-out;
}
.event-list .list-item .external-snippet svg {
  width: 20px;
  height: auto;
  transition: all 0.3s ease-out;
}
.event-list .list-item:hover .external-snippet {
  top: 4px;
  right: 4px;
  color: #1187ff;
}
.event-list .list-item:hover .external-snippet svg {
  width: 35px;
}
.event-list .list-item .meta-tag {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 5px;
  display: inline-block;
  padding: 6px 12px 5px;
  background: #b3b3b3;
}
.event-list .list-item .meta-tag.all {
  background-color: rgb(83, 82, 82);
}
.event-list .list-item .meta-tag.applications_industrielles {
  background-color: #84C018;
}
.event-list .list-item .meta-tag.colloques_et_seminaires {
  background-color: #C03EFD;
}
.event-list .list-item .meta-tag.ecoles {
  background-color: #00A99D;
}
.event-list .list-item .meta-tag.evenements_dexception {
  background-color: #00aeef;
}
.event-list .list-item .meta-tag.conferences_publiques {
  background-color: #FEBE15;
}
.event-list .list-item .meta-tag.programmes_thematiques {
  background-color: #593DFD;
}
.event-list .list-item .meta-tag.rencontres_scientifiques {
  background-color: #FF7104;
}
.event-list .list-item .meta-tag.series_dexposes_de_marques {
  background-color: #FC0F00;
}
.event-list .list-item .title {
  margin: 4px 20px 12px 20px;
  font-size: 20px !important;
  font-family: "Montserrat";
  line-height: 1.3;
  font-weight: bold;
}
.event-list .list-item.condensed .title {
  font-size: 20px !important;
}
@media (min-width: 992px) {
  .event-list .list-item .meta-list {
    flex-flow: row;
  }
  .event-list .list-item .meta-list > * {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .event-list .meta-tag {
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .event-list .list-item .title {
    font-size: 26px !important;
  }
}

.meta-list {
  display: flex;
  flex-flow: column;
  margin: 0 20px;
}
.meta-list span {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}
.meta-list span > * {
  margin-right: 7px;
}
.meta-list span .crm-icon {
  flex: 0 0 auto;
}
.meta-list span .data {
  margin-top: 2px;
}
.meta-list .col1,
.meta-list .col2 {
  display: flex;
  flex-flow: column;
}

.calendar {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.calendar, .calendar a {
  color: #333;
}
.calendar .calendar-day-head {
  text-align: center;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  background: #333;
  height: 45px;
}
@media (min-width: 1200px) {
  .calendar .calendar-day-head {
    height: 60px;
  }
}
.calendar .calendar-day {
  padding: 0;
}
.calendar .calendar-day a.day-number,
.calendar .calendar-day div.day-number {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar .calendar-day a.with-event {
  background: #1187ff;
  color: white;
}
.calendar .calendar-day a.with-event.faded {
  background: #a8bed7;
}
.calendar .calendar-day a.with-event.active {
  background: #002856;
}
.calendar .calendar-day a.with-event:hover {
  background: #002856;
}
.calendar .calendar-day div.day-number {
  color: #333;
}
.calendar .calendar-day div.day-number:hover {
  background: white;
  color: #333;
}

.calendar-cell-bkg, .calendar .calendar-day-np, .calendar .calendar-day {
  background: white;
  transition: background-color 0.1s ease-out;
}
.cell-dimension, .calendar .calendar-day-np, .calendar .calendar-day {
  max-width: 0;
  width: 14%;
  height: 45px;
  border: 1px solid #333;
}
@media (min-width: 1200px) {
  .cell-dimension, .calendar .calendar-day-np, .calendar .calendar-day {
    height: 60px;
  }
}

.calendar-nav-block {
  font-size: 20px;
  font-family: "Montserrat";
  color: #1187ff;
  text-transform: uppercase;
  font-weight: bold;
}
.calendar-nav-block .nav-title {
  display: block;
  font-size: 20px;
  padding: 0 10px;
  line-height: 1.3;
  text-align: center;
  color: #1187ff;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 14px;
}
.calendar-nav-block .calendar-nav-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.calendar-nav-block .calendar-nav-selection .nav {
  height: 40px;
  font-size: 0.8em;
  background: #1187ff;
  border-radius: 6px;
  transition: background-color 0.1s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  color: white;
}
.calendar-nav-block .calendar-nav-selection .nav:hover {
  background: #002856;
}
.calendar-nav-block .calendar-nav-selection .nav:first-child svg {
  transform: rotate(180deg);
}
.calendar-nav-block .calendar-nav-selection select {
  flex: 1 1 auto;
  margin: 0 5px;
}
.calendar-nav-block .calendar-nav-selection select.select-month {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .calendar-nav-block .nav-title {
    font-size: 28px;
  }
  .calendar-nav-block .calendar-nav-selection .nav {
    width: 60px;
  }
}

.crm-quote {
  border-left: #1187ff 8px solid;
  background-image: linear-gradient(#f3f3f3, #fcfcfc);
  padding: 8px 20px;
  margin-bottom: 20px;
}
.crm-quote h4 {
  font-size: 14px !important;
  color: #333;
  font-weight: bold;
  margin: 12px 0 8px;
  text-transform: uppercase;
}
.crm-quote p {
  line-height: 1.3;
  margin-bottom: 12px !important;
}

.event-details .event-header {
  margin-right: -30px;
  margin-left: -30px;
  background: #002856 url(../11422bbf15a8fe50560c.jpg) center/cover;
}
.event-details .event-header .event-header-inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 26px 30px 30px;
}
.event-details .event-header .event-header-inner h1 {
  color: white;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1px;
  font-style: normal;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}
.event-details .event-header .event-header-inner span {
  color: white;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black;
}
@media (min-width: 768px) {
  .event-details .event-header .event-header-inner {
    min-height: 190px;
    padding: 26px 110px 30px;
  }
}
.event-details .event-subheader {
  margin-right: -30px;
  margin-left: -30px;
  padding: 16px 15px 15px;
  text-align: center;
  background: #ccc;
  color: white;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: uppercase;
}
.event-details .event-subheader.all {
  background-color: rgb(83, 82, 82);
}
.event-details .event-subheader.applications_industrielles {
  background-color: #84C018;
}
.event-details .event-subheader.colloques_et_seminaires {
  background-color: #C03EFD;
}
.event-details .event-subheader.ecoles {
  background-color: #00A99D;
}
.event-details .event-subheader.evenements_dexception {
  background-color: #00aeef;
}
.event-details .event-subheader.conferences_publiques {
  background-color: #FEBE15;
}
.event-details .event-subheader.programmes_thematiques {
  background-color: #593DFD;
}
.event-details .event-subheader.rencontres_scientifiques {
  background-color: #FF7104;
}
.event-details .event-subheader.series_dexposes_de_marques {
  background-color: #FC0F00;
}
.event-details .meta-list {
  margin-bottom: 15px;
}
.event-details .event-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.event-details .event-content-wrapper .event-sidebar {
  width: 100%;
  margin-bottom: 20px;
}
.event-details .event-content-wrapper .event-content {
  width: 100%;
}
@media (min-width: 992px) {
  .event-details .event-content-wrapper {
    flex-wrap: nowrap;
  }
  .event-details .event-content-wrapper .event-sidebar {
    flex: 0 0 auto;
    width: 350px;
    padding-right: 50px;
  }
  .event-details .event-content-wrapper .event-content {
    flex: 1 1 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .event-details .event-content-wrapper .event-content {
    max-width: 782px;
  }
}

.event-menu {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.event-menu .event-menu-item a {
  border: 1px solid #ededed;
  border-radius: 6px;
  display: block;
  padding: 12px 20px;
  color: #212934;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1px;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.42, 0.01, 0.58, 1);
  background: white;
}
.event-menu .event-menu-item a svg {
  height: 0.8em;
  width: auto;
  margin-right: 6px;
}
.event-menu .event-menu-item span.bkg {
  display: none;
}
.event-menu .event-menu-item.active a, .event-menu .event-menu-item:hover a {
  color: white;
  background: #1187ff;
}

@media (min-width: 992px) {
  .event-menu {
    margin-bottom: 15px;
    display: block;
  }
  .event-menu .event-menu-item {
    position: relative;
    border-bottom: 1px solid #ededed;
  }
  .event-menu .event-menu-item:first-child {
    border-top: 1px solid #ededed;
  }
  .event-menu .event-menu-item a {
    border: unset;
    border-radius: unset;
    background: transparent;
    text-align: right;
    position: relative;
    display: block;
    padding: 12px 30px 12px 0;
    color: #212934;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1px;
    font-style: normal;
    text-align: right;
    transition: all 0.3s cubic-bezier(0.42, 0.01, 0.58, 1);
  }
  .event-menu .event-menu-item a svg {
    height: 0.8em;
    width: auto;
    margin-right: 6px;
  }
  .event-menu .event-menu-item span.bkg {
    position: absolute;
    display: block;
    background: #1187ff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.42, 0.01, 0.58, 1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .event-menu .event-menu-item.active span.bkg, .event-menu .event-menu-item:hover span.bkg {
    width: 100%;
    opacity: 1;
  }
  .event-menu .event-menu-item.active a, .event-menu .event-menu-item:hover a {
    color: white;
    background-color: transparent;
  }
}
.event-content {
  line-height: 1.5em;
  font-size: 15px;
}
.event-content .event-title {
  margin-top: 0;
  text-transform: lowercase;
}
.event-content .event-title::first-letter {
  text-transform: uppercase;
}
.event-content ul {
  padding-left: 1.5em;
}
.event-content ul li {
  margin-bottom: 3px;
}
.event-content .content-event-list h4 {
  margin-top: 2px;
  margin-bottom: 18px;
}

.event-content-footer {
  margin-top: 100px;
  border-top: #ccc solid 1px;
}

.thematic_programs {
  margin: 20px 0;
}
.thematic_programs h4 {
  margin-top: 0;
}
.thematic_programs ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 992px) {
  .thematic_programs {
    text-align: right;
  }
}
.dir-row {
  display: flex;
}
.dir-row > *:first-child {
  width: 30%;
  flex: 0 0 auto;
}
.dir-row > *:nth-child(2) {
  flex: 1 1 auto;
}
.dir-row > *:last-child {
  width: 26%;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .dir-row > *:first-child {
    width: 26%;
    flex: 0 0 auto;
  }
}

.directory-list {
  margin: 60px 0;
}
.directory-list .directory-header {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Montserrat";
  padding: 0 12px;
}
.filter-nav {
  display: flex;
  flex-direction: column;
}
.filter-nav > * {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .filter-nav {
    flex-direction: row;
  }
  .filter-nav > * {
    flex: 1 1 auto;
    margin-right: 60px;
  }
  .filter-nav > *:last-child {
    flex: 0 0 auto;
    margin-right: 0;
  }
}

.directory-item {
  border-bottom: 1px solid #eee;
}
.directory-item, .directory-item h4.title {
  font-size: 14px;
  color: #333 !important;
  font-family: "Open Sans";
  font-weight: normal !important;
  margin: 0 !important;
}
.directory-item.open .item-header {
  cursor: pointer;
  background: #1187ff;
}
.directory-item.open .item-header, .directory-item.open .item-header h4.title {
  color: white !important;
}
.directory-item.open .item-header .name > svg:first-child {
  transform: rotate(-270deg);
}
.directory-item .item-header {
  padding: 7px 12px;
  transition: all ease-in 0.1s;
  align-items: center;
}
.directory-item .item-header:hover {
  cursor: pointer;
  background: #1187ff;
}
.directory-item .item-header:hover, .directory-item .item-header:hover h4.title {
  color: white !important;
}
.directory-item .item-header p {
  margin: 0;
}
.directory-item .item-header .name {
  display: flex;
  padding-right: 8px;
}
.directory-item .item-header .name > *:not(:last-child) {
  margin-right: 12px;
}
.directory-item .item-header .name > svg {
  flex: 0 0 auto;
  margin-top: 2px;
  transition: all 0.2s ease-out;
}
.directory-item .item-body {
  transition: height 0.2s ease-out;
  height: 0;
  overflow: hidden;
}
.directory-item .item-body-inside {
  display: flex;
  background: #f5f9ff;
  padding: 20px 20px 13px 20px;
}
.directory-item .item-body-inside p {
  margin-bottom: 7px;
}
.directory-item .item-body-inside .media {
  margin-bottom: 7px;
  margin-right: 25px;
  background: #f1f1f1;
  width: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.directory-item .item-body-inside .media > * {
  min-height: 70px;
  width: 40px;
  height: auto;
  color: #1187ff;
}
.directory-item .item-body-inside .media > div {
  min-height: unset;
  height: 40px;
  margin-top: 16px;
}
.directory-item .item-body-inside .media > img {
  width: 100%;
}
.directory-item .item-body-inside .col-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .directory-item .item-body-inside .media {
    width: 165px;
  }
  .directory-item .item-body-inside .col-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .directory-item .item-body-inside .col1,
  .directory-item .item-body-inside .col2 {
    width: 50%;
  }
  .directory-item .item-body-inside .col1 {
    padding-right: 75px;
  }
}

.fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button).current-page-ancestor > .background-active.transition-right {
  opacity: 1;
  width: 100%;
}

/** CSS top shot to Mailchimp embbeded form */
.fusion-modal-content .modal-body {
  display: flex;
  justify-content: center;
}

#mc_embed_signup {
  font: 14px "Open Sans", sans-serif, arial !important;
}
#mc_embed_signup .mc-field-group select {
  width: 100% !important;
}
#mc_embed_signup .button {
  height: 44px !important;
  padding: 0 25px !important;
  background-color: var(--button_gradient_top_color) !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: var(--button_accent_color) !important;
}
#mc_embed_signup input,
#mc_embed_signup select {
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left) !important;
  border-color: var(--form_border_color) !important;
  border-radius: var(--form_border_radius) !important;
  background-color: var(--form_bg_color) !important;
  font-size: var(--form_text_size) !important;
  color: #747474 !important;
}
#mc_embed_signup select {
  padding: 5px 7px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: unset !important;
  background: var(--form_bg_color) url("data:image/svg+xml;utf8,<svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.5 1.75L6 6.25L10.5 1.75\" stroke=\"#6D6D6D%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3C/path%3E%3C/svg%3E") no-repeat top 50% right 8px !important;
}

.crm-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}
.crm-pagination li {
  padding: 3px 9px 3px 9px;
  border: 1px #e2e2e2 solid;
  background: white;
  color: #1187ff;
  transition: all ease-out 0.3s;
  margin: 0 4px 4px 0;
}
.crm-pagination li:hover, .crm-pagination li.active {
  color: white;
  background: #1187ff;
  cursor: pointer;
}
.crm-pagination li.active {
  cursor: default;
}
.crm-pagination li.no-link {
  cursor: default;
  border: none;
}
.crm-pagination li.no-link:hover {
  color: #1187ff;
  background: white;
  cursor: default;
}
@media (min-width: 992px) {
  .crm-pagination {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.sidebar-list {
  background-image: linear-gradient(#f8f8f8 #ffffff);
}
.sidebar-list .sidebar-inner {
  padding: 18px 12px 15px;
}
.sidebar-list .hr {
  display: block;
  height: 1px;
  background: #ddd;
  margin-bottom: 8px;
}
.sidebar-list .title {
  color: white;
  background: #666;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 5px 6px;
  margin: 0px;
}
.sidebar-list .subtitle {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 2px;
  margin: 0 0 2px;
}
.sidebar-list .active-filter-title {
  color: #1187ff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
}
.sidebar-list .crm-button {
  margin-bottom: 10px;
}
.sidebar-list .select-categories-wrapper {
  margin-bottom: 20px;
}
.sidebar-list .select-categories-wrapper select {
  width: 100%;
}
.sidebar-list .search-wrapper-sidebar {
  display: flex;
  flex-grow: 1;
  margin-bottom: 20px;
}
.sidebar-list .search-wrapper-sidebar button {
  flex: 0 0 auto;
  margin-left: 10px;
}
.sidebar-list .search-wrapper-sidebar input {
  flex: 1 1 auto;
}
.sidebar-list .desktop-view {
  display: none;
}
@media (min-width: 992px) {
  .sidebar-list .desktop-view {
    display: block;
  }
  .sidebar-list .mobile-view {
    display: none;
  }
}

.component-fade-enter-active, .component-fade-leave-active {
  transition: opacity 0.3s ease;
}

.component-fade-enter, .component-fade-leave-to {
  opacity: 0;
}
