#applied-filters {
  font-family: 'neuzeit-grotesk';
  font-size: 16px;
  display: block;
  color: #222222;
  z-index: 20;
  width: 100%;
  left: 0px;
  background: white;
}
#applied-filters .title {
  font-weight: bold;
}
#applied-filters .filters {
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
#applied-filters .filters .remove-filter-button {
  text-decoration: none;
  color: #222222;
  background-color: #F2F2F2;
  border: none;
  text-align: left;
  padding: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #applied-filters .filters .remove-filter-button {
    padding: 15px;
  }
}
#applied-filters .filters .remove-filter-button:hover {
  background-color: #F4B223;
}
body {
  overflow: visible !important;
}
body.user-logged-in #calendar-filters {
  top: 140px;
  left: 0px;
}
@media only screen and (min-width: 992px) {
  body.user-logged-in #calendar-filters {
    top: unset;
  }
}
@media only screen and (min-width: 992px) {
  body.user-logged-in #tools {
    top: 190px;
  }
}
body.logged-out #calendar-filters {
  top: 110px;
  left: 0px;
}
@media only screen and (min-width: 992px) {
  body.logged-out #calendar-filters {
    top: unset;
  }
}
@media only screen and (min-width: 992px) {
  body.logged-out #tools {
    top: 120px;
  }
}
.events-view {
  font-family: 'neuzeit-grotesk';
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .events-view .first-row {
    margin: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .events-view .first-row {
    margin: 0px 4rem;
  }
}
.events-view header {
  color: black;
  font-size: 3.3rem;
  font-weight: 400;
  font-family: bely-display, sans-serif;
}
.events-view .event-category {
  width: fit-content;
}
.events-view .event-category a {
  text-transform: uppercase;
  font-weight: 400;
  background: #000030;
  color: white !important;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 4px 14px 4px 14px;
  letter-spacing: 1px;
}
.events-view .views-field-field-term-link {
  position: relative;
  bottom: 31px;
  height: 0px;
}
.events-view .add-space-top-20 {
  margin-top: 20px !important;
}
.events-view .add-space-bottom-20 {
  margin-bottom: 20px !important;
}
.events-view .add-space-bottom-15 {
  margin-bottom: 15px !important;
}
.events-view .views-field:not(.views-field-field-image):not(.views-field-field-term-link) * {
  margin: 0px;
}
.events-view .event-date {
  color: white;
  background-color: black;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 6px;
  width: fit-content;
}
.events-view .event-title {
  font-size: 22px;
  font-weight: 600;
}
.events-view .event-icon {
  position: relative;
  top: 8px;
  margin-right: 8px;
}
.events-view .event-time-range {
  font-size: 16px;
  font-weight: 400;
}
.events-view .views-field.views-field-field-location {
  font-size: 16px;
  font-weight: 400;
}
.events-view .views-field.views-field-field-live-stream,
.events-view .views-field.views-field-field-registration {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.events-view .event-location {
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: darkgrey;
  width: 325px;
  position: relative;
  left: -12px;
  padding-left: 12px;
}
.events-column h3 {
  position: sticky;
  top: 130px;
  z-index: 2;
  padding: 10px 8px;
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  background: #F2F2F2;
  color: #000;
}
.pager {
  padding: 0px !important;
}
.pager li {
  padding: 0px !important;
}
.pager .pager__item a {
  color: #FFFFFF;
  background-color: #001028;
  padding: 0px 20px !important;
  border: 1px solid #001028;
}
.pager .pager__item a:hover {
  color: #001028;
  background-color: #F2F2F2;
}
.pager .pager__item.is-active a {
  color: #FFFFFF;
  background-color: #FF671D;
  border: 1px solid #FF671D;
}
.pager .pager__item.is-active a:hover {
  color: #001028;
  background-color: #F2F2F2;
  border: 1px solid #001028;
}
.date-search {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
#nextday,
#prevday,
#back-to-all {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  #nextday,
  #prevday,
  #back-to-all {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #back-to-all {
    margin-bottom: 1rem;
  }
}
#nextday a,
#prevday a,
#back-to-all a {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 14px;
  width: 100%;
  text-align: center;
  color: black;
}
#nextday a:hover,
#prevday a:hover,
#back-to-all a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  #nextday a,
  #prevday a,
  #back-to-all a {
    font-size: 1rem;
    width: max-content;
    text-align: left;
    margin-bottom: 0;
    margin-right: 3rem;
    padding: 0px;
  }
}
#nextday a .fas,
#prevday a .fas,
#back-to-all a .fas {
  color: #FF671D;
}
#calendar-title {
  margin-bottom: 3rem;
  line-height: 4rem;
  font-size: 2.6rem;
}
@media only screen and (min-width: 992px) {
  #calendar-title {
    margin-bottom: 2rem;
    font-size: inherit;
  }
}
.event-row {
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .event-row {
    padding-right: 20px;
  }
}
.event-row img {
  border-bottom: 5px solid #FF671D;
  width: 100%;
  height: auto;
  /*
    @media @tablet {
        width: 300px;
        height: 200px;
    }

    @media @desktop {
        width: auto;
        height: auto;
    }
    */
}
.views-field-field-registration a,
.views-field-field-live-stream a {
  color: #bf4a12;
}
.views-field-field-registration a i,
.views-field-field-live-stream a i {
  color: black;
}
#pager-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}
