/*!
 * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/**
 * Convert pixels to REM.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 * usage: font-size: fluid(1rem, 5rem, 320px, 1440px);
 */
@import url("https://use.typekit.net/fpb0tcn.css");
/**
 * Convert pixels to REM.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 * usage: font-size: fluid(1rem, 5rem, 320px, 1440px);
 */
@import url("https://use.typekit.net/fpb0tcn.css");
@import url("https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,600;1,600&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined");
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-family: inherit;
}

p {
  color: var(--bs-text-color);
  font-size: clamp(1rem, 0.1785714286vw + 0.9642857143rem, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  margin-block-end: 1em;
}
p:only-child, p:last-child {
  margin-block-end: 0;
}
p strong {
  font-weight: 700;
}
p small {
  font-size: 80% !important;
}
p a {
  color: #427693;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
p a:hover, p a:focus {
  color: #2e5367;
}
p.small-text {
  font-size: 0.875rem;
}
p.lead-text {
  font-size: clamp(1.25rem, 0.1785714286vw + 1.2142857143rem, 1.375rem);
  font-weight: 500;
  line-height: 1.3;
}
p.medium-text {
  font-size: clamp(1.325rem, 0.25vw + 1.275rem, 1.5rem);
  line-height: 1.3;
}
p.large-text {
  font-size: clamp(1.375rem, 0.3571428571vw + 1.3035714286rem, 1.625rem);
  font-weight: 500;
  line-height: 1.3;
}

.rich-text blockquote,
article blockquote {
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 3rem 0;
  position: relative;
}
.rich-text blockquote::before,
article blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--bs-tertiary);
  border-radius: 0;
}
.rich-text blockquote p,
article blockquote p {
  font-size: clamp(1.375rem, 0.3571428571vw + 1.3035714286rem, 1.625rem);
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0.25em;
}
.rich-text blockquote p strong,
article blockquote p strong {
  font-size: clamp(1rem, 0.1785714286vw + 0.9642857143rem, 1.125rem);
  font-weight: 700;
}
.rich-text blockquote p:last-of-type,
article blockquote p:last-of-type {
  margin: 0;
}
.rich-text ul li,
.rich-text ol li,
article ul li,
article ol li {
  color: var(--bs-text-color);
  font-size: clamp(1rem, 0.1785714286vw + 0.9642857143rem, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.375em;
}
.rich-text ul li a,
.rich-text ol li a,
article ul li a,
article ol li a {
  color: #427693;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
.rich-text ul li a:hover, .rich-text ul li a:focus,
.rich-text ol li a:hover,
.rich-text ol li a:focus,
article ul li a:hover,
article ul li a:focus,
article ol li a:hover,
article ol li a:focus {
  color: #2e5367;
}
.rich-text .without-markers ul,
article .without-markers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rich-text ul,
article ul {
  list-style-type: disc;
}
.rich-text ul ul,
article ul ul {
  list-style-type: circle;
}
.rich-text ol,
article ol {
  list-style-type: decimal;
}
.rich-text ol ol,
article ol ol {
  list-style-type: lower-alpha;
}
.rich-text ol li,
article ol li {
  color: var(--bs-text-color);
  font-size: clamp(1rem, 0.1785714286vw + 0.9642857143rem, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.375em;
}
.rich-text ol li a,
article ol li a {
  color: #427693;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
.rich-text ol li a:hover, .rich-text ol li a:focus,
article ol li a:hover,
article ol li a:focus {
  color: #2e5367;
}

/**
 * Convert pixels to REM.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 * usage: font-size: fluid(1rem, 5rem, 320px, 1440px);
 */
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Convert pixels to REM.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 * usage: font-size: fluid(1rem, 5rem, 320px, 1440px);
 */
@media (min-width: 576px) {
  .block-views-exposed-filter-blocknews-search-page-news-view {
    margin-bottom: 20px;
  }
}
.block-views-exposed-filter-blocknews-search-page-news-view form {
  display: flex;
  row-gap: 1rem;
}
.block-views-exposed-filter-blocknews-search-page-news-view .form-item-key {
  flex: 1;
}
.block-views-exposed-filter-blocknews-search-page-news-view .form-item-year {
  gap: 0;
}
.block-views-exposed-filter-blocknews-search-page-news-view .form-actions {
  margin-inline-start: 0.5rem;
}
.block-views-exposed-filter-blocknews-search-page-news-view .form-actions button {
  width: 100%;
}

.facets-widget-links {
  font-weight: 600;
}
.facets-widget-links > ul {
  padding: 0;
  list-style-type: none;
}
.facets-widget-links > ul.item-list__links:first-of-type > li:first-of-type {
  border-top: 1px solid var(--bs-gray-300);
}
.facets-widget-links > ul > li {
  border-bottom: 1px solid var(--bs-gray-300);
}
.facets-widget-links > ul > li > a .facet-item__value {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.facets-widget-links > ul > li > a::after {
  font-family: "Material Icons";
  content: "add";
  margin-left: auto;
  text-decoration: none;
  font-weight: 400;
}
.facets-widget-links > ul > li a {
  display: flex;
  font-size: clamp(1rem, 0.1785714286vw + 0.9642857143rem, 1.125rem);
  color: var(--bs-grey-60k);
  padding: 0.5rem;
  text-decoration: none;
}
.facets-widget-links > ul > li.facet-item--expanded ul {
  border-top: 1px solid var(--bs-gray-300);
  padding: 0;
  list-style-type: none;
}
.facets-widget-links > ul > li.facet-item--expanded ul li {
  border-bottom: 1px solid var(--bs-gray-300);
  margin: 0;
}
.facets-widget-links > ul > li.facet-item--expanded ul li:last-child {
  border-bottom: 0;
}
.facets-widget-links > ul > li.facet-item--expanded ul li a {
  padding: 12px 1rem;
  text-decoration: none;
  display: flex;
}
.facets-widget-links > ul > li.facet-item--expanded ul li a .facet-item__value {
  border: 0;
}
.facets-widget-links > ul > li.facet-item--expanded ul li a.is-active, .facets-widget-links > ul > li.facet-item--expanded ul li a.bef-link--selected {
  font-weight: 700;
}
.facets-widget-links > ul > li.facet-item--expanded ul li a.is-active .facet-item__count, .facets-widget-links > ul > li.facet-item--expanded ul li a.bef-link--selected .facet-item__count {
  font-weight: 700;
}
.facets-widget-links > ul > li.facet-item--expanded .facet-item__count {
  margin-left: auto;
  font-weight: 400;
}
.facets-widget-links > ul > li.facet-item--expanded > a::after {
  font-family: "Material Icons";
  content: "remove";
  margin-left: auto;
  font-weight: 400;
}
.facets-widget-links > ul > li .facet-item__status {
  display: none;
}

.facet-item-list-view-more {
  font-size: 0.875rem;
  font-weight: 700;
  gap: 5px;
  text-decoration: none !important;
}
.facet-item-list-view-more[aria-expanded=false]::before {
  content: "View More";
}
.facet-item-list-view-more[aria-expanded=false] .material-symbols-outlined {
  transform: rotate(0deg);
}
.facet-item-list-view-more[aria-expanded=true]::before {
  content: "View Less";
}
.facet-item-list-view-more[aria-expanded=true] .material-symbols-outlined {
  transform: rotate(180deg);
}
.facet-item-list-view-more .material-symbols-outlined {
  font-size: clamp(1rem, 0.1785714286vw + 0.9642857143rem, 1.125rem);
}
.facet-item-list-view-more + ul {
  transition: none;
}

.bottom-drawer .facets-widget-links > ul > li {
  border: 0;
}
.bottom-drawer .facets-widget-links > ul > li > a {
  color: var(--bs-black);
  font-size: 1rem;
  border: 0;
}
.bottom-drawer .facets-widget-links > ul > li > a * {
  text-decoration: none;
}
.bottom-drawer .facets-widget-links > ul > li > a:has(span.facet-item__status), .bottom-drawer .facets-widget-links > ul > li > a:hover {
  background-color: var(--bs-gold);
}
.bottom-drawer .facets-widget-links > ul > li > a::after {
  content: none;
  display: none;
}
.bottom-drawer .facets-widget-links > ul > li.facets-reset {
  display: none;
}

/**
 * News page archive fixes
 */
.views-exposed-form .bef-links li:has(#edit-year-all) {
  display: none;
}

.bef-links.bef-nested > ul > li > .bef-link > .facet-item__count {
  display: none;
}