@font-face {
  font-family: "MavenPro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/mavenpro-vf-latin.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: "MavenPro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/mavenpro-vf-latin.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: normal;
  src: local("Inconsolata Regular"), local("Inconsolata-Regular"), url("../fonts/inconsolata-vf-lagin.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 500;
  src: local("Inconsolata Medium"), local("Inconsolata-Medium"), url("../fonts/inconsolata-vf-lagin.woff2") format("woff2");
  font-display: swap; }

/*
 * [Modified] Modern CSS Reset
 * @link https://github.com/hankchizljaw/modern-css-reset
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

html,
body {
  overflow-x: hidden; }

html {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  text-rendering: optimizeSpeed; }

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; }
  html {
    scroll-behavior: initial; } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f9f9f9;
  color: #30475f;
  font-family: "MavenPro", sans-serif; }

main,
main.jlok-container {
  padding-top: 5vh;
  padding-bottom: 5vh; }

footer {
  margin-top: auto; }

article {
  max-width: 80ch; }
  article img {
    margin-right: auto;
    margin-left: auto; }

.jlok-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 120ch;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem; }

.jlok-column-container {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(25ch, 1fr)); }

ul.jlok-column-container {
  padding-left: 0; }

.jlok-section {
  width: 100%; }
  .jlok-section--padded {
    padding-top: 10vh;
    padding-bottom: 10vh; }
  .jlok-section *:last-child {
    margin-bottom: 0; }

.jlok-hero {
  display: grid;
  min-height: 40vh;
  place-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-align: center; }

.jlok-row {
  display: grid;
  grid-gap: 1rem; }
  @media (min-width: 80ch) {
    .jlok-row {
      grid-auto-flow: column;
      grid-auto-columns: max-content; } }
  .jlok-row--center-content {
    justify-content: center; }
  .jlok-row--center-alignitems {
    align-items: center; }

hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 1px solid #C95D63; }

#jlok-siteid {
  font-size: 2rem;
  text-decoration: none; }

.jlok-sitenav {
  background-color: #2364AA; }
  .jlok-sitenav__container, .jlok-sitenav__navlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .jlok-sitenav__container {
    justify-content: space-between;
    width: 100%;
    max-width: 120ch;
    margin: 0 auto;
    padding: 0.25rem 0.5rem; }
  .jlok-sitenav__navlist li + li {
    margin-left: 0.5rem; }
  .jlok-sitenav,
  .jlok-sitenav a:not(.jlok-button) {
    color: #fff; }
  .jlok-sitenav a:not(.jlok-button):focus {
    border-radius: 4px;
    outline-color: transparent;
    outline-style: solid;
    box-shadow: 0 0 1px 2px #fff; }

h1,
.jlok-h1 {
  font-family: "Inconsolata", monospace;
  font-weight: 500;
  font-variation-settings: "wght" 480;
  line-height: 1.15;
  margin-bottom: 0.65em; }

h2,
.jlok-h2 {
  font-family: "Inconsolata", monospace;
  font-weight: 500;
  font-variation-settings: "wght" 480;
  line-height: 1.15;
  margin-bottom: 0.65em; }

h3,
.jlok-h3 {
  font-family: "Inconsolata", monospace;
  font-weight: 500;
  font-variation-settings: "wght" 480;
  line-height: 1.15;
  margin-bottom: 0.65em; }

h4,
.jlok-h4 {
  font-family: "Inconsolata", monospace;
  font-weight: 500;
  font-variation-settings: "wght" 480;
  line-height: 1.15;
  margin-bottom: 0.65em; }

h1,
.jlok-h1 {
  font-size: 4.2rem;
  font-size: min(max(3rem, 5vw), 4.2rem);
  font-weight: 700; }

h2,
.jlok-h2 {
  font-size: 3.15rem;
  font-size: min(max(2.5rem, 5vw), 3.15rem); }

h3,
.jlok-h3 {
  font-size: 2rem; }

h4,
.jlok-h4 {
  font-size: 1.35rem;
  color: #61686f; }

p,
li {
  font-size: 1.15rem; }

p {
  margin: 0 0 1rem; }

article > ul > li + li,
article > ol > li + li {
  margin-top: 1rem; }

article * + h2 {
  margin-top: 4rem; }

article * + h3 {
  margin-top: 2rem; }

strong {
  font-weight: 500;
  font-variation-settings: "wght" 480; }

a:not(.jlok-button) {
  color: #2364AA; }

code:not([class*="language"]) {
  display: inline-flex;
  padding: 0.15em;
  background-color: #fff;
  color: #61686f;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  border: 1px solid #aeb4b9;
  border-radius: 2px;
  font-size: 0.75em;
  line-height: 1.1; }

pre code:not([class*="language"]) {
  width: 100%;
  max-width: calc(100vw - 2rem);
  overflow-x: auto; }

blockquote {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
  border-left: 2px solid #C95D63;
  color: #61686f; }
  blockquote,
  blockquote p {
    font-size: 1.35rem; }
  blockquote + * {
    margin-top: 3rem; }

.jlok-lead {
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
  line-height: 1.3; }

.jlok-list-unstyled {
  list-style: none;
  padding: 0; }

.jlok-button {
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-content: center;
  min-width: 120px;
  min-height: 48px;
  padding: 0 1.5em;
  transition: 180ms all ease-in-out;
  border-radius: 4px;
  background-color: #2364AA;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle; }
  @media screen and (-ms-high-contrast: active) {
    .jlok-button {
      border: 2px solid currentColor; } }
  .jlok-button:focus {
    outline-color: transparent;
    outline-style: solid;
    box-shadow: 0 0 0 3px #194677; }
  .jlok-button--small {
    min-height: 34px;
    padding: 0.25em 0.75em;
    font-size: 1rem; }
  .jlok-button--center {
    align-self: center;
    margin-right: auto;
    margin-left: auto; }
  .jlok-button__icon {
    margin-right: 0.25em; }
    .jlok-button__icon--end {
      margin-right: 0;
      margin-left: 0.25em; }
  .jlok-button-outlined {
    border: 2px solid #2364AA;
    background-color: transparent;
    color: #2364AA; }
    .jlok-button-outlined:hover, .jlok-button-outlined:focus {
      background-color: #cce0f5; }
  .jlok-button--secondary {
    background-color: #C95D63; }
    .jlok-button--secondary:focus {
      box-shadow: 0 0 0 3px #9a3339; }
  .jlok-button-outlined--secondary {
    border-color: #df888d;
    color: #C95D63; }
    .jlok-button-outlined--secondary:focus {
      box-shadow: 0 0 0 3px #9a3339; }
    .jlok-button-outlined--secondary:hover, .jlok-button-outlined--secondary:focus {
      background-color: #faefef; }
  .jlok-button--light {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87); }
    .jlok-button--light:focus {
      box-shadow: 0 0 0 3px #b3b3b3; }
  .jlok-button-outlined--light {
    border-color: white;
    color: #fff; }
    .jlok-button-outlined--light:focus {
      box-shadow: 0 0 0 3px #b3b3b3; }
    .jlok-button-outlined--light:hover, .jlok-button-outlined--light:focus {
      background-color: rgba(255, 255, 255, 0.15); }
  .jlok-button--medium {
    background-color: #61686f; }
    .jlok-button--medium:focus {
      box-shadow: 0 0 0 3px #44494e; }
  .jlok-button-outlined--medium {
    border-color: #7f95ab;
    color: #61686f; }
    .jlok-button-outlined--medium:focus {
      box-shadow: 0 0 0 3px #44494e; }
    .jlok-button-outlined--medium:hover, .jlok-button-outlined--medium:focus {
      background-color: #eff0f1; }

.jlok-button__icon,
.jlok-icon-button {
  display: inline-flex;
  position: relative;
  width: 1em;
  height: 1em;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer; }
  .jlok-button__icon svg,
  .jlok-icon-button svg {
    flex-shrink: 0;
    width: 100%;
    height: 100%; }

.jlok-icon-button svg {
  fill: currentColor;
  opacity: 0.7; }

.jlok-icon-button:focus, .jlok-icon-button:hover {
  outline: none; }
  .jlok-icon-button:focus svg, .jlok-icon-button:hover svg {
    opacity: 1; }

.jlok-icon-button:focus::after {
  position: absolute;
  top: -0.3em;
  right: -0.3em;
  bottom: -0.3em;
  left: -0.3em;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: ""; }

.jlok-card {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
  /* stylelint-disable selector-max-type, selector-no-qualifying-type */ }
  .jlok-card__title {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    line-height: 1.15;
    text-decoration: none; }
  .jlok-card a.jlok-card__title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 180ms box-shadow ease-in;
    border-radius: 8px;
    content: ""; }
  .jlok-card a.jlok-card__title:focus {
    outline: none; }
    .jlok-card a.jlok-card__title:focus::before {
      box-shadow: 0 0 0 3px #2364AA; }
  .jlok-card__content {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px; }
    .jlok-card__content a:last-child {
      align-self: start;
      margin-top: auto; }
    .jlok-card__content p {
      position: relative;
      margin: 0 0 1rem;
      z-index: 1;
      pointer-events: none; }
    .jlok-card__content > ul {
      list-style-type: disc;
      padding-left: 1rem; }
      .jlok-card__content > ul li + li {
        margin-top: 0.5rem; }
  .jlok-card:hover a.jlok-card__title::before {
    box-shadow: 0 0 0 3px #2364AA; }
  .jlok-card img:first-child {
    object-fit: cover;
    max-height: 10em;
    border-radius: 8px 8px 0 0; }
  .jlok-card--outlined {
    border: 1px solid #aeb4b9;
    background-color: transparent;
    box-shadow: none; }

/**
 * a11y-dark theme for JavaScript, CSS, and HTML
 * Based on the okaidia theme: https://github.com/PrismJS/prism/blob/gh-pages/themes/prism-okaidia.css
 * @author ericwbailey
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #61686f;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: 2rem 0;
  overflow: auto;
  border-radius: 0.3em;
  max-width: calc(100vw - 2rem); }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #fff; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #76747f; }

.token.punctuation {
  color: #61686f; }

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #4d48e8; }

.token.boolean,
.token.number {
  color: #348614; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #171392; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.language-scss .token.string,
.style .token.string,
.token.variable {
  color: #d92d7a; }

.token.function {
  color: #6f34a3; }

.token.atrule,
.token.attr-value {
  color: #6b65e8; }

.token.keyword {
  color: #171392; }

.token.regex,
.token.important {
  color: #348614; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

@media screen and (-ms-high-contrast: active) {
  code[class*="language-"],
  pre[class*="language-"] {
    color: windowText;
    background: window; }
  :not(pre) > code[class*="language-"],
  pre[class*="language-"] {
    background: window; }
  .token.important {
    background: highlight;
    color: window;
    font-weight: normal; }
  .token.atrule,
  .token.attr-value,
  .token.function,
  .token.keyword,
  .token.operator,
  .token.selector {
    font-weight: bold; }
  .token.attr-value,
  .token.comment,
  .token.doctype,
  .token.function,
  .token.keyword,
  .token.operator,
  .token.property,
  .token.string {
    color: highlight; }
  .token.attr-value,
  .token.url {
    font-weight: normal; } }

.jlok-content-maxlength {
  max-width: 80ch; }

.jlok-anchor {
  display: inline-block;
  margin-left: 0.25em;
  transition: 180ms opacity ease-in-out;
  opacity: 0.6;
  font-size: 0.65em;
  vertical-align: top; }
  .jlok-anchor:hover {
    opacity: 1; }

.jlok-text-align--left {
  text-align: left; }

.jlok-text-align--center {
  text-align: center; }
  .jlok-text-align--center > a {
    align-self: center !important; }

.jlok-text-align--right {
  text-align: right; }

.jlok-background--primary {
  background-color: #2364AA; }

.jlok-background--secondary {
  background-color: #C95D63; }

.jlok-background--background {
  background-color: #f9f9f9; }

.jlok-background--medium {
  background-color: #61686f; }

.jlok-background--light {
  background-color: #fff; }

.jlok-ink--primary,
a.jlok-ink--primary {
  color: #2364AA; }

.jlok-ink--primary > a:not(.jlok-button) {
  color: inherit; }

.jlok-ink--secondary,
a.jlok-ink--secondary {
  color: #C95D63; }

.jlok-ink--secondary > a:not(.jlok-button) {
  color: inherit; }

.jlok-ink--text,
a.jlok-ink--text {
  color: #30475f; }

.jlok-ink--text > a:not(.jlok-button) {
  color: inherit; }

.jlok-ink--medium,
a.jlok-ink--medium {
  color: #61686f; }

.jlok-ink--medium > a:not(.jlok-button) {
  color: inherit; }

.jlok-ink--light,
a.jlok-ink--light {
  color: #fff; }

.jlok-ink--light > a:not(.jlok-button) {
  color: inherit; }

.jlok-ink--dark,
a.jlok-ink--dark {
  color: rgba(0, 0, 0, 0.87); }

.jlok-ink--dark > a:not(.jlok-button) {
  color: inherit; }

.jlok-mx-auto {
  margin-right: auto;
  margin-left: auto; }

.jlok-my-sm {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.jlok-mt-sm {
  margin-top: 1rem; }

.jlok-ml-sm {
  margin-left: 1rem; }

.jlok-mr-sm {
  margin-right: 1rem; }

.jlok-my-md {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.jlok-mt-md {
  margin-top: 3rem; }

.jlok-ml-md {
  margin-left: 3rem; }

.jlok-mr-md {
  margin-right: 3rem; }

.jlok-my-lg {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.jlok-mt-lg {
  margin-top: 6rem; }

.jlok-ml-lg {
  margin-left: 6rem; }

.jlok-mr-lg {
  margin-right: 6rem; }

.jlok-my-xl {
  margin-top: 10rem;
  margin-bottom: 10rem; }

.jlok-mt-xl {
  margin-top: 10rem; }

.jlok-ml-xl {
  margin-left: 10rem; }

.jlok-mr-xl {
  margin-right: 10rem; }

.jlok-my-auto {
  margin-top: "auto";
  margin-bottom: "auto"; }

.jlok-mt-auto {
  margin-top: "auto"; }

.jlok-ml-auto {
  margin-left: "auto"; }

.jlok-mr-auto {
  margin-right: "auto"; }

.jlok-mb-none {
  margin-bottom: 0; }
