.calendar-section .event-filter-desktop {
  display: block; }
  .calendar-section .event-filter-desktop .event-filter {
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
.calendar-section .event-filter-mobile {
  display: none; }
.calendar-section .blogwidgetlist__item--active .blogwidgetlist__itemtitle {
  font-family: "NationalMuag-Bold"; }
.calendar-section .blogwidget__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; }
.calendar-section .blogwidgetlist__item + .blogwidgetlist__item {
  margin-top: 5px; }
@media only screen and (max-width: 767px) {
  .calendar-section .event-filter-desktop {
    display: none; }
  .calendar-section .event-filter-mobile {
    display: block; }
    .calendar-section .event-filter-mobile .filter-container {
      padding: 10px;
      padding-right: 40px; }
      .calendar-section .event-filter-mobile .filter-container .blogwidget__title {
        display: table;
        background-color: #FFFFFF;
        color: #019ede;
        padding: 0 10px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        box-shadow: 0 0 1px 0 #FFFFFF;
        height: auto;
        overflow: visible;
        text-transform: none;
        font-size: 24px; }
      .calendar-section .event-filter-mobile .filter-container .blogwidgetlist__itemtitle {
        font-size: 18px !important;
        line-height: 22px !important;
        font-family: "NationalMuag-Regular"; } }
.calendar-section > .container {
  position: relative; }
  .calendar-section > .container:first-child {
    margin-bottom: 60px !important; }
.calendar-section .event-filter-container {
  margin-bottom: 30px;
  position: relative;
  width: 100%; }
  .calendar-section .event-filter-container .event-filter-selected {
    margin-botom: 30px; }
  .calendar-section .event-filter-container.stick {
    position: fixed;
    top: 73px;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #019EDE;
    max-width: initial;
    border-top: 2px solid #FFFFFF; }
    .calendar-section .event-filter-container.stick:before {
      border-top: 2px solid #FFFFFF;
      content: "";
      margin: 0 auto;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: -1; }
    @media only screen and (min-width: 767px) {
      .calendar-section .event-filter-container.stick ul.event-filter > li:last-child {
        border-right: none; }
      .calendar-section .event-filter-container.stick ul.event-filter > li:first-child {
        border-left: 2px solid #FFFFFF; } }
    @media only screen and (max-width: 767px) {
      .calendar-section .event-filter-container.stick {
        /*top: 32px;*/ } }
    .calendar-section .event-filter-container.stick .event-filter {
      width: 100%;
      max-width: 1170px;
      margin: 0 auto;
      padding: 0 14px; }
    .calendar-section .event-filter-container.stick .tab-content {
      max-width: initial; }
      .calendar-section .event-filter-container.stick .tab-content .tab-pane {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto; }
  .calendar-section .event-filter-container ul.event-filter {
    display: flex;
    align-items: center; }
    .calendar-section .event-filter-container ul.event-filter > li, .calendar-section .event-filter-container ul.event-filter .tab-pane {
      background-color: #019EDE; }
    .calendar-section .event-filter-container ul.event-filter > li {
      flex: 1 0 auto;
      border-right: 2px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF; }
      .calendar-section .event-filter-container ul.event-filter > li > a {
        border-radius: unset;
        border-color: #FFFFFF;
        background-color: #019EDE;
        display: block;
        transition-duration: 0.2s; }
        .calendar-section .event-filter-container ul.event-filter > li > a:hover {
          transition-duration: 0.2s;
          opacity: .7; }
      .calendar-section .event-filter-container ul.event-filter > li.active {
        border-bottom-color: transparent; }
        .calendar-section .event-filter-container ul.event-filter > li.active > a.blogwidget__title > img {
          transform: rotate(180deg) translateY(5px); }
      .calendar-section .event-filter-container ul.event-filter > li:last-child {
        border-right: none; }
      .calendar-section .event-filter-container ul.event-filter > li:first-child {
        border-left: 2px solid transparent; }
      .calendar-section .event-filter-container ul.event-filter > li > a {
        border-left: none;
        color: #FFFFFF;
        padding: 12px 24px;
        text-align: left;
        position: relative; }
        .calendar-section .event-filter-container ul.event-filter > li > a:hover {
          text-decoration: none; }
        .calendar-section .event-filter-container ul.event-filter > li > a > img {
          position: absolute;
          right: 24px;
          top: 50%;
          transform: translateY(-50%); }
  .calendar-section .event-filter-container .tab-content {
    background-color: #019EDE;
    position: absolute;
    z-index: 11;
    margin: 0 auto;
    padding: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .calendar-section .event-filter-container .tab-content {
        width: 100%;
        top: 0; }
        .calendar-section .event-filter-container .tab-content .event-filter-mobile-close {
          display: none;
          position: absolute;
          right: 15px;
          top: 20px;
          z-index: 2; }
          .calendar-section .event-filter-container .tab-content .event-filter-mobile-close:hover {
            cursor: pointer; } }
    .calendar-section .event-filter-container .tab-content .tab-pane {
      padding: 12px 0;
      max-width: 1170px;
      margin: 0 auto; }
      @media only screen and (min-width: 767px) {
        .calendar-section .event-filter-container .tab-content .tab-pane {
          padding: 30px 10px 24px 24px; } }
      .calendar-section .event-filter-container .tab-content .tab-pane.event-filter-item.active {
        overflow: auto; }
        @media only screen and (max-width: 767px) {
          .calendar-section .event-filter-container .tab-content .tab-pane.event-filter-item.active {
            height: 100vh;
            overflow-y: auto;
            padding-bottom: 120px; }
            .calendar-section .event-filter-container .tab-content .tab-pane.event-filter-item.active .event-filter-mobile-close {
              display: block; } }
    .calendar-section .event-filter-container .tab-content .blogwidgetlist__item > a {
      color: #FFFFFF; }
    .calendar-section .event-filter-container .tab-content .blogwidgetlist--tags .blogwidgetlist__item {
      display: block;
      width: 100%; }
    .calendar-section .event-filter-container .tab-content .blogwidgetlist__itemtitle {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; }

.event-filter-container.fixed {
  position: fixed;
  top: 73px;
  z-index: 9; }

/*# sourceMappingURL=eventfilter.css.map */
