/**
 * 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);
 */
/*!
 * 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;
}

.navbar__search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}

.search-block-form {
  overflow: clip;
}
.search-block-form .form-submit,
.search-block-form .navbar-search__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 48px;
  width: 48px;
  padding: 0 !important;
}
.search-block-form .navbar-search__wrapper {
  border-radius: 4px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: clip;
}

#search-block-form {
  height: 48px;
  padding: 0;
  position: relative;
}
#search-block-form .form-type-search {
  left: 100%;
  top: 0;
  position: absolute;
  transition: left 300ms ease-in-out;
  width: calc(100% - 48px);
}
#search-block-form .form-type-search[data-visibility=show] {
  left: 0;
}
#search-block-form .form-type-search[data-visibility=hide] {
  left: 100%;
}
#search-block-form .form-type-search .form-search {
  background: var(--bs-primary);
  box-shadow: none;
  border-color: var(--bs-primary-20);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  color: var(--bs-white);
  width: 100%;
  height: 48px;
}
#search-block-form .form-type-search .form-search::-moz-placeholder {
  color: var(--bs-white);
}
#search-block-form .form-type-search .form-search::placeholder {
  color: var(--bs-white);
}
#search-block-form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}
#search-block-form .form-actions > button {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary-20);
  --bs-btn-hover-border-color: var(--bs-primary-20);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-width: 1px;
  border-left-width: 0;
}

.btn.navbar-search__btn {
  --bs-btn-bg: var(--bs-primary-dark);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary-20);
  --bs-btn-hover-border-color: var(--bs-secondary-20);
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px !important;
  border-width: 1px;
}
.btn.navbar-search__btn .material-symbols-outlined {
  color: var(--bs-secondary-20);
}
.btn.navbar-search__btn:hover, .btn.navbar-search__btn:focus {
  border-color: var(--bs-primary-20) !important;
}
.btn.navbar-search__btn:hover .material-symbols-outlined, .btn.navbar-search__btn:focus .material-symbols-outlined {
  color: var(--bs-white);
}

#navbar-search .form-actions,
#search-api-page-block-form-search-results .form-actions {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
#navbar-search .form-actions .btn,
#search-api-page-block-form-search-results .form-actions .btn {
  --bs-btn-border-color: var(--bs-primary-60);
  --bs-btn-hover-border-color: var(--bs-secondary-20);
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary-20) !important;
  border-left-width: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  color: var(--bs-white);
}
#navbar-search .btn.navbar-search__btn,
#search-api-page-block-form-search-results .btn.navbar-search__btn {
  border-color: var(--bs-primary-20) !important;
}
#navbar-search .btn.navbar-search__btn:hover, #navbar-search .btn.navbar-search__btn:focus,
#search-api-page-block-form-search-results .btn.navbar-search__btn:hover,
#search-api-page-block-form-search-results .btn.navbar-search__btn:focus {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary-20) !important;
}

#search-api-page-block-form-search-results {
  background-color: var(--bs-white) !important;
  border-radius: 4px;
  overflow: hidden;
}
#search-api-page-block-form-search-results .form-type-search {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
#search-api-page-block-form-search-results .form-type-search label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#search-api-page-block-form-search-results .form-search,
#search-api-page-block-form-search-results .form-actions .btn.btn-primary {
  border: 0 !important;
  border-radius: 0 !important;
}
#search-api-page-block-form-search-results .form-search {
  color: var(--bs-dark);
  font-weight: 700;
  line-height: 40px;
  min-height: auto;
  padding: 0 2px 0 12px;
}
#search-api-page-block-form-search-results .form-search::-moz-placeholder {
  color: var(--bs-dark);
}
#search-api-page-block-form-search-results .form-search::placeholder {
  color: var(--bs-dark);
}
#search-api-page-block-form-search-results .form-actions .btn {
  background-color: var(--bs-white) !important;
  border: 0 !important;
  color: var(--bs-dark);
  min-height: unset;
  padding: 0;
  text-align: center;
  width: 40px;
  height: 100%;
}
@media (min-width: 992px) {
  #search-api-page-block-form-search-results .form-actions .btn {
    display: none;
    pointer-events: none;
  }
}

input[type=search i]::-webkit-search-cancel-button,
#search-clear {
  display: none !important;
}

#search-block-form--2 + .navbar-search__btn {
  display: none !important;
}
#search-block-form--2 .form-type-search {
  flex: 1;
}
#search-block-form--2 .form-search {
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 700;
  min-height: 40px;
  padding: 0 0 0 16px;
}
#search-block-form--2 .form-search::-moz-placeholder {
  color: var(--bs-dark);
}
#search-block-form--2 .form-search::placeholder {
  color: var(--bs-dark);
}
#search-block-form--2 .form-submit {
  background-color: var(--bs-white);
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 40px;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
}
#search-block-form--2 .form-submit::before {
  content: "search";
  font-family: "Material Icons";
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  line-height: 40px;
  text-indent: 0;
}

.sb-search-block {
  background-color: var(--bs-primary);
  max-width: 400px;
  padding: 20px;
}