/*!
 * 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");
@import url("https://use.typekit.net/fpb0tcn.css");
@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");
@import url("https://use.typekit.net/fpb0tcn.css");
@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;
}

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

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

* {
  -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);
 */
.heading {
  color: var(--bs-headings-color);
  font-family: "Besley", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-block-end: 1rem;
}
.heading.title-case {
  text-transform: capitalize;
}
.block--text.bg-primary-dark .heading {
  --bs-headings-color: var(--bs-white);
}
.heading.sans-serif {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
.heading.linked > a {
  color: var(--bs-dark);
  font-weight: inherit;
}
.heading.linked > a:hover, .heading.linked > a:focus {
  color: #2e5367;
}
.heading.with-divider, .heading.with-pre-divider {
  margin-block-end: 0;
  position: relative;
}
.heading.with-divider.is-primary, .heading.with-pre-divider.is-primary {
  --bs-divider-color: var(--bs-primary);
}
.heading.with-divider.is-secondary, .heading.with-pre-divider.is-secondary {
  --bs-divider-color: var(--bs-secondary);
}
.heading.with-divider.is-tertiary, .heading.with-pre-divider.is-tertiary {
  --bs-divider-color: var(--bs-tertiary);
}
.heading.with-divider::after {
  content: "";
  background: var(--bs-divider-color);
  display: block;
  margin: 1rem 0;
  position: relative;
  width: 80px;
  height: 2px;
}
.block--text.bg-secondary .heading.with-divider::after {
  --bs-divider-color: var(--bs-primary);
}
.block--text.bg-secondary-20 .heading.with-divider::after {
  --bs-divider-color: var(--bs-secondary);
}
.block--text.bg-tertiary .heading.with-divider::after {
  --bs-divider-color: var(--bs-tertiary-20);
}
.heading.with-pre-divider::before {
  content: "";
  background: var(--bs-divider-color);
  display: block;
  margin: 0 0 1rem;
  position: relative;
  width: 80px;
  height: 2px;
}
.heading.node-title {
  position: relative;
  padding-block: calc(1rem * 0.5);
  padding-inline: calc(1rem * 1.5);
}
.overlay .heading.node-title {
  --bs-headings-color: var(--bs-white);
}
@media (min-width: 992px) {
  .heading.node-title {
    padding-inline: calc(1rem * 2);
  }
}
.heading.node-title::before {
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--bs-tertiary);
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .article-full .heading.node-title {
    padding-inline: 0;
  }
  .article-full .heading.node-title::before {
    display: none;
  }
}
.heading.facet-type {
  font-family: "Besley", Georgia, serif;
  font-size: clamp(1rem, 0.3571428571vw + 0.9285714286rem, 1.25rem);
}
.heading.is-footer-h4 {
  font-family: "Besley", Georgia, serif;
  font-size: 1.5rem;
}
.heading.is-footer-h5 {
  font-family: "Besley", Georgia, serif;
  font-size: 1.25rem;
}
.heading[class*=-card] a, .heading[class*=-featured] a, .heading[class*=-landscape] a {
  color: var(--bs-headings-color);
}
.heading[class*=-card] a:hover, .heading[class*=-card] a:focus, .heading[class*=-featured] a:hover, .heading[class*=-featured] a:focus, .heading[class*=-landscape] a:hover, .heading[class*=-landscape] a:focus {
  color: var(--bs-link-color);
}
.heading[class*=-card]::after, .heading[class*=-featured]::after, .heading[class*=-landscape]::after {
  margin: 1.5rem 0;
}
.heading.degree-card {
  font-size: 1.375rem;
}
.heading.article-featured {
  font-size: clamp(1.375rem, 0.8928571429vw + 1.1964285714rem, 2rem);
}
.heading.article-landscape {
  font-size: clamp(1.375rem, 0.4471428571vw + 1.2855714286rem, 1.688rem);
}
.heading.article-card, .heading.event-card, .heading.event-landscape {
  color: var(--bs-dark);
  font-size: 1.125rem;
  line-height: 1.6;
}
.heading.event-featured {
  font-size: 1.375rem;
}
.heading.event-landscape {
  font-size: 1.5rem;
}

