/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-body: 'Spectral', Georgia, serif;
    --font-display: 'Raleway', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@layer base {
  body {
    font-family: var(--font-body);
    font-weight: 300;
    background: #ffffff;
    margin: 0;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "head cont" "foot foot";
  }
  @media screen and (min-width: 768px) {
    body {
      grid-template-columns: 200px 1fr;
      grid-template-rows: 150px auto auto;
      grid-template-areas: "head head" "nav  cont" "foot foot";
    }
  }
  header {
    grid-area: head;
    background-color: #0E1640;
    display: grid;
    grid-template-rows: 60px 1fr;
    grid-template-columns: 60px;
    grid-template-areas: "buttons" "site";
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 100vh;
    z-index: 200;
  }
  @media screen and (min-width: 768px) {
    header {
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      height: auto;
      grid-template-columns: 70% 15% 5%;
      grid-template-rows: 65% 35%;
      grid-template-areas: "site name name" "des  des  des";
    }
  }
  @media screen and (min-width: 1024px) {
    header {
      grid-template-columns: 780px 15% 5%;
      grid-template-rows: 65% 20%;
    }
  }
  main {
    grid-area: cont;
    padding: 0 20px;
  }
  footer {
    grid-area: foot;
    background: #507ABD;
  }
  footer p {
    padding: 0 0 10px 0;
    color: #ffffff;
  }
  @media screen and (max-width: 767px) {
    footer {
      padding-left: 60px;
    }
  }
  article {
    width: 100%;
    font-size: 10pt;
    line-height: 15pt;
  }
  @media screen and (min-width: 414px) {
    article {
      font-size: 12pt;
      line-height: 18pt;
    }
  }
  @media screen and (min-width: 768px) {
    article {
      font-size: 13pt;
      line-height: 20pt;
    }
  }
  @media screen and (min-width: 1024px) {
    article {
      font-size: 13pt;
      line-height: 21pt;
    }
  }
  @media screen and (min-width: 1365px) {
    article {
      font-size: 14pt;
      line-height: 23pt;
    }
  }
  @media screen and (min-width: 1919px) {
    article {
      font-size: 16pt;
      line-height: 24pt;
    }
  }
  p {
    width: calc(100% - 30px);
    margin: 10px 10px 0 20px;
  }
  h1 {
    width: calc(100% - 20px);
    margin: 20px 0 10px 20px;
    font-family: var(--font-display);
    font-weight: 800;
    font-style: italic;
    font-size: 18pt;
  }
  h2 {
    width: calc(100% - 20px);
    margin: 20px 0 10px 20px;
    font-family: var(--font-display);
    font-weight: 700;
    font-style: italic;
    font-size: 14pt;
  }
  h3 {
    width: calc(100% - 20px);
    margin: 20px 0 10px 20px;
    font-style: italic;
    font-size: 16pt;
  }
  ul li {
    margin: 0 0 0 20px;
    list-style: square;
  }
  strong {
    font-weight: 900;
  }
  em {
    font-style: italic;
  }
  a {
    outline: none;
  }
  sup {
    font-size: 80%;
    vertical-align: super;
  }
  blockquote {
    margin: 12px 10px 12px 40px;
    padding-left: 12px;
    border-left: 3px solid #507ABD;
    font-style: italic;
  }
  figure {
    margin: 10px 10px 0 10px;
  }
  figcaption {
    width: 98%;
    font-weight: 200;
    font-size: 10pt;
    margin: 0 0 0 5px;
  }
}
@layer components {
  .nav {
    grid-area: nav;
    background-color: #D7DCE3;
    position: fixed;
    top: 0;
    left: 0;
    width: 90vw;
    height: 100vh;
    z-index: 100;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding-top: 16px;
    padding-left: 70px;
  }
  .nav.is-open {
    transform: translateX(0);
  }
  body.nav-open {
    overflow: hidden;
  }
  .nav ul li {
    margin: 0 0 0 10px;
    font-family: var(--font-display);
    font-weight: 600;
    font-style: normal;
    font-size: 14pt;
    line-height: 22pt;
  }
  .nav ul li, .nav li {
    list-style: none;
  }
  .nav ul li a {
    text-decoration: none;
    color: #00153d;
  }
  .nav ul li a:hover {
    text-decoration: underline;
    color: #125eee;
  }
  .nav .nav-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
    color: #00153d;
    font-family: var(--font-display);
    font-weight: 600;
    font-style: normal;
    font-size: 14pt;
    line-height: 22pt;
  }
  .nav .nav-toggle:hover {
    text-decoration: underline;
    color: #125eee;
  }
  .nav .nav-dropdown {
    padding-left: 8px;
  }
  .nav .nav-dropdown li {
    margin: 0;
    font-size: 10pt;
    line-height: 17pt;
    font-weight: 400;
    font-style: normal;
  }
  .nav .nav-dropdown li a {
    color: #00153d;
    text-decoration: none;
  }
  .nav .nav-dropdown li a:hover {
    text-decoration: underline;
    color: #125eee;
  }
  .siteName {
    grid-area: site;
  }
  .siteDes {
    grid-area: des;
    display: none;
  }
  .pageName {
    grid-area: name;
    display: none;
  }
  .buttons {
    grid-area: buttons;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger-btn {
    grid-area: buttons;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 0;
  }
  .hamburger-btn .icon-close {
    display: none;
  }
  .hamburger-btn[aria-expanded="true"] .icon-menu {
    display: none;
  }
  .hamburger-btn[aria-expanded="true"] .icon-close {
    display: block;
  }
  .siteNameVert {
    width: 80%;
    margin: 9px 0 0 8px;
  }
  .siteNameHorz {
    display: none;
  }
  .pageName {
    position: relative;
    left: -176px;
    top: 20px;
    transform: rotate(-90deg);
    width: 400px;
    height: 70px;
    color: #bebdbd;
    font-family: var(--font-display);
    font-weight: 100;
    font-size: 24pt;
  }
  @media screen and (min-width: 768px) {
    .nav {
      position: static;
      left: auto;
      width: auto;
      height: auto;
      z-index: auto;
      overflow: hidden;
      transform: none;
      transition: none;
      padding-top: 20px;
      padding-left: 0;
    }
    body.nav-open {
      overflow: auto;
    }
    .hamburger-btn {
      display: none;
    }
    .siteDes {
      display: block;
      position: relative;
      top: -14px;
      width: 100%;
      color: #bebdbd;
      font-family: var(--font-display);
      font-weight: 200;
      font-size: 20pt;
    }
    .pageName {
      display: block;
      transform: none;
      top: 5px;
      left: 14px;
      width: 20%;
      font-size: 18pt;
    }
    .buttons {
      padding: 0;
      margin: 0;
    }
    .siteNameVert {
      display: none;
    }
    .siteNameHorz {
      display: inline;
      padding: 10px 0 0 16px;
    }
  }
  @media screen and (min-width: 1024px) {
    .siteDes {
      padding: 0 0 0 5px;
    }
    .pageName {
      top: 13px;
      left: 18px;
      font-size: 24pt;
    }
    .buttons {
      padding: 0;
      margin: 0;
    }
    .siteNameHorz {
      padding: 10px 0 0 16px;
    }
  }
  main article:last-child {
    background-color: #f5ecd2;
    border-radius: 12px;
    padding: 10px 10px 10px 10px;
    margin: 30px 0;
  }
  @media screen and (min-width: 1024px) {
    main {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }
    main article:first-child {
      flex: 0 0 64%;
      margin: 10px 0;
    }
    main article:last-child {
      flex: 1;
      margin: 30px 0;
      padding: 20px;
    }
  }
  @media screen and (min-width: 1919px) {
    main article:first-child {
      flex: 0 0 58%;
    }
  }
  article figure img, article img {
    width: 100%;
    margin: 0;
    border-radius: 15px;
  }
  @media screen and (min-width: 557px) {
    article img {
      width: 90%;
      margin: 20px 0 0 30px;
    }
  }
  @media screen and (min-width: 768px) {
    figure img {
      width: 100%;
    }
  }
  .pushLeft {
    float: left;
    margin: 10px;
  }
  .pushRight {
    float: right;
    margin: 10px;
  }
  .sizeFull {
    width: 100%;
  }
  .sizeHalf {
    width: 50%;
  }
  .sizeQuarter {
    width: 25%;
  }
  aside {
    float: right;
    width: 50%;
    background-color: #adc6f5;
    margin: 10px;
    padding: 14px;
    font-size: 90%;
    border-radius: 12px;
  }
  @media screen and (max-width: 767px) {
    .nav ul li {
      font-size: 16pt;
      line-height: 40pt;
    }
    .nav .nav-toggle {
      font-size: 16pt;
      line-height: 40pt;
    }
    .nav .nav-dropdown li {
      font-size: 14pt;
      line-height: 32pt;
    }
  }
  @media (pointer: coarse), (hover: none) {
    .tt {
      position: relative;
      display: inline-flex;
      justify-content: center;
    }
    .tt:focus::after {
      content: attr(title);
      position: absolute;
      top: 90%;
      color: #000;
      background-color: #fff;
      border: 1px solid;
      width: fit-content;
      padding: 3px;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
