  /*!****!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/scss/pages/archive-event.scss ***!
  \****/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.c-page-header {
  position: relative;
  padding: 1rem 0 1.125rem;
  border-bottom: 1px solid var(--borealis-green-40);
  cursor: pointer;
}
@media screen and (min-width: 1140px) {
  .c-page-header {
    padding: 1.625rem 0 1.75rem;
    cursor: default;
  }
}
.c-page-header__container, .c-page-header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-page-header__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in-out;
  margin-right: 3rem;
  color: var(--lake-blue-40);
  font-family: var(--font-family-secondary);
  font-size: 1.0625rem;
  font-weight: 900;
}
.c-page-header__link:hover {
  text-decoration: underline;
  text-decoration-color: var(--borealis-green-40);
}
@media screen and (min-width: 1140px) {
  .c-page-header__link {
    font-size: 1.25rem;
    text-underline-offset: 0.3rem;
  }
}
.c-page-header__link:hover {
  text-decoration-thickness: 1px;
}
.c-page-header__title {
  font-size: var(--font-ui-01);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  font-weight: 900;
}
@media screen and (min-width: 576px) {
  .c-page-header__title {
    line-height: 1.2;
  }
}
@media screen and (min-width: 576px) {
  .c-page-header__title {
    font-size: 1.3rem;
  }
}
.c-page-header__arrow {
  width: 1.25rem;
  height: 1.25rem;
  filter: var(--filter-lake-blue-40);
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 1140px) {
  .c-page-header__arrow {
    display: none;
  }
}
.c-page-header__nav {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 0;
  padding: 0 1.25rem;
  background-color: var(--lake-blue-50);
  transition: max-height 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-page-header__nav {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: unset;
    padding: 0;
    background-color: transparent;
    transition: unset;
  }
}
.c-page-header__nav ul {
  flex-direction: column;
  align-items: unset;
  padding: 0.75rem 0;
  margin: 0;
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.c-page-header__nav ul li {
  display: block;
  list-style: none;
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul li {
    padding: 0 0.75rem;
  }
}
.c-page-header__nav ul li:last-child {
  padding-right: 0;
}
.c-page-header__nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  color: var(--color-white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease-in-out;
    width: auto;
    padding: 0;
    color: var(--lake-blue-40);
    font-size: 1rem;
    text-underline-offset: 0.3rem;
  }
  .c-page-header__nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: var(--borealis-green-40);
  }
}
.c-page-header__nav ul li a.current-item {
  position: relative;
  text-decoration: none;
}
.c-page-header__nav ul li a.current-item::before {
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("/wp-content/themes/minnesota-north-college/img/icon-chevron.svg") no-repeat;
  background-position: center;
  content: "";
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-page-header__nav ul li a.current-item::before {
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul li a.current-item::before {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul li a.current-item {
    text-decoration: underline;
    text-decoration-color: var(--lake-blue-40);
    text-underline-offset: 0.3rem;
  }
}
.c-page-header--opened .c-page-header__arrow {
  transform: rotate(270deg);
}

body.theme-lake-blue-40 .c-page-header,
body.theme-lake-blue-60 .c-page-header {
  border-bottom: 1px solid var(--lake-blue-50);
}
body.theme-lake-blue-40 .c-page-header__link,
body.theme-lake-blue-60 .c-page-header__link {
  color: var(--color-white);
}
body.theme-lake-blue-40 .c-page-header__arrow,
body.theme-lake-blue-60 .c-page-header__arrow {
  filter: var(--filter-white);
}
@media screen and (min-width: 1140px) {
  body.theme-lake-blue-40 .c-page-header__nav ul li a,
  body.theme-lake-blue-60 .c-page-header__nav ul li a {
    color: var(--color-white);
  }
}
@media screen and (min-width: 1140px) {
  body.theme-lake-blue-40 .c-page-header__nav ul li a.current-item,
  body.theme-lake-blue-60 .c-page-header__nav ul li a.current-item {
    color: var(--color-white);
    text-decoration-color: var(--color-white);
  }
}

.c-sticky-post {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .c-sticky-post {
    margin-top: 6.25rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-sticky-post:has(.c-sticky-post__inner > .c-sticky-post__content:first-child) {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-sticky-post__inner {
    display: flex;
  }
}
@media screen and (min-width: 1140px) {
  .c-sticky-post__inner > .c-sticky-post__content:first-child {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  .c-sticky-post__link {
    width: 50%;
    max-width: 46.875rem;
  }
}
.c-sticky-post__image {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1140px) {
  .c-sticky-post__image {
    top: -3.75rem;
  }
}
.c-sticky-post__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1140px) {
  .c-sticky-post__image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-sticky-post__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-sticky-post__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-sticky-post__content {
  position: relative;
  background-color: var(--lake-blue-40);
  color: var(--color-white);
}
@media screen and (min-width: 1140px) {
  .c-sticky-post__content {
    width: calc(50% + 4.5rem);
    margin-left: -3.75rem;
  }
}
.c-sticky-post__content .content-top,
.c-sticky-post__content .content-bottom {
  position: relative;
  padding: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .c-sticky-post__content .content-top,
  .c-sticky-post__content .content-bottom {
    padding: 2rem 7.75rem;
  }
}
.c-sticky-post__content .content-top {
  margin-bottom: 1.5rem;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--borealis-green-40);
  margin-bottom: 0;
  gap: 0.5rem 0;
}
.c-sticky-post__content .content-top .post-tag {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.c-sticky-post__content .content-top .post-tag + .post-separator {
  display: inline-block;
}
.c-sticky-post__content .content-top .post-separator {
  display: none;
  margin: 0 0.75rem;
}
.c-sticky-post__content .content-top .post-separator {
  filter: var(--filter-borealis-green-30);
}
.c-sticky-post__content .content-bottom .post-title {
  font-size: var(--heading-h3);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 1.5rem;
}
.c-sticky-post__content .content-bottom .post-excerpt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1400px) {
  .c-sticky-post__content .content-bottom .post-excerpt {
    width: 87.5%;
  }
}
.c-sticky-post__content .content-bottom .post-excerpt:empty {
  display: none;
}
.c-sticky-post__content .content-bottom .c-button--secondary.icon-left svg {
  position: relative;
  left: -0.75rem;
}
.c-sticky-post__content .content-bottom .c-button--secondary.icon-right svg {
  position: relative;
  right: -0.75rem;
}
.c-sticky-post__content .content-bottom .c-button--secondary svg path {
  transition: 0.2s ease-in-out;
}
.c-sticky-post__content .content-bottom .c-button--secondary:hover svg path {
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .item-listing__search .search-container {
    padding-bottom: 2.56rem;
    border-bottom: 1px solid var(--borealis-green-40);
  }
}
@media screen and (min-width: 768px) {
  .item-listing__search .search-container__inner {
    display: flex;
    width: 100%;
  }
}
.item-listing__search .search-container__inputs-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.69rem;
  background-color: var(--color-gray);
}
.item-listing__search .search-container__inputs-wrapper::before {
  position: relative;
  max-width: 1.5rem;
  height: 1.5rem;
  flex: 1 1 100%;
  margin-right: 1rem;
  background: var(--ore-brown-40);
  content: "";
  -webkit-mask-image: url("/wp-content/themes/minnesota-north-college/img/icon-search.svg");
          mask-image: url("/wp-content/themes/minnesota-north-college/img/icon-search.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.5rem auto;
          mask-size: 1.5rem auto;
}
@media screen and (min-width: 768px) {
  .item-listing__search .search-container__inputs-wrapper {
    padding: 0 2rem;
    margin-bottom: 0;
  }
  .item-listing__search .search-container__inputs-wrapper::before {
    max-width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
    -webkit-mask-size: 3rem auto;
            mask-size: 3rem auto;
  }
}
.item-listing__search .search-container__inputs-wrapper .c-input-group {
  padding: 0;
  padding-left: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .item-listing__search .search-container__inputs-wrapper .c-input-group {
    padding: 0;
  }
}
.item-listing__search .search-container__inputs-wrapper .c-input-group__input {
  position: relative;
  color: var(--ore-brown-40);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01rem;
  line-height: 3.75;
}
.item-listing__search .search-container__inputs-wrapper .c-input-group__input::-webkit-search-cancel-button {
  position: relative;
  right: 20px;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/wp-content/themes/minnesota-north-college/img/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .item-listing__search .search-container__inputs-wrapper .c-input-group__input {
    font-size: 1.75rem;
    letter-spacing: -0.0175rem;
    line-height: 3.5715;
  }
}
.item-listing__search .search-container__inputs-wrapper .c-input-group__label {
  left: 0;
  color: var(--ore-brown-40);
}
.item-listing__search .search-container__inputs-wrapper .search-button {
  max-width: 1.5rem;
  height: 1.5rem;
  flex: 1 1 100%;
  padding: 0;
  border: 0;
  background: none;
  background: var(--ore-brown-40);
  box-shadow: none;
  cursor: pointer;
  -webkit-mask-image: url("/wp-content/themes/minnesota-north-college/img/icon-arrow-right-black.svg");
          mask-image: url("/wp-content/themes/minnesota-north-college/img/icon-arrow-right-black.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.5rem auto;
          mask-size: 1.5rem auto;
  text-indent: -1000rem;
}
@media screen and (min-width: 768px) {
  .item-listing__search .search-container__inputs-wrapper .search-button {
    max-width: 3rem;
    height: 3rem;
    -webkit-mask-size: 3rem auto;
            mask-size: 3rem auto;
  }
}
.item-listing__search .search-container__button-wrapper {
  padding: 1rem;
  border-top: 1px solid var(--borealis-green-40);
  border-bottom: 1px solid var(--borealis-green-40);
  margin-right: -1rem;
  margin-left: -1rem;
}
@media screen and (min-width: 360px) {
  .item-listing__search .search-container__button-wrapper {
    padding: 1rem 1.25rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .item-listing__search .search-container__button-wrapper {
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin: 0 0 0 2.44rem;
  }
}
.item-listing__search .search-container__button-wrapper .filters-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--lake-blue-40);
  color: var(--color-white);
  cursor: pointer;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .item-listing__search .search-container__button-wrapper .filters-button {
    min-width: 6.75rem;
    height: 100%;
    flex-direction: column;
    font-size: 0.8125rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) {
  .item-listing__search .search-container__button-wrapper .filters-button:hover {
    background-color: var(--lake-blue-50);
  }
}
.item-listing__search .search-container__button-wrapper img {
  width: auto;
  height: 1.25rem;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .item-listing__search .search-container__button-wrapper img {
    height: 3rem;
    margin: 0 0 0.44rem 0;
  }
}

.item-listing__filters {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
}
.item-listing__filters.filters-opened {
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
.item-listing__filters.filters-opened .filters-bg {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.item-listing .filters-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: end;
}
.item-listing .filters-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: none;
}
.item-listing .filters-content {
  position: relative;
  overflow: auto;
  width: min(100%, 25.3rem);
  height: 100%;
  background-color: var(--ore-brown-10);
}
.item-listing .filters-content .filters-header {
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--ore-brown-20);
}
@media screen and (min-width: 576px) {
  .item-listing .filters-content .filters-header {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.item-listing .filters-content .filters-header__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .item-listing .filters-content .filters-header__title {
    font-size: 1.75rem;
    letter-spacing: -0.035rem;
    line-height: 1.14;
  }
}
.item-listing .filters-content .filters-header__close {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  padding: 20px;
  margin-left: auto;
  right: -0.5rem;
}
.item-listing .filters-content .filters-header__close::before, .item-listing .filters-content .filters-header__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 1px;
  background-color: var(--color-black);
  content: "";
}
.item-listing .filters-content .filters-header__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.item-listing .filters-content .filters-header__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .item-listing .filters-content .filters-header__close {
    cursor: pointer;
  }
}
.item-listing .filters-content .filters-accordion {
  border-bottom: 1px solid var(--ore-brown-20);
}
.item-listing .filters-content .filters-accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.11;
}
@media screen and (min-width: 576px) {
  .item-listing .filters-content .filters-accordion__title {
    padding: 1.25rem 0;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .item-listing .filters-content .filters-accordion__title {
    cursor: pointer;
  }
}
.item-listing .filters-content .filters-accordion__title img {
  position: relative;
  right: -0.125rem;
  width: auto;
  height: 1.5rem;
}
.item-listing .filters-content .filters-accordion .single-campus {
  margin-right: 0.75rem;
  margin-left: 0;
}
.item-listing .filters-content .filters-accordion__content {
  max-height: 0;
  opacity: 0;
  transition: none;
  visibility: hidden;
}
.item-listing .filters-content .filters-accordion label {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.item-listing .filters-content .filters-accordion label:last-child {
  margin-bottom: 0;
}
.item-listing .filters-content .filters-accordion label input[type=checkbox] {
  position: relative;
  display: inline-block !important;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  border: 1px solid var(--ore-brown-60);
  border-radius: 0.3125rem;
  margin: 0 0 0 auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.item-listing .filters-content .filters-accordion label input[type=checkbox]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 3px;
  background-color: var(--ore-brown-60);
  content: "";
  transform: translate(-50%, -50%);
}
.item-listing .filters-content .filters-accordion .tax-tooltip {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 2rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 992px) {
  .item-listing .filters-content .filters-accordion .tax-tooltip {
    margin-right: 0.5rem;
    cursor: pointer;
  }
}
.item-listing .filters-content .filters-accordion .tax-tooltip__image {
  position: relative;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
}
.item-listing .filters-content .filters-accordion .tax-tooltip__content {
  --tooltip-after-position: 7.5rem;
  position: absolute;
  z-index: 5;
  top: auto;
  left: 0;
  display: block;
  width: 15.75rem;
  height: auto;
  padding: 0.625rem;
  border-radius: 0.5rem;
  margin: 0.75rem 0 0 0;
  background-color: #000;
  color: var(--color-white);
  font-size: 0.875rem;
  opacity: 0;
  text-align: center;
  transition: opacity 0.2s ease-in-out, visibility 0.4s ease-in-out;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .item-listing .filters-content .filters-accordion .tax-tooltip__content {
    left: -7.125rem;
  }
}
.item-listing .filters-content .filters-accordion .tax-tooltip__content::after {
  position: absolute;
  top: -0.375rem;
  left: var(--tooltip-after-position);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #000;
  content: "";
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .item-listing .filters-content .filters-accordion .tax-tooltip:hover .tax-tooltip__content {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    visibility: visible;
  }
}
.item-listing .filters-content .filters-accordion .tax-tooltip--visible .tax-tooltip__content {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  visibility: visible;
}
.item-listing .filters-content .filters-accordion.accordion-opened .filters-accordion__content {
  max-height: 100%;
  padding-bottom: 1.5rem;
  opacity: 1;
  transition: padding 0.2s ease-in-out, margin 0.2s ease-in-out, max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: visible;
}
.item-listing .filters-content .filters-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ore-brown-20);
  gap: 0.625rem;
}
@media screen and (min-width: 576px) {
  .item-listing .filters-content .filters-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.item-listing .filters-content .filters-footer .c-button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.item-listing .filters-content .filters-footer .c-button--close {
  padding-left: 2.875rem;
}
.item-listing .filters-content .filters-footer .c-button--apply {
  padding-right: 2.875rem;
}
.item-listing .filters-content .filters-footer .c-button .close-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  padding: 20px;
  margin-left: auto;
  position: absolute;
  left: 0.125rem;
}
.item-listing .filters-content .filters-footer .c-button .close-icon::before, .item-listing .filters-content .filters-footer .c-button .close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 65%;
  height: 1px;
  background-color: var(--ore-brown-60);
  content: "";
}
.item-listing .filters-content .filters-footer .c-button .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.item-listing .filters-content .filters-footer .c-button .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.item-listing .filters-content .filters-footer .c-button img {
  position: absolute;
  right: 0.75rem;
}
.item-listing .selected-filters-container {
  display: none;
}
.item-listing .selected-filters-container.has-active-filters {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .item-listing .selected-filters-container.has-active-filters {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.item-listing .selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.item-listing .selected-filters__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.item-listing .selected-filters .c-button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.item-listing .selected-filters .c-button--close, .item-listing .selected-filters .c-button--close-outlined {
  padding-left: 2.875rem;
}
.item-listing .selected-filters .c-button .close-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  padding: 20px;
  margin-left: auto;
  position: absolute;
  left: 0.125rem;
}
.item-listing .selected-filters .c-button .close-icon::before, .item-listing .selected-filters .c-button .close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 65%;
  height: 1px;
  background-color: var(--ore-brown-60);
  content: "";
}
.item-listing .selected-filters .c-button .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.item-listing .selected-filters .c-button .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-post__link {
  position: relative;
  text-decoration: none;
}
.c-post__link .post-title {
  font-size: var(--heading-h5);
  font-weight: 500;
  line-height: 1.14268;
  margin-bottom: 1.5rem;
  color: var(--lake-blue-40);
  letter-spacing: -0.035rem;
  text-transform: capitalize;
}
@media screen and (min-width: 576px) {
  .c-post__link .post-title {
    letter-spacing: -0.02em;
  }
}
.c-post__link .single-campus {
  position: absolute;
  right: 1.5rem;
  bottom: -1.5rem;
}
@media screen and (min-width: 576px) {
  .c-post__link .single-campus {
    bottom: -2rem;
  }
}
.c-post__link .single-campus__type {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .c-post__link .single-campus__type {
    width: 4rem;
    height: 4rem;
    font-size: 2.16669rem;
  }
}
.c-post__link .single-campus__type img {
  width: 2rem;
}
@media screen and (min-width: 576px) {
  .c-post__link .single-campus__type img {
    width: 3rem;
  }
}
.c-post__link .single-campus__type img.small-icon {
  width: 1.5rem;
}
@media screen and (min-width: 576px) {
  .c-post__link .single-campus__type img.small-icon {
    width: 2rem;
  }
}
.c-post__image {
  overflow: hidden;
  aspect-ratio: 490/307;
}
.c-post__image--empty {
  background-color: var(--ore-brown-30);
}
.c-post__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__content {
  padding: 1.5rem 0.75rem 0 0.75rem;
}
@media screen and (min-width: 576px) {
  .c-post__content {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-post__content {
    padding: 1.5rem;
  }
}
.c-post__date {
  margin-bottom: 1.5rem;
  color: var(--ore-brown-60);
  font-size: 1rem;
  font-weight: 500;
}
.c-post__date .post-tag {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.c-post__date .post-tag + .post-separator {
  display: inline-block;
}
.c-post__date .post-separator {
  display: none;
  margin: 0 0.75rem;
}
.c-post .post-excerpt {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
}
.c-post .c-link {
  width: -moz-fit-content;
  width: fit-content;
}
.c-post .c-link a {
  color: var(--lake-blue-40);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.0125rem;
  line-height: 0.8;
}
@media screen and (min-width: 576px) {
  .c-post .c-link a {
    font-size: 1.25rem;
  }
}

.c-campuses-list-wrapper {
  display: flex;
  align-items: center;
}
.c-campuses-list-wrapper__header {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.campuses-list,
.single-campus {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 0.75rem;
  gap: 0.5rem;
  list-style: none;
}
.campuses-list__type,
.single-campus__type {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  align-content: center;
  border-radius: 50%;
  background-color: var(--lake-blue-40);
  color: var(--color-white);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01625rem;
  line-height: 1;
  text-align: center;
}
.campuses-list img,
.single-campus img {
  display: block;
  width: 1rem;
  height: auto;
  margin: auto;
}
.campuses-list img.small-icon,
.single-campus img.small-icon {
  position: relative;
  top: 1px;
  width: 0.75rem;
}

.posts-loader {
  position: relative;
  display: none;
  width: 80px;
  height: 80px;
  margin: 0 auto 3rem auto;
}
.posts-loader.visible {
  display: block;
}

.posts-loader span {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  border: 8px solid var(--lake-blue-40);
  border-color: var(--lake-blue-40) transparent transparent transparent;
  border-radius: 50%;
  margin: 8px;
  animation: posts-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.posts-loader span:nth-child(1) {
  animation-delay: -0.45s;
}

.posts-loader span:nth-child(2) {
  animation-delay: -0.3s;
}

.posts-loader span:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes posts-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.archive-events .posts-grid {
  display: grid;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  grid-gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .archive-events .posts-grid {
    grid-gap: 3rem 1.25rem;
    grid-template-columns: repeat(2, calc((100% - 1.25rem) / 2));
  }
}
@media screen and (min-width: 1140px) {
  .archive-events .posts-grid {
    grid-template-columns: repeat(3, calc((100% - 2.5rem) / 3));
  }
}
.archive-events__no-results {
  padding-bottom: 4rem;
}

/*# sourceMappingURL=archive-events.css.map*/