h1.heading, h1.heading * {
  font-family: "Besley", Georgia, serif;
  font-size: clamp(2rem, 0.8928571429vw + 1.8214285714rem, 2.625rem);
}
h1.heading.event-full, h1.heading *.event-full {
  font-size: clamp(1.5rem, 1.25vw + 1.25rem, 2.375rem);
}
@media screen and (min-width: 700px) and (max-width: 1200px) {
  h1.heading.event-full, h1.heading *.event-full {
    font-size: clamp(1.5rem, 0.3571428571vw + 1.4285714286rem, 1.75rem);
  }
}
h1.heading.is-h2, h1.heading *.is-h2 {
  font-size: clamp(2rem, 0.5357142857vw + 1.8928571429rem, 2.375rem);
}
h1.heading.is-h3, h1.heading *.is-h3 {
  font-size: clamp(1.75rem, 0.3571428571vw + 1.6785714286rem, 2rem);
}
h1.heading.is-h4, h1.heading *.is-h4 {
  font-size: clamp(1.375rem, 0.4471428571vw + 1.2855714286rem, 1.688rem);
}
h1.heading.is-h5, h1.heading *.is-h5 {
  font-size: 1.125rem;
}

h2,
.rich-text h2,
.ck-editor__editable h2,
#layout-builder-modal .ck-editor__editable h2 {
  font-size: clamp(2rem, 0.5357142857vw + 1.8928571429rem, 2.375rem);
  font-weight: 700;
  --bs-headings-color: #38210e;
}
h2.heading,
.rich-text h2.heading,
.ck-editor__editable h2.heading,
#layout-builder-modal .ck-editor__editable h2.heading {
  font-size: clamp(2rem, 0.5357142857vw + 1.8928571429rem, 2.375rem);
}
h2.heading.is-h3,
.rich-text h2.heading.is-h3,
.ck-editor__editable h2.heading.is-h3,
#layout-builder-modal .ck-editor__editable h2.heading.is-h3 {
  font-size: clamp(1.375rem, 0.3928571429vw + 1.2964285714rem, 1.65rem);
}
h2.heading.is-h4,
.rich-text h2.heading.is-h4,
.ck-editor__editable h2.heading.is-h4,
#layout-builder-modal .ck-editor__editable h2.heading.is-h4 {
  font-size: clamp(1.25rem, 0.3571428571vw + 1.1785714286rem, 1.5rem);
}
h2.heading.is-h5,
.rich-text h2.heading.is-h5,
.ck-editor__editable h2.heading.is-h5,
#layout-builder-modal .ck-editor__editable h2.heading.is-h5 {
  font-size: 1.125rem;
}
h2.heading.is-name, h2.heading.is-name a *,
.rich-text h2.heading.is-name,
.rich-text h2.heading.is-name a *,
.ck-editor__editable h2.heading.is-name,
.ck-editor__editable h2.heading.is-name a *,
#layout-builder-modal .ck-editor__editable h2.heading.is-name,
#layout-builder-modal .ck-editor__editable h2.heading.is-name a * {
  font-family: "Besley", Georgia, serif !important;
  font-size: clamp(1.125rem, 0.1785714286vw + 1.0892857143rem, 1.25rem);
}
.for-faculty h2.heading.is-name, .for-faculty h2.heading.is-name a *,
.for-faculty .rich-text h2.heading.is-name,
.for-faculty .rich-text h2.heading.is-name a *,
.for-faculty .ck-editor__editable h2.heading.is-name,
.for-faculty .ck-editor__editable h2.heading.is-name a *,
.for-faculty #layout-builder-modal .ck-editor__editable h2.heading.is-name,
.for-faculty #layout-builder-modal .ck-editor__editable h2.heading.is-name a * {
  color: #427693;
}

h3,
.rich-text h3,
.ck-editor__editable h3,
#layout-builder-modal .ck-editor__editable h3 {
  font-size: clamp(1.375rem, 0.3928571429vw + 1.2964285714rem, 1.65rem);
  font-weight: 700;
}
h3.heading,
.rich-text h3.heading,
.ck-editor__editable h3.heading,
#layout-builder-modal .ck-editor__editable h3.heading {
  font-size: clamp(1.375rem, 0.3928571429vw + 1.2964285714rem, 1.65rem);
}
h3.heading.is-h2,
.rich-text h3.heading.is-h2,
.ck-editor__editable h3.heading.is-h2,
#layout-builder-modal .ck-editor__editable h3.heading.is-h2 {
  font-size: clamp(2rem, 0.5357142857vw + 1.8928571429rem, 2.375rem);
}
h3.heading.is-h4,
.rich-text h3.heading.is-h4,
.ck-editor__editable h3.heading.is-h4,
#layout-builder-modal .ck-editor__editable h3.heading.is-h4 {
  font-size: clamp(1.25rem, 0.3571428571vw + 1.1785714286rem, 1.5rem);
}
h3.heading.is-h5,
.rich-text h3.heading.is-h5,
.ck-editor__editable h3.heading.is-h5,
#layout-builder-modal .ck-editor__editable h3.heading.is-h5 {
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
}

