/* Clearfix */
/* Grayscale */
/* Animation */
/* Cross browser opacity */
/* Cross browser opacity */
/* Fonts */
/* Colors */
/* Grid */
/*
 * After Bourbon 4.3.4
 */
.module.calendar .module-calendar-container .module-calendar-container-wrapper .filters-container {
  max-width: 960px;
  margin: 20px auto; }
  .module.calendar .module-calendar-container .module-calendar-container-wrapper .filters-container .col-wrapper .selector {
    background: #ffffff;
    border: 1px solid #404040;
    color: #404040;
    font-family: "Muli", sans-serif !important;
    height: 44px; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .filters-container .col-wrapper .selector select {
      height: 42px;
      position: absolute;
      top: 0; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .filters-container .col-wrapper .selector span {
      color: #404040;
      font-family: "Muli", sans-serif !important; }
      .module.calendar .module-calendar-container .module-calendar-container-wrapper .filters-container .col-wrapper .selector span.loading .selector {
        position: relative; }
        .module.calendar .module-calendar-container .module-calendar-container-wrapper .filters-container .col-wrapper .selector span.loading .selector::before {
          content: '';
          right: 10px;
          top: 12px;
          background-image: url(../../static/img/loading_select_filter.gif);
          width: 20px;
          height: 20px;
          z-index: 100;
          position: absolute;
          background-repeat: no-repeat; }
        .module.calendar .module-calendar-container .module-calendar-container-wrapper .filters-container .col-wrapper .selector span.loading .selector::after {
          display: none !important; }

.module.calendar .module-calendar-container .module-calendar-container-wrapper .items {
  margin-bottom: 10px; }
  .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item {
    position: relative;
    display: none;
    height: 295px;
    background-color: #fbfbfb;
    padding: 20px;
    margin-bottom: 2.35765%; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item.col-3:nth-child(4n+4) {
      margin-right: 0 !important; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item.col-4:nth-child(3n+3) {
      margin-right: 0 !important; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item.col-6:nth-child(2n+2) {
      margin-right: 0 !important; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item.col-12:nth-child(1n+1) {
      margin-right: 0 !important; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .categories, .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .dates {
      font-size: 14px;
      color: #404040; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .categories {
      text-transform: uppercase; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .dates {
      clear: both; }
      .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .dates:before {
        float: left;
        font-size: 20px;
        margin-right: 10px; }
      .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .dates .dates-container {
        float: left; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .calendar-title {
      position: absolute;
      bottom: 45px;
      left: 0;
      padding: 0 20px;
      max-height: 175px;
      overflow: hidden; }
      .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .calendar-title .title {
        position: relative; }
        .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .calendar-title .title h3 {
          font-size: 24px;
          color: #404040; }
      .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .calendar-title .categories {
        clear: both;
        position: relative;
        text-transform: uppercase; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .more {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 28px;
      margin-top: 10px; }
      .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .more a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        background-color: #cd222d;
        width: 45px;
        height: 45px;
        border: 2px solid #cd222d; }
        .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .more a .icon {
          position: relative;
          top: 7px;
          left: 7px; }
        .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item .more a:hover {
          cursor: pointer;
          background-color: #ffffff;
          color: #cd222d; }

.module.calendar .module-calendar-container .module-calendar-container-wrapper .view-more {
  padding: 20px 0; }
  .module.calendar .module-calendar-container .module-calendar-container-wrapper .view-more a {
    display: block;
    width: 100%;
    height: 44px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    background-color: #cd222d;
    text-decoration: none;
    border: 2px solid #cd222d; }
    .module.calendar .module-calendar-container .module-calendar-container-wrapper .view-more a:hover {
      background-color: #ffffff;
      color: #cd222d; }

@media screen and (max-width: 960px) {
  .module.calendar .module-calendar-container .module-calendar-container-wrapper .items .item {
    margin-bottom: 20px;
    width: 100%; } }
