/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.ki-card-container .ki-card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ki-card-container .ki-card .card-image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.ki-card-container .ki-card .card-copy {
  margin-top: 1rem;
}

.ki-card-container {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ki-card-container.ki-card-container-people {
  gap: 0;
}
.ki-card-container.ki-card-container-promo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.ki-card-container.ki-card-container-promo img {
  position: absolute;
}
.ki-card-container.centered {
  justify-content: center;
}
.ki-card-container.full {
  margin: 0;
  padding: 0;
}
.ki-card-container .ki-card .card-link {
  text-decoration: none;
  color: inherit;
  line-height: 0;
}
.ki-card-container .ki-card:has(a:hover) h2 {
  text-decoration: underline;
}
.ki-card-container .ki-card.people-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.ki-card-container .ki-card.people-card .card-content {
  text-align: left;
  font-size: var(--wp--preset--font-size--ki-type-sm);
  line-height: 1.2;
}
.ki-card-container .ki-card button.video-button {
  position: absolute;
  border-radius: 0;
  margin: 0;
}
.ki-card-container .ki-card button.video-button .play::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAxNy42Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTQyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM0YjljZDM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOC4zLjZINS43QzIuOS42LjYsMi45LjYsNS43djYuMWMwLDIuOCwyLjMsNS4xLDUuMSw1LjFoMTIuNmMyLjgsMCw1LjEtMi4zLDUuMS01LjF2LTYuMWMwLTIuOC0yLjMtNS4xLTUuMS01LjFaTTEyLjcsMTAuNmwtMy4xLDEuOXYtNy41bDMuMSwxLjksMy4xLDEuOS0zLjEsMS45WiIvPgo8L3N2Zz4=);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.ki-card-container .ki-card .card-content {
  margin: -30px 1rem 0 1rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.ki-card-container .ki-card h2 {
  margin: 0.5rem 0 0 0;
  font-family: var(--wp--preset--font-family--bebas);
  font-size: clamp(1.4rem, 4.4cqw, 2.5rem);
  line-height: 1.2em;
}
.ki-card-container .ki-card p {
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: left;
  border-left: solid 2px var(--wp--preset--color--ki-charcoal);
  padding-left: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ki-card-container .ki-card img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.ki-card-container .ki-card .post-meta {
  color: var(--wp--preset--color--unc-blue);
  font-size: var(--wp--preset--font-size--ki-type-xsm);
  margin: 1rem 0;
  text-transform: uppercase;
}
.ki-card-container .ki-card .post-meta .bullet {
  display: none;
}
.ki-card-container .ki-card .tag-list ul {
  padding-left: 0;
  margin: 0;
}
.ki-card-container .ki-card .tag-list ul li {
  display: inline-block;
  font-size: var(--wp--preset--font-size--ki-type-xsm);
  border: 1px solid var(--wp--preset--color--ki-light-background);
  padding: 0 0.5rem;
  text-transform: uppercase;
}
.ki-card-container .ki-card .tag-list ul li:not(:last-of-type) {
  margin-right: 0.15rem;
}
.ki-card-container .ki-card .tag-list ul li.gc::before {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 0.25rem;
}
.ki-card-container.next-read {
  padding-top: 0;
}
.ki-card-container.next-read .ki-card {
  margin-top: 0;
}
.ki-card-container .border-right {
  border-right: solid 1px #999;
}

.has-unc-navy-background-color .card-content {
  background-color: var(--wp--preset--color--unc-navy) !important;
}

.has-unc-blue-background-color .card-content {
  background-color: var(--wp--preset--color--unc-blue) !important;
}

.wp-block-create-block-kipostlist {
  background-color: transparent;
}
.wp-block-create-block-kipostlist button.video-button {
  position: absolute;
  border-radius: 0;
  margin: 0;
}
.wp-block-create-block-kipostlist button.video-button .play::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAxNy42Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTQyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM0YjljZDM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOC4zLjZINS43QzIuOS42LjYsMi45LjYsNS43djYuMWMwLDIuOCwyLjMsNS4xLDUuMSw1LjFoMTIuNmMyLjgsMCw1LjEtMi4zLDUuMS01LjF2LTYuMWMwLTIuOC0yLjMtNS4xLTUuMS01LjFaTTEyLjcsMTAuNmwtMy4xLDEuOXYtNy41bDMuMSwxLjksMy4xLDEuOS0zLjEsMS45WiIvPgo8L3N2Zz4=);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.ki-pagination {
  justify-content: center;
}
.ki-pagination .col {
  padding: 0.5rem 0;
  text-align: center;
}
.ki-pagination .col .page-numbers {
  padding: 0.5rem 1rem;
  margin: 0;
}
.ki-pagination .col .page-numbers.current {
  background-color: var(--wp--preset--color--unc-navy);
  color: #fff;
}
.ki-pagination .col .page-numbers.current:hover {
  background-color: var(--wp--preset--color--unc-navy);
}
.ki-pagination .col .page-numbers:hover {
  background: none;
  background-color: #fff;
}
.ki-pagination .col .page-numbers.next {
  text-transform: uppercase;
}
.ki-pagination .col .page-numbers.next::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxMS45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTQyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjNGI5Y2QzOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDEuNXB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8bGluZSBjbGFzcz0ic3QwIiB4MT0iMS4zIiB5MT0iNS45IiB4Mj0iMTMuNiIgeTI9IjUuOSIvPgogIDxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjkuNiAuOCAxNC43IDUuOSA5LjYgMTEiLz4KPC9zdmc+);
  width: 16px;
  height: 13px;
  display: inline-block;
  margin-left: 0.5rem;
}
.ki-pagination .col .page-numbers.prev {
  text-transform: uppercase;
}
.ki-pagination .col .page-numbers.prev::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxMS45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTQyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjNGI5Y2QzOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDEuNXB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTQuNyIgeTE9IjUuOSIgeDI9IjIuNCIgeTI9IjUuOSIvPgogIDxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjYuNCAuOCAxLjMgNS45IDYuNCAxMSIvPgo8L3N2Zz4=);
  width: 16px;
  height: 13px;
  display: inline-block;
  margin-right: 0.5rem;
}