h4,
.rich-text h4,
.ck-editor__editable h4,
#layout-builder-modal .ck-editor__editable h4 {
  font-size: clamp(1.25rem, 0.3571428571vw + 1.1785714286rem, 1.5rem);
  font-weight: 700;
}
h4.heading,
.rich-text h4.heading,
.ck-editor__editable h4.heading,
#layout-builder-modal .ck-editor__editable h4.heading {
  font-size: clamp(1.25rem, 0.3571428571vw + 1.1785714286rem, 1.5rem);
}
h4.heading.is-h2,
.rich-text h4.heading.is-h2,
.ck-editor__editable h4.heading.is-h2,
#layout-builder-modal .ck-editor__editable h4.heading.is-h2 {
  font-size: clamp(2rem, 0.5357142857vw + 1.8928571429rem, 2.375rem);
}
h4.heading.is-h3,
.rich-text h4.heading.is-h3,
.ck-editor__editable h4.heading.is-h3,
#layout-builder-modal .ck-editor__editable h4.heading.is-h3 {
  font-size: clamp(1.375rem, 0.3928571429vw + 1.2964285714rem, 1.65rem);
}
h4.heading.is-h5,
.rich-text h4.heading.is-h5,
.ck-editor__editable h4.heading.is-h5,
#layout-builder-modal .ck-editor__editable h4.heading.is-h5 {
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
}

h5,
.rich-text h5,
.ck-editor__editable h5,
#layout-builder-modal .ck-editor__editable h5 {
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
h5.heading,
.rich-text h5.heading,
.ck-editor__editable h5.heading,
#layout-builder-modal .ck-editor__editable h5.heading {
  font-size: clamp(1.375rem, 0.4471428571vw + 1.2855714286rem, 1.688rem);
}
h5.heading.is-h2,
.rich-text h5.heading.is-h2,
.ck-editor__editable h5.heading.is-h2,
#layout-builder-modal .ck-editor__editable h5.heading.is-h2 {
  font-size: clamp(2rem, 0.8928571429vw + 1.8214285714rem, 2.625rem);
  font-weight: 700;
}
h5.heading.is-h3,
.rich-text h5.heading.is-h3,
.ck-editor__editable h5.heading.is-h3,
#layout-builder-modal .ck-editor__editable h5.heading.is-h3 {
  font-size: clamp(1.375rem, 0.3928571429vw + 1.2964285714rem, 1.65rem);
  font-weight: 700;
}
h5.heading.is-h4,
.rich-text h5.heading.is-h4,
.ck-editor__editable h5.heading.is-h4,
#layout-builder-modal .ck-editor__editable h5.heading.is-h4 {
  font-size: clamp(1.25rem, 0.3571428571vw + 1.1785714286rem, 1.5rem);
  font-weight: 700;
}

.rich-text h2, .rich-text h2 span,
.rich-text h3,
.rich-text h3 span,
.rich-text h4,
.rich-text h4 span,
.rich-text h5,
.rich-text h5 span {
  color: var(--bs-headings-color);
  font-family: "Besley", Georgia, serif;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.rich-text h2 a,
.rich-text h3 a,
.rich-text h4 a,
.rich-text h5 a {
  color: inherit;
  font-family: inherit;
}
.rich-text h5:not(.is-h2):not(.is-h3):not(.is-h4) {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.rich-text 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;
}
.block--text.bg-primary-dark .rich-text p {
  --bs-text-color: var(--bs-white);
}
.block--text.bg-secondary .rich-text p {
  --bs-text-color: var(--bs-dark);
}
.rich-text p:only-child, .rich-text p:last-child {
  margin-block-end: 0;
}
.rich-text p strong {
  font-weight: 700;
}
.rich-text p small {
  font-size: 80% !important;
}
.rich-text p a {
  color: #427693;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
.rich-text p a:hover, .rich-text p a:focus {
  color: #2e5367;
}
.block--text.bg-primary-dark .rich-text p a {
  color: var(--bs-white);
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
.block--text.bg-primary-dark .rich-text p a:hover, .block--text.bg-primary-dark .rich-text p a:focus {
  color: var(--bs-tertiary);
}
.block--text.bg-secondary .rich-text p a {
  color: var(--bs-primary);
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
.block--text.bg-secondary .rich-text p a:hover, .block--text.bg-secondary .rich-text p a:focus {
  color: var(--bs-primary-dark);
}
.rich-text p.small-text {
  font-size: 0.875rem;
}
.rich-text p.large-text {
  font-size: clamp(1.25rem, 0.8928571429vw + 1.0714285714rem, 1.875rem);
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .rich-text ul.columns-2,
  .rich-text ol.columns-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .rich-text ul.columns-3,
  .rich-text ol.columns-3 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .rich-text ul.columns-3,
  .rich-text ol.columns-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
}
.rich-text ul li,
.rich-text 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 {
  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 {
  color: #2e5367;
}
.rich-text ul.without-markers,
.rich-text ol.without-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}