/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 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");
@import url("https://use.typekit.net/fpb0tcn.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined");
* {
  -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: fluid(1rem, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  margin-block-end: 1em;
}
p:only-child {
  margin-block-end: 0;
}
p strong {
  font-weight: 700;
}
p small {
  font-size: 80% !important;
}
p a {
  color: #1d5970;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
p a:hover, p a:focus {
  color: #17475a;
}

.eyebrow-icon .icon {
  vertical-align: text-top;
}

article ul li,
article ol li {
  color: var(--bs-text-color);
  font-size: fluid(1rem, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.375em;
}
article ul li a,
article ol li a {
  color: #1d5970;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
article ul li a:hover, article ul li a:focus,
article ol li a:hover,
article ol li a:focus {
  color: #17475a;
}
article .without-markers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
article ul {
  list-style-type: disc;
}
article ul ul {
  list-style-type: circle;
}
article ol {
  list-style-type: decimal-leading-zero;
}
article ol ol {
  list-style-type: lower-alpha;
}
article ol li {
  color: var(--bs-text-color);
  font-size: fluid(1rem, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.375em;
}
article ol li a {
  color: #1d5970;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
article ol li a:hover, article ol li a:focus {
  color: #17475a;
}
article ol li::marker {
  font-size: smaller;
  font-weight: 700;
}

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

.text-freeform-image {
  width: 100%;
  margin-bottom: 1rem;
}
.text-freeform-image.wrap-around .text-freeform-image__figure {
  float: right;
  margin: 0 0 1rem 1.5rem;
}
.text-freeform-image.wrap-around.image-left .text-freeform-image__figure {
  float: left;
  margin: 0 1.5rem 1rem 0;
}
.text-freeform-image.display-columns .text-freeform-image__inner {
  display: flex;
  align-items: start;
  gap: 1rem;
  justify-content: flex-start;
}
.text-freeform-image.display-columns .text-freeform-image__figure,
.text-freeform-image.display-columns .text-freeform-image__body {
  flex: 1 1 auto;
  width: 100%;
}
.text-freeform-image.display-columns.image-left .text-freeform-image__figure {
  order: 0;
}
.text-freeform-image.display-columns.image-right .text-freeform-image__figure {
  order: 1;
}
.text-freeform-image .text-freeform-image__figure {
  width: 100%;
}
.text-freeform-image .text-freeform-image__img {
  width: 100%;
  height: auto;
  display: block;
}
.text-freeform-image .text-freeform-image__caption {
  font-size: 0.9rem;
  padding: 10px;
  background: #80c7bc;
}
.text-freeform-image .text-freeform-image__body {
  min-width: 0;
}
.text-freeform-image .width15 {
  max-width: 15%;
}
.text-freeform-image .width25 {
  max-width: 25%;
}
.text-freeform-image .width50 {
  max-width: 50%;
}
.text-freeform-image .width60 {
  max-width: 60%;
}

@media only screen and (max-width: 768px) {
  .text-freeform-image.display-columns .text-freeform-image__inner {
    display: block;
  }
  .text-freeform-image .width15, .text-freeform-image .width25, .text-freeform-image .width50, .text-freeform-image .width60 {
    max-width: 100%;
    float: none !important;
    margin: 0 0 1rem 0 !important;
  }
}