/* Minification failed. Returning unminified contents.
(54,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(55,26): run-time error CSS1039: Token not allowed after unary operator: '-no-events-background-color'
 */
.events-block h2, h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.events-block h2 {
  font-weight: 400;
}

.events-month-group {
  margin-bottom: 35px;
}

  .events-month-group:not(:first-of-type) {
    padding-top: 20px;
  }

  .events-month-group h4 {
    font-size: 28px;
    color: #ab0032;
    font-weight: 400;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ab0032;
    display: inline-block;
    width: 100%
  }

.event-details {
  padding: 0 10px;
  margin-bottom: 10px;
}

  .event-details h5 {
    text-transform: none;
    margin-top: 0;
    font-size: 1.2em;
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
    background-color: transparent;
  }

  .event-details .event-date {
    font-size: 14px;
    color: #124a7e;
  }

.event-details-wrap {
  margin-bottom: 20px;
}

.events-block .no-events-list-container {
  --no-events-background-color: transparent;
  background-color: var(--no-events-background-color);
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding: 25px;
}

  .events-block .no-events-list-container .no-events-list-glyph {
    display: flex;
    justify-content: center;
  }

  .events-block .no-events-list-container .no-event-list-description-desktop {
    display: none;
  }

  .events-block .no-events-list-container .no-event-list-description-mobile {
    display: block;
  }

@media (min-width: 768px) {
  .event-details-wrap {
    display: flex;
    justify-content: space-between;
  }

  .event-details {
    margin-bottom: auto;
    padding: 0 30px 0 10px;
  }

  .events-block .no-events-list-container .no-event-list-description-desktop {
    display: block;
  }

  .events-block .no-events-list-container .no-event-list-description-mobile {
    display: none;
  }
}

