.archive-hero {
  padding: 64px 0;
  color: #fff;
  background: #1b3c5b;
}
@media (min-width: 992px) {
  .archive-hero {
    padding: 128px 0;
  }
}
.archive-hero__title {
  color: #fff;
}

@media (min-width: 992px) {
  .trex-filters-container {
    grid-template-columns: 376px 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "sidebar content" "sidebar pagination";
    column-gap: 64px;
    padding: 0 96px 0 0;
  }
}
.trex-filters-filterbar {
  padding: 24px 40px;
  background: #fff;
  border: none;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .trex-filters-filterbar {
    padding: 20px;
    background: #fafafa;
  }
}
@media (min-width: 992px) {
  .trex-filters-filterbar {
    grid-area: sidebar;
  }
}
.trex-filters-filterbar-wrapper {
  flex-direction: column;
}
@media (min-width: 992px) {
  .trex-filters-filterbar-wrapper {
    position: static;
  }
}
@media (min-width: 768px) {
  .trex-filters-filterbar-wrapper {
    display: flex;
  }
}
@media (min-width: 992px) {
  .trex-filters-filterbar .trex-filters-sort {
    right: 96px;
    left: auto;
    transform: none;
    padding: 0;
  }
}
.trex-filters-filterbar .trex-filters-search {
  margin-bottom: 1.8rem;
}
.trex-filters-filterbar .trex-filters-search input[type=search] {
  border: 1px solid #96cbce;
  border-radius: 0;
}
.trex-filters-filterbar .trex-filters-search__clear.active {
  background: #00a2a9;
}
.trex-filters-results-reset {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .trex-filters-results-reset {
    order: -1;
  }
}
.trex-filters-results-reset .trex-filters-status {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .trex-filters-results-reset .trex-filters-status {
    display: flex;
    align-items: center;
  }
}
.trex-filters-results-reset .trex-filters-status::before {
  content: "";
}
@media (min-width: 768px) {
  .trex-filters-results-reset .trex-filters-status::before {
    content: "Filter";
    margin-right: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
  }
}
.trex-filters-results-reset .trex-filters-status span::before {
  content: "";
}
@media (min-width: 992px) {
  .trex-filters-results-reset .trex-filters-status span::before {
    content: "(";
  }
}
.trex-filters-results-reset .trex-filters-status span::after {
  content: "Results";
}
@media (min-width: 992px) {
  .trex-filters-results-reset .trex-filters-status span::after {
    content: "Results)";
  }
}
.trex-filters-results-reset .trex-filters-reset {
  margin: 0;
}
.trex-filters-results-reset .trex-filters-reset button {
  padding: 0 0 0 24px;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-position: left;
}
.trex-filters-results-reset .trex-filters-reset button::after {
  display: none;
  content: "";
}
.trex-filters-mobile-trigger .c-btn.c-btn-secondary {
  justify-content: center;
  padding: 18px;
  background-color: #00a2a9;
  border: 2px solid #00a2a9;
}
.trex-filters-mobile-trigger .c-btn.c-btn-secondary:hover, .trex-filters-mobile-trigger .c-btn.c-btn-secondary:focus {
  background-color: #008e95;
  border: #008e95;
}
.trex-filters-mobile-trigger .c-btn.c-btn-secondary:hover::after, .trex-filters-mobile-trigger .c-btn.c-btn-secondary:focus::after {
  display: none;
}
.trex-filters-mobile-trigger .trex-filters-trigger-modal {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .trex-filters-mobile-trigger .trex-filters-trigger-modal {
    display: none;
  }
}
.trex-filters-trigger-modal {
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #1b3c5b;
  border-bottom: 1px solid;
  border-color: #1b3c5b;
  display: none;
  order: -2;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .trex-filters-trigger-modal {
    display: block;
  }
}
.trex-filters-trigger-modal:focus, .trex-filters-trigger-modal:hover {
  outline: none;
}
.trex-filters-trigger-modal a {
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-bottom: 1.5px solid;
  border-color: #1b3c5b;
  transform: all 0.3s ease;
}
.trex-filters-trigger-modal a:hover {
  color: #00a2a9 !important;
  border-bottom-color: #00a2a9;
}
.trex-filters-nav {
  margin-top: 0;
  border-color: #96cbce;
}
.trex-filters-nav-title {
  padding: 12px 35px 12px 12px;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.trex-filters-nav-title.open + .trex-filters-nav-filter {
  padding: 0 0 19px;
}
.trex-filters-nav-filter {
  padding: 0;
}
.trex-filters-nav-filter .trex-term {
  padding: 8px 12px 8px 12px;
}
.trex-filters-nav-filter .trex-term > a,
.trex-filters-nav-filter .trex-term > span {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border: 0;
  color: #1b3c5b;
  cursor: pointer;
}
.trex-filters-nav-filter .trex-term > a:hover, .trex-filters-nav-filter .trex-term > a:focus,
.trex-filters-nav-filter .trex-term > span:hover,
.trex-filters-nav-filter .trex-term > span:focus {
  text-decoration: none;
}
.trex-filters-nav-filter .trex-term > a::before, .trex-filters-nav-filter .trex-term > a::after,
.trex-filters-nav-filter .trex-term > span::before,
.trex-filters-nav-filter .trex-term > span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 0.125rem solid #707070;
  border-radius: 0.125rem;
  transition: background-color 0.2s linear;
  transform: translate(0, -50%);
}
.trex-filters-nav-filter .trex-term > a::after,
.trex-filters-nav-filter .trex-term > span::after {
  border: 0.125rem solid #00a2a9;
  border-radius: 0.125rem;
  background-color: #00a2a9;
  opacity: 0;
}
.trex-filters-nav-filter .trex-term > .selected::after {
  background: #00a2a9 url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00406 16.17L4.83406 12L3.41406 13.41L9.00406 19L21.0041 7L19.5941 5.59L9.00406 16.17Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
  opacity: 1;
}
.trex-filters-nav-filter .trex-term__subterm-wrap {
  padding: 8px 0 0;
}
.trex-filters-nav-filter .trex-term.subterm:last-child {
  padding-bottom: 0;
}
.trex-filters-nav#trex_course_session_registration {
  border-top: none;
}
.trex-filters-nav#trex_course_session_registration .trex-filters-nav-title {
  display: none;
}
@media (min-width: 992px) {
  .trex-filters-content-wrapper {
    grid-area: content;
    padding: 24px 0 0;
  }
}
.trex-filters-content-wrapper .trex-filters-content {
  gap: 24px;
}
@media (min-width: 992px) {
  .trex-filters-content-wrapper .trex-filters-content {
    padding: 52px 0 0;
  }
}
.trex-filters-content-wrapper .trex-filters-content--no-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 414px;
  padding-left: 20px;
  padding-right: 20px;
}
.trex-filters-content-wrapper .trex-filters-content--no-results > * {
  max-width: 640px;
}
.trex-filters-content-wrapper .trex-filters-content--no-results > h3 {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.trex-filters-content-wrapper .trex-filters-content--no-results .tribe-events-c-messages__message__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.trex-filters-content-wrapper .trex-filters-content--no-results a,
.trex-filters-content-wrapper .trex-filters-content--no-results button {
  margin: 10px;
}
.trex-filters-content-wrapper .trex-filters-content--no-results a.c-btn-tertiary,
.trex-filters-content-wrapper .trex-filters-content--no-results button.c-btn-tertiary {
  border-bottom: 2px solid #00a2a9;
}
.trex-filters-content-wrapper .trex-filters-content--no-results a.c-btn-tertiary:hover,
.trex-filters-content-wrapper .trex-filters-content--no-results button.c-btn-tertiary:hover {
  border-color: transparent;
}
.trex-filters-pagination-wrapper {
  margin-top: 42px;
}
@media (min-width: 992px) {
  .trex-filters-pagination-wrapper {
    grid-area: pagination;
    margin: 72px 0 144px;
  }
}
.trex-filters__action-done {
  left: 50%;
  transform: translateX(-50%);
}

.program-card {
  padding: 40px 40px 48px;
  background: #fff;
  border-bottom: 4px solid #96cbce;
}
.program-card__header {
  margin: 0 0 12px;
}
.program-card__category {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #00a2a9;
}
.program-card__content .program-card__title,
.program-card__content .program-card__excerpt {
  margin: 0 0 16px;
}
.program-card__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
@media (min-width: 992px) {
  .program-card__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.program-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .program-card__meta {
    flex-direction: row;
    gap: 40px;
  }
}
.program-card__meta-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 28px;
  font-weight: 700;
}
.program-card__meta-label [class^=icon-],
.program-card__meta-label [class*=" icon-"] {
  display: none;
}
.program-card__meta-ages, .program-card__meta-dates {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 992px) {
  .program-card__meta-ages, .program-card__meta-dates {
    gap: 24px;
  }
}
.program-card__meta-ages [class*=-label], .program-card__meta-dates [class*=-label] {
  width: 86px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .program-card__meta-ages [class*=-label], .program-card__meta-dates [class*=-label] {
    width: auto;
  }
}
.program-card__meta-ages [class*=-label] {
  background-image: url(../images/icons/iconfont-user.svg);
}
.program-card__meta-dates [class*=-label] {
  background-image: url(../images/icons/iconfont-calendar.svg);
}
.program-card .c-btn {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .program-card .c-btn {
    margin: 0 0 20px;
  }
}
.program-card .c-btn-primary--small {
  padding: 12px 18px;
}
.program-card .program__btn-3--large {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .program-card .program__btn-3--large {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}