@charset "UTF-8";
:root,
:before,
:after {
  --site-width: 1024px;
}

.site-header1a {
  padding-bottom: 1rem;
}
.site-header1a .header-title {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--site-width);
  padding-top: 1rem;
  text-align: center;
}
.site-header1a .header-title a {
  font-size: 1.5rem;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .site-header1a .header-title a {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-header1a .header-title a {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .site-header1a .header-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .site-header1a .header-title a {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .site-header1a {
    padding-bottom: 0;
  }
  .site-header1a .header-title {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-slide {
  display: block !important;
}
.shuffle1-container .item-inner {
  position: relative;
}
.shuffle1-container .shuffle-main {
  --slick-arrow-color: white;
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  align-items: flex-start;
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  background: black;
  color: white;
  padding: 0.5em;
  line-height: var(--std-line-height);
}
.shuffle1-container .shuffle-main .shuffle-caption > p {
  margin-top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.shuffle1-container .slick-dotted {
  margin-bottom: 0;
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9999;
}
.shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle1-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
  flex-direction: column;
  top: 0;
  height: 100%;
  width: 2.75rem;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .slick-dots.number-dots {
  counter-reset: slide-num;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white !important;
  color: black !important;
  border-radius: 0;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon:before {
  counter-increment: slide-num;
  content: counter(slide-num);
  font-size: 0.75rem;
  transition: font-size 0.2s ease-in-out;
}
.shuffle1-container .slick-dots.number-dots .slick-active .slick-dot-icon:before {
  font-size: 1rem;
}
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button {
  top: auto;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.shuffle1-container.slick-autoplay .has-navshuffle.navshuffle-position-bottom .slick-autoplay-toggle-button {
  bottom: 70px;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  --slick-arrow-color: white;
  position: absolute;
  z-index: 9;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.shuffle1-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .slick-slide {
  position: relative;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-slide {
  margin: 0;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-image {
  display: block;
  height: 3rem;
}
.shuffle1-container .shuffle-navigation .slick-slide.slick-current {
  border-color: white;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle1-container .shuffle-navigation .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
  color: black;
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-main .slick-arrow {
    top: 0;
    color: white;
  }
  .shuffle1-container .shuffle-main .slick-arrow.slick-prev {
    left: auto;
    right: 3rem;
  }
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
  .shuffle1-container .slick-autoplay-toggle-button {
    display: none;
  }
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
    top: 0;
  }
  .shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
    bottom: 0;
  }
  .shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
    top: calc(3.375rem + 1em);
  }
  .shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
    bottom: calc(3.375rem + 1em);
  }
  .shuffle1-container.slick-autoplay .caption-position-bottom {
    padding-bottom: 3rem;
  }
  .shuffle1-container .slick-dotted .caption-position-bottom {
    padding-bottom: 3rem;
  }
  .shuffle1-container .slick-dotted .caption-position-top {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.spotlight-container {
  --summary-lines-limit: 5;
}
.spotlight-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.spotlight-container .item-thumbnail-holder {
  flex: none;
  max-width: 100%;
}
.spotlight-container .item-thumbnail {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.spotlight-container .item-summary.clipped-summary .item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--summary-lines-limit);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .spotlight-container.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .spotlight-container.thumbnail-orientation-horizontal .item-thumbnail-holder {
    max-width: 15.5rem;
  }
}

.video-container .video-item {
  display: block;
  width: 100%;
}
.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.video-container .video-autoplay-toggle-button {
  position: absolute;
  z-index: 99999;
  left: 5px;
  bottom: 5px;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  background: none;
  color: inherit;
  border: 0;
  cursor: pointer;
}
.video-container .video-autoplay-toggle-button .video-play-icon:before,
.video-container .video-autoplay-toggle-button .video-pause-icon:before {
  font-family: slick;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.video-container .video-autoplay-toggle-button .video-pause-icon:before {
  content: "⏸";
}
.video-container .video-autoplay-toggle-button .video-play-icon:before {
  content: "▶";
}

.tabs-container .tab-labels-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.tabs-container .tab-label:hover, .tabs-container .tab-label:focus {
  cursor: pointer;
}
.tabs-container .tab-label svg {
  pointer-events: none;
}

.infographic-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.infographic-container .infographic-item .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.infographic-container .infographic-item .item-inner svg {
  flex: none;
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}
.infographic-container .item-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}
.infographic-container .info-number {
  font-size: 1.5rem;
}
.infographic-container .info-text {
  font-size: 1.125rem;
}
.infographic-container.orientation-vertical .items-list {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .infographic-container.icon-orientation-horizontal .item-inner {
    flex-direction: row;
    text-align: left;
  }
}

.news-container .item-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.news-container .item-thumbnail-holder {
  flex: none;
  max-width: 100%;
  box-sizing: border-box;
}
.news-container .item-thumbnail-holder .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news-container .item-thumbnail {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.news-container .item-thumbnail.logo-backup {
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-container.article-type-standard.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
  }
  .news-container.article-type-standard.thumbnail-orientation-horizontal .item-thumbnail-holder {
    flex: none;
    max-width: 15.5rem;
  }
  .news-container.article-type-card .item-inner {
    position: relative;
    height: 25rem;
  }
  .news-container.article-type-card .item-thumbnail-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news-container.article-type-card .item-thumbnail {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }
  .news-container.article-type-card .item-thumbnail.logo-backup {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    object-fit: unset;
  }
  .news-container.article-type-card .item-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .news-container.article-type-card.thumbnail-coverage-full .item-summary {
    top: 0;
  }
  .news-container.article-type-card.thumbnail-coverage-partial .item-inner {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .news-container.orientation-horizontal .items-list:not(.slick-initialized) {
    display: flex;
    justify-content: space-around;
  }
  .news-container.orientation-horizontal .items-list:not(.slick-initialized) .item {
    flex: 1;
  }
}

.links-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-container .link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: inherit;
}
.links-container .link-item a.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.links-container .link-item svg {
  flex: none;
  width: 3rem;
  height: 3rem;
}
.links-container.orientation-vertical .items-list {
  flex-direction: column;
}
.links-container.icon-orientation-vertical {
  text-align: center;
}
.links-container.icon-orientation-vertical .link-item a {
  flex-direction: column;
}
.links-container.icon-only .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.shuffle2-container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.shuffle2-container .image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transform: translateZ(0);
}

.content-container .section-title {
  font-size: 2rem;
}
.content-container .item-name a {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .content-container .section-title {
    font-size: 2.5rem;
  }
}

#shuffle_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}

#news_container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--vp-xl);
}
#news_container .content-container-inner {
  box-sizing: border-box;
}
#news_container .item-inner {
  gap: 0.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#news_container .item-thumbnail-holder {
  border-radius: 1.25rem;
  overflow: hidden;
}
#news_container .item-name {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid var(--color-2);
}
#news_container .no-photo .logo-backup {
  padding: 0;
  max-width: 60%;
}
.bg-color-2 #news_container .item-name {
  border-color: var(--color-1);
}

#gallery_container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--vp-xl);
}
#gallery_container .slick-track {
  min-width: 100%;
}
#gallery_container .item-inner {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  #gallery_container .slick-track {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  #gallery_container .slick-arrow + .slick-list .slick-slide {
    transition: 0.3s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #gallery_container .slick-arrow + .slick-list .slick-slide:not(.slick-center) {
    opacity: 0.5;
    clip-path: polygon(0 5%, 100% 5%, 100% 95%, 0 95%);
  }
}