.location-filters-container {
  margin: 10px 0 20px 0;
  float: right;
  position: relative;
  min-height: 38px;
  min-width: 100%;
  z-index: 5;
}

  .location-filters-container > .location-filters {
    right: 0;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

    .location-filters-container > .location-filters .counter {
      font-style: normal;
      font-family: "Titillium Web";
    }

    .location-filters-container > .location-filters i {
      font-weight: 600;
    }

    .location-filters-container > .location-filters > .location-filters-row {
      display: flex;
      flex-direction: row;
    }

      .location-filters-container > .location-filters > .location-filters-row.with-specialties {
        justify-content: left;
      }

    .location-filters-container > .location-filters > .location-clear-filters-row {
      justify-content: flex-end;
      margin-bottom: 2px;
    }

    .location-filters-container > .location-filters > .location-filters-row > .location-filters-label {
      width: 60px;
      color: #124A7E;
      font-weight: 600;
      margin-top: 9px;
      text-transform: uppercase;
    }

    .location-filters-container > .location-filters > .location-filters-row > .accepting-patients-filter-button > label {
      font-size: 16px;
      font-weight: 600;
    }

    .location-filters-container > .location-filters .filter-button,
    .location-filters-container > .location-filters .filter-button-apply {
      font-size: 16px;
      font-family: "Titillium Web";
      font-weight: 600;
      text-align: center;
      border: none;
      width: auto;
      padding: 6px 8px;
      display: inline-block;
      margin: 0;
      color: #000000;
      background-color: rgba(116, 154, 187, 0.25);
    }

    .location-filters-container > .location-filters .filter-button {
      height: 36px;
      padding: 6px 14px;
    }

    .location-filters-container > .location-filters .insurance-plans-filter-options input[type=text] {
      width: calc(100% - 20px);
      border: 1px solid #CCCCCC;
      margin: 5px 10px;
    }

    .location-filters-container > .location-filters .insurance-plans-filter-options ul {
      width: 386px;
      min-height: 25px;
      max-height: 300px;
      overflow-y: auto;
      margin-bottom: 10px;
    }

    .location-filters-container > .location-filters .insurance-plans-filter-options li {
      text-overflow: ellipsis;
      width: 100%;
      overflow: hidden;
      cursor: pointer;
    }

      .location-filters-container > .location-filters .insurance-plans-filter-options li:hover,
      .location-filters-container > .location-filters .insurance-plans-filter-options li[data-selected=true] {
        color: #FFFFFF;
        background-color: rgb(116, 154, 187);
      }

      .location-filters-container > .location-filters .insurance-plans-filter-options li em {
        font-weight: 600;
      }

    .location-filters-container > .location-filters .filter-button-apply {
      width: 100%;
      font-size: 14px;
    }

    .location-filters-container > .location-filters .filter-button:hover,
    .location-filters-container > .location-filters .filter-button.active {
      color: #FFFFFF;
      background-color: rgb(116, 154, 187);
    }

    .location-filters-container > .location-filters .filter-button > i {
      width: 20px;
    }

    .location-filters-container > .location-filters .filter-options {
      position: absolute;
      z-index: 6;
      min-width: 169px;
      white-space: nowrap;
      background-color: #FFFFFF;
      visibility: hidden;
      box-shadow: 0 0 10px -4px #999;
    }

    .location-filters-container > .location-filters .filter-button-apply {
      width: 100%;
      margin: 0;
      padding: 4px 12px;
      border-radius: 0;
      background-color: rgba(116, 154, 187, 0.25);
    }

      .location-filters-container > .location-filters .filter-button-apply:hover {
        color: #FFFFFF;
        background-color: #749ABB;
      }

      .location-filters-container > .location-filters .filter-button-apply:disabled {
        cursor: default;
        color: #FFFFFF;
        background-color: #CCCCCC;
      }

    .location-filters-container > .location-filters .filter-options ul {
      list-style: none;
      margin: 0;
    }

    .location-filters-container > .location-filters .filter-options li {
      padding: 0 10px;
    }

    .location-filters-container > .location-filters .location-filter {
      margin-right: 4px;
    }

    .location-filters-container > .location-filters .location-filter-options ul {
      padding-top: 10px;
    }

    .location-filters-container > .location-filters .location-insurance-filter {
      margin-right: 4px;
    }

  .location-filters-container .active > .filter-options {
    visibility: visible;
  }

  .location-filters-container > .location-filters .filter-clear {
    visibility: hidden;
    font-size: 12px;
    color: #8E8f90;
    text-align: right;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
  }

    .location-filters-container > .location-filters .filter-clear:hover {
      color: #AB0032;
      text-decoration: none;
    }

  .location-filters-container > .location-filters input[type="radio"],
  .location-filters-container > .location-filters input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
    -webkit-appearance: none;
  }

    .location-filters-container > .location-filters input[type="radio"] + label,
    .location-filters-container > .location-filters input[type="checkbox"] + label {
      width: auto;
      font-weight: 400;
      line-height: initial;
      margin-bottom: 10px;
      display: inline-block;
      cursor: pointer;
      padding-top: 0;
      text-indent: -20px;
      margin-left: 20px;
      -ms-word-break: break-word;
      word-break: break-word;
      white-space: pre-wrap;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
    }

      .location-filters-container > .location-filters input[type="radio"] + label:before,
      .location-filters-container > .location-filters input[type="checkbox"] + label:before {
        font-family: "FontAwesome";
        border: 1px solid #CCCCCC;
        background-color: #FFFFFF;
        width: 1.563em;
        height: 1.563em;
        padding: 2px 3px;
        margin-right: 4px;
        color: transparent;
        line-height: 20px;
        outline: 0px dotted #212121;
        outline: 0px solid -webkit-focus-ring-color;
        position: relative;
        top: -1px;
      }

      .location-filters-container > .location-filters input[type="checkbox"] + label:before {
        content: "\f00c";
        font-size: 10px;
        border-radius: 0;
      }

      .location-filters-container > .location-filters input[type="radio"] + label:before {
        content: "\f111";
        font-size: 10px;
        border-radius: 50%;
      }

    .location-filters-container > .location-filters input[type="radio"]:focus + label:before,
    .location-filters-container > .location-filters input[type="checkbox"]:focus + label:before {
      outline-width: 1px;
    }

    .location-filters-container > .location-filters input[type="radio"]:checked + label:before,
    .location-filters-container > .location-filters input[type="checkbox"]:checked + label:before {
      color: #000000;
    }

    .location-filters-container > .location-filters input[type="radio"]:disabled + label:before,
    .location-filters-container > .location-filters input[type="checkbox"]:disabled + label:before {
      border-color: #AAAAAA;
    }

    .location-filters-container > .location-filters input[type="radio"]:checked:disabled + label:before,
    .location-filters-container > .location-filters input[type="checkbox"]:checked:disabled + label:before {
      color: #AAAAAA;
      border-color: #AAAAAA;
    }

@media (max-width: 960px) {
  .location-filters-container {
    min-height: 80px;
  }

    .location-filters-container > .location-filters .location-filters-row {
      flex-wrap: wrap;
    }

    .location-filters-container > .location-filters .location-filters-row,
    .location-filters-container > .location-filters > .location-filters-row.with-specialties {
      justify-content: flex-start;
    }

      .location-filters-container > .location-filters .location-filters-row > div {
        margin-right: 10px;
        margin-bottom: 5px;
      }

        .location-filters-container > .location-filters .location-filters-row > div:last-of-type {
          margin-bottom: 0;
        }

    .location-filters-container > .location-filters > .location-clear-filters-row {
      justify-content: flex-end;
    }

    .location-filters-container > .location-filters .filter-options {
      left: 0;
      right: 0;
    }

    .location-filters-container > .location-filters .insurance-plans-filter-options ul {
      width: 100%;
    }
}

@media (max-width: 768px) {
  .location-filters-container > .location-filters input[type="radio"] + label:before,
  .location-filters-container > .location-filters input[type="checkbox"] + label:before {
    top: -2px;
  }

  .location-filters-container > .location-filters .location-filters-label {
    display: none;
  }
}

@media (min-width: 572px) and (max-width: 767px) {
  .location-filters-container {
    min-height: 45px;
  }
}

