/*
  Modern CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  interpolate-size: allow-keywords;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  text-wrap: pretty;
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #3DAADF;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #3DAADF;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

body:not(.wp-admin) {
  font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-display: swap;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.wp-block-heading a {
  text-decoration-color: #C4E4F2;
  text-underline-offset: 2px;
  transition: all 0.25s ease-out;
}
.wp-block-heading a:hover {
  text-decoration-color: inherit;
}

.body--wrapper ul, .body--wrapper ol {
  margin-bottom: 1rem;
  padding-left: 1.1em;
}
.body--wrapper ul li, .body--wrapper ol li {
  font-size: 1.0625rem;
  margin-bottom: 0.25rem;
}
.body--wrapper ul.is-style-archive, .body--wrapper ol.is-style-archive {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.is-style-eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.is-style-eyebrow + h2, .is-style-eyebrow + h3, .is-style-eyebrow + h4, .is-style-eyebrow + h5, .is-style-eyebrow + h6 {
  margin-top: 0 !important;
}

.is-style-label {
  background: #EEF5F8;
  color: #124560;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}

.is-style-facet-label {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.is-style-breadcrumb {
  color: #005C9C;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
  text-decoration-color: #C4E4F2;
  text-underline-offset: 2px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.is-style-breadcrumb:hover {
  text-decoration-color: #005C9C;
}

.is-style-link-with-icon {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.is-style-link-with-icon .fa-caret-right {
  position: relative;
  right: 0;
  transition: all 0.25s ease-out;
}
.is-style-link-with-icon:hover .fa-caret-right {
  right: -0.25rem;
}

@media (min-width: 580px) {
  .editor-styles-wrapper .wp-block-ristretto-recent-blog .recent-blog-intro, .wp-block-ristretto-recent-blog .recent-blog-intro {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
}
.editor-styles-wrapper .wp-block-ristretto-recent-blog .recent-blog-grid, .wp-block-ristretto-recent-blog .recent-blog-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block-ristretto-recent-blog .recent-blog-grid, .wp-block-ristretto-recent-blog .recent-blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .editor-styles-wrapper .wp-block-ristretto-recent-blog .recent-blog-grid, .wp-block-ristretto-recent-blog .recent-blog-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block-ristretto-recent-blog .recent-blog-grid .post-meta, .wp-block-ristretto-recent-blog .recent-blog-grid .post-meta {
    padding: 2.5rem;
  }
}
.editor-styles-wrapper .wp-block-ristretto-recent-blog .recent-blog-grid .post-label, .wp-block-ristretto-recent-blog .recent-blog-grid .post-label {
  display: none;
}
.editor-styles-wrapper .wp-block-ristretto-recent-blog .recent-blog-grid .post-date, .wp-block-ristretto-recent-blog .recent-blog-grid .post-date {
  margin-bottom: 2rem;
}

.editor-styles-wrapper .wp-block-ristretto-recent-blog a {
  pointer-events: none;
}
