@charset "UTF-8";
/*! =====================

	!!!! STOP !!!!

	This block of CSS was generated from SASS, any edits made to it might get replaced on an update. Override any styles below this block.

======================== */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.calendar-page #subpage-sidebar .ptl_col_1 {
  display: none; }

.calendar-page #subpage-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.calendar-page #subpage-sidebar,
.calendar-page #subpage-content {
  display: block; }
  @media (max-width: 1000px) {
    .calendar-page #subpage-sidebar,
    .calendar-page #subpage-content {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0; } }

.filterable-events__feed {
  display: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.filterable-events__events {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
  position: relative;
  padding-top: 2em; }
  .filterable-events__events.filterable-events__events--hidden {
    opacity: 0; }
  @media (max-width: 800px) {
    .filterable-events__events {
      height: auto !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

/*.upcoming-event:not(.upcoming-event--show-date-tile) .upcoming-event__event-date
{
    opacity: 0;
    pointer-events: none;
}*/
.upcoming-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 1em;
  margin: 0 3.125% 1em; }
  @media (max-width: 800px) {
    .upcoming-event {
      width: 100%; } }

.upcoming-event__event-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

._Telerik_IE9 .upcoming-event__event-info {
  max-width: 700px; }

.upcoming-event__event-description {
  overflow-x: visible;
  overflow-y: hidden;
  position: relative;
  padding-right: .2em; }
  .upcoming-event__event-description::after {
    content: '\2026';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0; }
 .upcoming-event__event-description br:first-child:last-child {
   display: none; }

.upcoming-event__event-day {
  font-weight: bold;
  background-color: #a0c13c;
  border: 1px solid #6b8021;
  padding: .75em;
  line-height: 1;
  margin-bottom: .5em;
  width: 4em;
  text-align: center; }

.upcoming-event__event-weekday {
  font-weight: normal;
  text-transform: uppercase;
  font-size: .8em; }

.upcoming-event__event-day-num {
  font-size: 1.5em;
  line-height: .8; }

.upcoming-event__event-date {
  margin-right: 1rem;
  text-align: center; }

.upcoming-event__event-month-name {
  text-transform: uppercase;
  line-height: 1; }

.upcoming-event__title {
  color: #276d62;
  font-weight: bold; }

.upcoming-event__event-times {
  font-style: italic; }

.filterable-events__filter,
.filterable-events__category-shell {
  display: block;
  width: 100%; }

.filterable-events__filter-btn {
  background: transparent;
  border: none;
  font-size: 1em;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 1.5em;
  color: #6b8021;
  padding: .5em; }
  .filterable-events__filter-btn:focus, .filterable-events__filter-btn:focus.filterable-events__filter-btn--primary, .filterable-events__filter-btn:hover, .filterable-events__filter-btn:hover.filterable-events__filter-btn--primary {
    background: #504a4a;
    color: #aac13f; }

.filterable-events__filter-btn--primary {
  background: #a0c13c;
  color: #504a4a;
  border: 1px solid #aac13f; }

.filterable-events__filter {
  border: 1px solid #aac13f;
  padding: 1em; }

.filterable-events__filters {
  border: none;
  margin-top: 4.6em; }
  .filterable-events__filters legend {
    font-weight: bold; }

.ui-datepicker .ui-widget-header {
  background: #aac13f; }

.ui-datepicker.ui-widget-content {
  background: #fafafa;
  border: 1px solid #aac13f; }

.nice-select {
  float: none;
  border-radius: 0;
  border-color: #aac13f;
  height: 3.1em; }
  .nice-select .current {
    padding-right: 1em; }
  .nice-select .list {
    border-radius: 0;
    margin-left: 0;
    float: none;
    min-width: 100%; }
  .nice-select:focus {
    -webkit-box-shadow: 0px 0px 4px 2px #88c0fb;
            box-shadow: 0px 0px 4px 2px #88c0fb;
    border-color: #88c0fb; }
  .nice-select:after {
    background-color: #aac13f;
    content: "";
    font-family: fontAwesome;
    border: none;
    width: auto;
    height: 100%;
    -webkit-transform: none !important;
            transform: none !important;
    position: absolute;
    top: 4px;
    right: 0;
    padding-left: .75em;
    padding-right: .75em; }

.filterable-events__btn-shell {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.filterable-events__current-month-label,
.filterable-events__month-btn {
  padding: 1em;
  font-weight: bold;
  font-size: 1em; }

.filterable-events__month-btn {
  background: transparent;
  border: none;
  font-size: 1em;
  border-radius: 0;
  color: #fafafa;
  background-color: #504a4a; }
  .filterable-events__month-btn:before, .filterable-events__month-btn:after {
    color: #aac13f; }
  .filterable-events__month-btn.filterable-events__month-btn--prev:before {
    content: "";
    font-family: fontAwesome;
    margin-right: 1em; }
  .filterable-events__month-btn.filterable-events__month-btn--next:after {
    content: "";
    font-family: fontAwesome;
    margin-left: 1em; }
  .filterable-events__month-btn:focus, .filterable-events__month-btn:hover {
    background: #aac13f; }
    .filterable-events__month-btn:focus, .filterable-events__month-btn:focus:after, .filterable-events__month-btn:focus:before, .filterable-events__month-btn:hover, .filterable-events__month-btn:hover:after, .filterable-events__month-btn:hover:before {
      color: #504a4a; }
  @media (max-width: 366px) {
    .filterable-events__month-btn {
      font-size: .9em; } }

@media (max-width: 500px) {
  .filterable-events__current-month-label {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center; } }

.fitlerable-events__field-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fitlerable-events__field-shell > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-bottom: .5em; }
  @media (max-width: 800px) {
    .fitlerable-events__field-shell {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .fitlerable-events__field-shell > *:not(.filterable-events__btn-shell) {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      .fitlerable-events__field-shell .filterable-events__btn-shell {
        margin: 0; } }

@media (min-width: 1001px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 1000px) {
  .desktop-only {
    display: none !important; } }

#pagetitle2 {
  font-size: 22px;
  font-weight: bold;
  color: #635b59;
  border-bottom: solid 1px #635b55;
  margin-bottom: 25px;
  margin-top: 1em; }

/*! 

========= MAKE ALL CSS UPDATES BELOW THIS LINE ============ */

/*# sourceMappingURL=event-list.css.map */


p.upcoming-event__event-location {

color: #3b716d;
    
    font-size: 15px;

}