#events_tabs_container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--vp-xl);
}
#events_tabs_container .tab-labels-list {
  margin-bottom: 2.25rem;
  justify-content: center;
}
#events_tabs_container .tab-labels-list .tab-label {
  flex: none;
  text-align: center;
}
#events_tabs_container .tab-labels-list .tab-label a {
  padding: 0.75rem;
  font-size: 1.25rem;
  font-family: var(--font-2);
  font-weight: 500;
  border-radius: 0;
  color: currentColor;
}
#events_tabs_container .tab-labels-list .tab-label.ui-tabs-active a {
  background: var(--color-2);
  color: var(--color-2-over);
  border-radius: 0.625rem;
  position: relative;
}
#events_tabs_container .tab-labels-list .tab-label.ui-tabs-active a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateZ(-1px);
  width: 1rem;
  height: 1rem;
  background: var(--color-2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#events_tabs_container .section-title {
  margin-bottom: 1.25rem;
}
#events_tabs_container .item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
#events_tabs_container .item-inner {
  gap: 0;
  padding: 0.5rem 1.25rem;
  background: white;
  color: black;
  border-radius: 0.5rem;
}
#events_tabs_container .event-date {
  display: block;
  padding: 0.75rem;
  margin-bottom: 0.25rem;
  box-sizing: border-box;
  font-family: var(--font-2);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background: var(--color-2);
  color: var(--color-2-over);
}
#events_tabs_container .item-summary {
  padding: 0.75rem 0;
}
#events_tabs_container .item-summary:not(:last-child) {
  border-bottom: 1px solid;
}
#events_tabs_container .item-name {
  margin: 0;
}
#events_tabs_container .item-name a {
  font-size: 1.125rem;
}
.bg-color-2 #events_tabs_container .tab-labels-list .tab-label.ui-tabs-active a {
  background: var(--color-1);
  color: vaR(--color-1-over);
}
.bg-color-2 #events_tabs_container .tab-labels-list .tab-label.ui-tabs-active a:before {
  background: var(--color-1);
}
.bg-color-2 #events_tabs_container .item-summary {
  border-color: var(--color-1);
}