.event-card.promo {
  align-items: center;
}
.event-card.promo hr {
  border: solid 2px var(--wp--preset--color--unc-blue);
  max-width: 100px;
  text-align: left;
  margin: 0;
}
.event-card.promo h2 {
  margin-top: 0.5rem;
}
.event-card.promo .initiative-tagline {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #fff;
  padding: 0.5rem 2rem 1rem 2rem;
  max-width: 75%;
  width: 600px;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0;
  font-style: normal !important;
  font-size: clamp(1rem, 1.25vw, 2.5rem) !important;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: var(--wp--preset--color--unc-blue);
}
.event-card.promo.full-screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card.promo.full-screen .event-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.event-card.promo.full-screen .event-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding-top: 80px;
  width: 80%;
}
.event-card.promo.full-screen .event-card-content h2 {
  font-family: var(--wp--preset--font-family--bebas);
  color: #fff;
}
@media (max-width: 781px) {
  .event-card.promo.full-screen .event-card-content p {
    display: none;
  }
}
.event-card.promo.border {
  border-bottom: solid 1px #999;
  padding-bottom: 3rem;
}
.event-card.promo img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.event-card.promo .event-date {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -10px;
}
.event-card.promo .event-date .event-date-inner {
  padding: 1rem 2rem;
  background-color: var(--wp--preset--color--unc-navy);
  color: #fff;
  text-align: center;
}
.event-card.promo .event-date .event-date-inner .event-date-month {
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--wp--preset--font-size--large);
  line-height: 0.75;
}
.event-card.promo .event-date .event-date-inner .event-date-day {
  font-weight: 800;
  font-size: var(--wp--preset--font-size--ki-type-xx-lg);
  line-height: 1;
}
.event-card.promo .event-date .event-date-inner .event-date-year {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1;
}
.event-card .event-date {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  font-family: var(--wp--preset--font-family--bebas);
  text-transform: uppercase;
}
.event-card .event-date .event-date-inner {
  padding: 1rem 2rem;
  background-color: var(--wp--preset--color--unc-navy);
  color: #fff;
  text-align: center;
}
.event-card img {
  width: 100%;
}
.event-card .event-card-image {
  position: relative;
}
.event-card h2 {
  font-family: var(--wp--preset--font-family--bebas);
  margin-bottom: 0.25rem;
}
.event-card .event-details {
  color: var(--wp--preset--color--unc-blue);
  font-weight: 600;
}

/* Color adjustments */
.has-unc-navy-background-color .card-content {
  background-color: var(--wp--preset--color--unc-navy) !important;
}

.has-unc-blue-background-color .card-content, section:has(.has-unc-blue-background-color) .card-content {
  background-color: var(--wp--preset--color--unc-blue) !important;
  color: #fff;
}
.has-unc-blue-background-color .card-content h2, section:has(.has-unc-blue-background-color) .card-content h2 {
  color: #fff;
}
.has-unc-blue-background-color .card-content p, section:has(.has-unc-blue-background-color) .card-content p {
  border-left: solid 2px #fff;
}
.has-unc-blue-background-color .card-content .post-meta, section:has(.has-unc-blue-background-color) .card-content .post-meta {
  color: #fff;
}

.has-ki-mist-background-color .card-content {
  background-color: var(--wp--preset--color--ki-mist) !important;
}

/* Color adjustments */
.card-image .components-button {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
}

/*# sourceMappingURL=style-index.css.map*/