#links_container {
  padding: 0;
}
#links_container .links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
#links_container .link-item {
  width: 50%;
}
#links_container .link-item .item-inner {
  height: 100%;
}
#links_container .link-item a {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 10rem;
  box-sizing: border-box;
  font-size: 1.625rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  gap: 0.5rem;
  background-color: var(--color-1);
  color: var(--color-1-over);
  position: relative;
}
#links_container .link-item a svg,
#links_container .link-item a img {
  width: 3rem;
  height: 3rem;
  opacity: 0;
  transition: opacity 0.3s;
}
#links_container .link-item a .link-text,
#links_container .link-item a svg, #links_container .link-item a img {
  position: relative;
}
#links_container .link-item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-1);
  opacity: 0.7;
}
#links_container .link-item a.bg-image {
  background-position: center center;
  background-size: cover;
}
#links_container .link-item a:hover, #links_container .link-item a:focus {
  background-color: white;
  color: black;
}
#links_container .link-item a:hover:before, #links_container .link-item a:focus:before {
  background: white;
}
#links_container .link-item a:hover svg,
#links_container .link-item a:hover img, #links_container .link-item a:focus svg,
#links_container .link-item a:focus img {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #links_container .link-item {
    flex: 1;
    transition: flex 0.3s;
  }
  #links_container .link-item:hover, #links_container .link-item:focus, #links_container .link-item:focus-within {
    flex: 2;
  }
  #links_container .link-item a {
    min-height: 20rem;
  }
}

#spotlights_tabs_container .tab-labels-list {
  gap: 1rem 2rem;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
#spotlights_tabs_container .tab-labels-list .tab-label {
  opacity: 0.6;
}
#spotlights_tabs_container .tab-labels-list .tab-label a {
  padding-bottom: 0.25rem;
  display: block;
  font-size: 1.375rem;
  font-family: var(--font-2);
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid transparent;
}
#spotlights_tabs_container .tab-labels-list .tab-label.ui-tabs-active {
  opacity: 1;
}
#spotlights_tabs_container .tab-labels-list .tab-label.ui-tabs-active a {
  border-color: var(--color-1);
}
#spotlights_tabs_container .panel-item .section-title {
  margin-bottom: 1.25rem;
  text-align: left;
  color: var(--color-1);
  filter: brightness(var(--color-1-isdark));
}
#spotlights_tabs_container .item-summary {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.bg-color-1 #spotlights_tabs_container .section-title, .bg-color-2 #spotlights_tabs_container .section-title {
  color: inherit;
  filter: brightness(1);
}
.bg-color-1 #spotlights_tabs_container .tab-label.ui-tabs-active a {
  border-color: var(--color-2);
}
@media screen and (min-width: 768px) {
  #spotlights_tabs_container {
    padding: 0;
  }
  #spotlights_tabs_container .tab-labels-list {
    position: absolute;
    top: 3.75rem;
    right: 50%;
    width: 50%;
    max-width: calc(var(--site-width)/2);
  }
  #spotlights_tabs_container .panel-item {
    display: flex;
  }
  #spotlights_tabs_container .item-thumbnail-holder {
    width: 50%;
    order: 1;
    aspect-ratio: 2/1;
  }
  #spotlights_tabs_container .item-summary {
    width: calc(var(--site-width)/2);
    margin-left: auto;
    padding-top: 8rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    min-height: 28rem;
  }
  #spotlights_tabs_container .item-summary:only-child {
    max-width: 100%;
    width: var(--site-width);
    margin-right: auto;
    padding-right: 0.5rem;
  }
  #spotlights_tabs_container .item-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
