@charset "UTF-8";
/*
Theme Name:     TheEmployee (2024-10-15)
Author:         H9 Design
Version:        1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  --viewport-min-height: 100vh;
  --viewport-min-height: 100svh;
  --viewport-max-height: 100vh;
  --viewport-max-height: 100lvh;
  --viewport-dynamic-height: 100vh;
  --viewport-visible-height: 100vh;
  --viewport-offset-x: 0px;
  --viewport-offset-y: 0px;
  --screen-width: 100vw;
  --screen-height: 100vh;
  --screen-scrollbar: 0px;
}

html {
  --breakpoint-phone: 640px;
}

@media screen and (max-width: 640px) {
  html {
    --breakpoint: phone;
  }
}
html {
  --breakpoint-tablet: 768px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  html {
    --breakpoint: tablet;
  }
}
html {
  --breakpoint-laptop: 1024px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    --breakpoint: laptop;
  }
}
html {
  --breakpoint-desktop: 1440px;
}

@media screen and (min-width: 1025px) {
  html {
    --breakpoint: desktop;
  }
}
html {
  --column-count: 12;
  --column-gap: 20px;
  --column-padding: 0.2rem;
  --column-width: 100%;
}

@media screen and (max-width: 640px) {
  html {
    --column-count: 6;
    --column-gap: 12px;
  }
}
html {
  --screen-column-width: calc(var(--inner-width) - (var(--column-padding) * 2));
  --screen-column-gap: var(--column-gap);
}

html {
  font-family: Monument, sans-serif;
  font-size: 15px;
  line-height: 1.1333333333;
}

html {
  --lh: 1.1333333333em;
}

html {
  font-weight: normal;
}

html {
  margin: 0;
  overflow-anchor: none;
  position: relative;
  --margin-top: var(--lh);
  --margin-bottom: var(--lh);
  --first-margin-top: 0;
  --last-margin-bottom: 0;
}

body {
  margin: 0;
  color: #181818;
  background: #FFFFFF;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form) {
  margin-top: var(--margin-top, 0);
  margin-bottom: var(--margin-bottom);
  overflow-wrap: break-word;
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):first-child) {
  margin-top: var(--first-margin-top, 0);
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):last-child) {
  margin-bottom: var(--last-margin-bottom, var(--margin-bottom));
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

h1 {
  font-size: 2.6666666667rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.3333333333rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 0.9333333333rem;
}

h6 {
  font-size: 0.8rem;
}

small {
  font-size: 0.8em;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sup, sub {
  font-size: 0.8em;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.45em;
}

sub {
  bottom: -0.25em;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
:where(a) {
  outline: none;
}

:where(a):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

:where(a):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

:where(ul, ol) {
  margin: 0px 1.2em 0px 1.2em;
}

:where(ul, ol) {
  padding: 0px;
}

:where(ul, ol) {
  list-style-position: outside;
}

:where(ul, ol) :where(ul, ol) {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  list-style: none;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  margin: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  list-style: none;
}

ul.is-inline, ol.is-inline {
  margin: 0px;
}

ul.is-inline, ol.is-inline {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 0.5em);
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul:where([unstyled]), ol:where([unstyled]) {
  list-style: none;
}

ul:where([unstyled]), ol:where([unstyled]) {
  margin: 0px;
}

ul:where([unstyled]), ol:where([unstyled]) {
  padding: 0px;
}

menu {
  list-style: none;
}

menu {
  margin: 0px;
}

menu {
  padding: 0px;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

button img {
  vertical-align: middle;
}

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

img[unstyled], picture[unstyled], video[unstyled], canvas[unstyled], svg[unstyled] {
  max-width: none;
}

svg, canvas, iframe {
  vertical-align: top;
}

:where(fieldset) {
  border: none;
  padding: 0;
  min-width: 0;
}

:where(fieldset) :where(input), :where(fieldset) textarea, :where(fieldset) select {
  width: 100%;
}

:where(fieldset) :where([type=checkbox], [type=radio]) {
  width: auto;
}

label, legend {
  padding: 0;
  display: block;
  font: inherit;
}

label[for], label:has(input, select, textarea) {
  cursor: pointer;
}

button, input, optgroup, select, textarea, [contenteditable] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

button, [href], input, select, textarea, [contenteditable], :where([tabindex]:not([tabindex="-1"])) {
  outline: none;
}

button:focus-visible, [href]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [contenteditable]:focus-visible, :where([tabindex]:not([tabindex="-1"])):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

button:focus-visible *:focus, [href]:focus-visible *:focus, input:focus-visible *:focus, select:focus-visible *:focus, textarea:focus-visible *:focus, [contenteditable]:focus-visible *:focus, :where([tabindex]:not([tabindex="-1"])):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  cursor: pointer;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button[unstyled] {
  appearance: none;
  -webkit-appearance: none;
}

:where(button[unstyled]) {
  font-weight: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

textarea,
:where(input:not([type=radio], [type=checkbox])),
:where([contenteditable]:not([contenteditable=false])) {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

.input-wrap:focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

.input-wrap:focus-within *:focus {
  outline: none;
  box-shadow: none;
}

.input-wrap {
  display: inline-flex;
  gap: 0.5em;
}

.input-wrap > :where(*) {
  font: inherit;
  border: none;
  padding: 0;
}

hr {
  background-color: #181818;
  height: 1px;
  border: none;
}

summary {
  cursor: pointer;
}

summary[unstyled] {
  display: block;
  -webkit-appearance: none;
}

summary[unstyled]::-webkit-details-marker {
  display: none;
}

details[unstyled] summary {
  display: block;
  -webkit-appearance: none;
}

dialog {
  padding: 0;
  border: none;
}

dialog:not([open]) {
  display: none;
}

[hidden] {
  display: none !important;
}

[hidden=opacity], [hidden=visibility] {
  display: revert !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

[hidden=size], [invisible] {
  display: revert !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  pointer-events: none !important;
}

[invisible] {
  position: absolute !important;
}

[pointer] {
  cursor: pointer;
}

[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

::-moz-selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.8;
}

[placeholder]:empty::before {
  content: attr(placeholder);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
}

[debug=columns] {
  opacity: 0.5;
  pointer-events: none;
}

[debug=columns] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=columns] {
  z-index: 999999;
}

[debug=columns]::before {
  display: block;
  content: "";
  height: 100%;
  background: no-repeat var(--bg-column-padding, var(--column-padding)) 0/calc(100% - var(--bg-column-padding, var(--column-padding)) * 2 + var(--bg-column-gap, var(--column-gap))) 100% repeating-linear-gradient(to right, var(--bg-column-color, rgba(255, 0, 0, 0.2)), var(--bg-column-color, rgba(255, 0, 0, 0.2)) calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap)) - 1px), transparent calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap))), transparent calc(100% / var(--bg-column-count, var(--column-count)))), repeat-y 0 0/100% var(--bg-column-baseline, var(--lh)) linear-gradient(0deg, transparent 95%, rgba(56, 255, 255, 0.9) 100%);
}

[debug=breakpoints] {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.2) 10px, transparent 10px, transparent) 355px top, linear-gradient(to right, red 1px, transparent 1px, transparent) 360px top, linear-gradient(to right, rgba(128, 128, 128, 0.2) 10px, transparent 10px, transparent) 635px top, linear-gradient(to right, gray 1px, transparent 1px, transparent) 640px top, linear-gradient(to right, rgba(0, 0, 0, 0.2) 10px, transparent 10px, transparent) 763px top, linear-gradient(to right, black 1px, transparent 1px, transparent) 768px top, linear-gradient(to right, rgba(0, 0, 255, 0.2) 10px, transparent 10px, transparent) 1019px top, linear-gradient(to right, blue 1px, transparent 1px, transparent) 1024px top, linear-gradient(to right, rgba(0, 128, 0, 0.2) 10px, transparent 10px, transparent) 1435px top, linear-gradient(to right, green 1px, transparent 1px, transparent) 1440px top;
  background-repeat: no-repeat;
  pointer-events: none;
}

[debug=breakpoints] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=breakpoints] {
  z-index: 999999;
}

[debug=breakpoints]::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

[debug=breakpoints]::after {
  content: "-";
  color: #FFF;
  background: black;
  font-size: 14px;
  font-weight: bold;
  font-family: monospace;
  padding: 0.2em 0.7em;
  display: block;
  opacity: 0.8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  [debug=breakpoints]::after {
    background: gray;
    content: "PHONE (640px and less)";
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  [debug=breakpoints]::after {
    background: black;
    content: "TABLET (640px to 768px)";
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  [debug=breakpoints]::after {
    background: blue;
    content: "LAPTOP (768px to 1024px)";
  }
}
@media screen and (min-width: 1025px) {
  [debug=breakpoints]::after {
    content: "DESKTOP (1024px to 1440px)";
    background: green;
  }
}
@media screen and (max-width: 360px) {
  [debug=breakpoints]::after {
    background: red;
    content: "MINI (360px and less)";
  }
}
@media screen and (min-width: 1441px) {
  [debug=breakpoints]::after {
    background: purple;
    content: "WIDESCREEN (more than 1440px)";
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.children-left {
  display: flex;
  justify-content: flex-start;
}

.children-center {
  display: flex;
  justify-content: center;
}

.children-right {
  display: flex;
  justify-content: flex-end;
}

.children-spaced {
  display: flex;
  justify-content: space-between;
}

.children-stacked {
  display: grid;
}

.children-stacked > * {
  grid-area: 1/1;
}

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

.text-center {
  text-align: center;
}

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

.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.text-hyphens {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  word-wrap: break-word;
  max-width: 100%;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text-nowrap {
  white-space: nowrap;
}

.img-left {
  float: left;
  margin: 0 var(--lh) var(--lh) 0;
}

.img-right {
  float: right;
  margin: 0 0 var(--lh) var(--lh);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-drag {
  -webkit-user-drag: none;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-animation, .no-animation *,
[animation=off], [animation=off] * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-touch {
  pointer-events: none;
}

.no-touch .has-touch {
  pointer-events: all;
}

@font-face {
  font-family: "Monument";
  src: url("/theme/assets/fonts/monument/ABCMonumentGroteskMono-Regular.woff2") format("woff2"), url("/theme/assets/fonts/monument/ABCMonumentGroteskMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Monument";
  src: url("/theme/assets/fonts/monument/ABCMonumentGroteskMono-Regular.woff2") format("woff2"), url("/theme/assets/fonts/monument/ABCMonumentGroteskMono-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Studio";
  src: url("/theme/assets/fonts/studio/StudioPro-UltraBold-Web/StudioPro-UltraBold.woff2") format("woff2"), url("/theme/assets/fonts/studio/StudioPro-UltraBold-Web/StudioPro-UltraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.box, .element-date-picker select, .btn, .page-email__btn, .field-dropdown--trigger, button:not([unstyled]) {
  border: 1px solid #181818;
}
.box, .element-date-picker select, .btn, .page-email__btn, .field-dropdown--trigger, button:not([unstyled]) {
  font-weight: 400;
}
.box, .element-date-picker select, .btn, .page-email__btn, .field-dropdown--trigger, button:not([unstyled]) {
  display: inline-flex;
  background: none;
  align-items: center;
  line-height: 0.6;
  padding: 0.15em 0.3em 0.05em;
  gap: 0.35em;
  margin-bottom: 0.2em;
  min-height: 0.8em;
  height: 14px;
  overflow: hidden;
}

.lnk, .site-menu a, .site-head__left a, a:where([href]) {
  text-decoration: underline;
}
@media (hover: hover) {
  .lnk:hover, .site-menu a:hover, .site-head__left a:hover, a:hover:where([href]) {
    text-decoration: none;
  }
}
.lnk.is-inverse, .site-menu a, .site-head__left a, a.is-inverse:where([href]) {
  text-decoration: none;
}
@media (hover: hover) {
  .lnk.is-inverse:hover, .site-menu a:hover, .site-head__left a:hover, a.is-inverse:hover:where([href]) {
    text-decoration: underline;
  }
}

.btn, .page-email__btn, .field-dropdown--trigger, button:not([unstyled]) {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.btn path, .page-email__btn path, .field-dropdown--trigger path, button:not([unstyled]) path {
  stroke: currentColor;
  fill: transparent;
}
@media (hover: hover) {
  .btn:hover, .page-email__btn:hover, .field-dropdown--trigger:hover, button:hover:not([unstyled]) {
    background-color: #181818;
    color: #FFFFFF;
    text-decoration: none !important;
  }
}

.icn {
  display: inline-block;
  max-width: none;
}

redact {
  background-color: var(--color, #181818) !important;
  color: transparent !important;
  display: inline !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  font-family: monospace !important;
}

redact-box {
  display: inline-block !important;
  background-color: var(--color, #181818) !important;
  min-height: 1.2rem !important;
}

@font-face {
  font-family: "Monument";
  src: url("/theme/assets/fonts/monument/ABCMonumentGroteskMono-Regular.woff2") format("woff2"), url("/theme/assets/fonts/monument/ABCMonumentGroteskMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Monument";
  src: url("/theme/assets/fonts/monument/ABCMonumentGroteskMono-Regular.woff2") format("woff2"), url("/theme/assets/fonts/monument/ABCMonumentGroteskMono-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Studio";
  src: url("/theme/assets/fonts/studio/StudioPro-UltraBold-Web/StudioPro-UltraBold.woff2") format("woff2"), url("/theme/assets/fonts/studio/StudioPro-UltraBold-Web/StudioPro-UltraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  --scrollbar-radius: 0px;
  --scrollbar-padding: 0px;
  --scrollbar-color: white;
  --scrollbar-border: black;
  --scrollbar-size: 6px;
  --sidebar-width: 172px;
  --sidebar-top: 50px;
  --menu-top: 50px;
  --main-top: 50px;
  --margin-top: 0;
  --content-padding: 205px;
}
body {
  font-size: 1rem;
}

ul:where(:not([unstyled])) {
  margin-left: 1.2em;
}

ol:where(:not([unstyled])) {
  margin-left: 2em;
}

th {
  font-weight: normal;
}

/* ----------------------------------------------------------------––––––-------
Layout 
----------------------------------------------------------------––––––------- */
.site {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh;
}

.site-splash__inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 1em;
  position: fixed;
  position: fixed;
  top: 0;
  left: 0;
  height: var(--inner-height, 100%);
  width: var(--inner-width, 100%);
}
.site-splash__inside {
  z-index: 150;
}
.site-splash__top, .site-splash__bottom {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.site-splash__top, .site-splash__bottom {
  font-family: Studio;
}
.site-splash__top, .site-splash__bottom {
  font-size: 10.3333333333rem;
  line-height: 0.8774193548;
}
.site-splash__top span, .site-splash__bottom span {
  color: rgba(162, 168, 166, 0.9);
  display: block;
}
.site-splash__top {
  --origin: bottom center;
  margin-top: 1rem;
  align-items: flex-end;
}
.site-splash__bottom {
  --origin: top center;
  margin-bottom: 1rem;
  align-items: flex-start;
}
.site-splash__middle {
  background-color: #FFFFFF;
  text-transform: uppercase;
  margin: 2.4rem 0 3.4rem;
  width: 458px;
  max-height: 230px;
  flex: 1 1 auto;
}
@media screen and (max-height: 640px) and (orientation: landscape) {
  .site-splash__middle {
    max-height: 100px;
  }
}
.site-splash__middle {
  z-index: 2;
  max-width: 90vw;
}
.site-splash__middle {
  box-shadow: -2px 5px 8px 0px #000;
}
.site-splash__middle {
  border: 1px solid #181818;
}
.site-splash__middle {
  overflow-y: auto;
  overflow-x: hidden;
}
.site-splash {
  opacity: 1 !important;
}
.site-splash::before, .site-splash__inside {
  transition: opacity 0.3s;
}
.site-splash:not([is-open])::before, .site-splash:not([is-open]) .site-splash__inside {
  opacity: 0;
}

.site-head {
  padding: 0.05rem var(--column-padding, 0.2rem) 2.2em var(--column-padding, 0.2rem);
}
.site-head {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
}
.site-head {
  z-index: 60;
}
.site-head__right {
  text-align: right;
}

.site-body {
  overflow-x: clip;
  display: flex;
}
.site-body {
  padding: 0.1rem var(--column-padding, 0.2rem) 0;
}
@media screen and (max-width: 768px) {
  .site-body {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .site-sidebar {
    position: sticky;
    top: var(--sidebar-top);
    z-index: 10;
  }
}

.site-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.05em;
  padding-right: 0.25em;
  position: sticky;
  width: var(--sidebar-width);
  top: var(--menu-top);
  z-index: 10;
}
.site-menu > * {
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-menu {
    position: relative;
    top: 0;
    width: auto;
    padding-bottom: 1.1em;
  }
  .site-menu::before {
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: -10px;
    left: -10px;
  }
  .site-menu menu {
    display: none;
  }
}

.site-main {
  flex: 1 1 auto;
  width: calc(100% - var(--sidebar-width));
}
@media screen and (max-width: 768px) {
  .site-main {
    width: auto;
  }
}

.site-foot {
  padding: 1em var(--column-padding, 0.2rem);
}

/* ----------------------------------------------------------------––––––-------
Items 
----------------------------------------------------------------––––––------- */
.field-dropdown {
  max-width: 100%;
}
.field-dropdown--trigger {
  overflow: hidden;
}
.field-dropdown--value {
  white-space: nowrap;
}
.field-dropdown--knob {
  margin-left: 0;
}
.field-dropdown--knob path {
  stroke: currentColor;
  fill: transparent;
}
.field-dropdown .icn {
  vertical-align: middle;
}
.field-dropdown--overlay {
  border: none;
  top: -2px;
  left: -0.2em;
  padding: 1.05em 5px 0 3px;
  z-index: 1;
  min-width: 350px;
  max-width: calc(var(--inner-width, 100vw) - 20px);
}
.field-dropdown--overlay {
  box-shadow: -2px 5px 8px 0px #000;
}
.field-dropdown--overlay {
  border-top: 1px solid #181818;
}
.field-dropdown[rendered] .field-dropdown--overlay {
  width: var(--fixed-width);
  transform: translateX(var(--fixed-offset));
}
.field-dropdown--options {
  width: auto;
}
.field-dropdown--options {
  font-weight: 400;
}
.field-dropdown--options::-webkit-scrollbar {
  height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  border: var(--scrollbar-track-border);
}
.field-dropdown--options::-webkit-scrollbar-track {
  background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
  border: var(--scrollbar-border);
}
.field-dropdown--options::-webkit-scrollbar-thumb {
  border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
  border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
  background-color: var(--scrollbar-color, black);
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
}
html.is-firefox .field-dropdown--options {
  scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
}
.field-dropdown--options {
  box-sizing: content-box;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 2.5px;
  margin-right: -2.5px;
}
.field-dropdown--options li {
  margin-bottom: -1px;
  white-space: nowrap;
}
.field-dropdown--options li {
  border-top: 1px solid #181818;
}
@media (hover: hover) {
  .field-dropdown--options li:hover {
    background-color: black;
    color: white;
    --color: white;
  }
  .field-dropdown--options li.is-selected {
    background-color: black;
    color: white;
    --color: white;
  }
}
.field-dropdown--options span {
  display: block;
}
.field-dropdown.is-open .field-dropdown--trigger {
  z-index: 2;
}
.field-dropdown.is-open .field-dropdown--knob {
  rotate: 180deg;
}

.item-field-datepicker {
  position: relative;
}
.item-field-datepicker__trigger {
  margin: 0 !important;
  z-index: 2;
}
.item-field-datepicker__overlay {
  position: absolute;
  border: none;
  background-color: #FFFFFF;
  top: -2px;
  left: -0.2em;
  padding: 1.05em 5px 0 3px;
  z-index: 1;
  min-width: 240px;
}
.item-field-datepicker__overlay {
  box-shadow: -2px 5px 8px 0px #000;
}
.item-field-datepicker__overlay {
  border-top: 1px solid #181818;
}
.item-field-datepicker__picker {
  margin-top: 1em;
  margin-bottom: 1em;
}
.item-field-datepicker__foot {
  margin: 1em 0;
  text-align: right;
}
.item-field-datepicker[rendered] .item-field-datepicker__overlay {
  width: var(--fixed-width);
  transform: translateX(var(--fixed-offset));
}
.item-field-datepicker:not([is-open]) .item-field-datepicker__overlay {
  display: none;
}
.item-field-datepicker:focus-within .item-field-datepicker__trigger {
  z-index: 2;
}
.item-field-datepicker:focus-within .item-field-datepicker__knob {
  rotate: 180deg;
}
.item-field-datepicker[has-dates] .when-no-dates, .item-field-datepicker:not([has-dates]) .when-dates {
  display: none;
}

.element-date-picker__table {
  border-collapse: collapse;
  width: auto;
  text-align: center;
}
.element-date-picker__table {
  font-weight: 400;
}
.element-date-picker thead {
  display: none;
}
.element-date-picker th, .element-date-picker td {
  padding: 1.5px;
}
.element-date-picker th, .element-date-picker td {
  font-weight: 400;
}
.element-date-picker input {
  display: none;
}
.element-date-picker select {
  appearance: none;
  padding-top: 0;
  line-height: 0.9;
  width: auto;
  vertical-align: top;
  position: relative;
  padding-right: 1em;
}
.element-date-picker select {
  background: url(/theme/assets/images/chevron-down.svg) right no-repeat;
}
.element-date-picker__date {
  border: 1px solid #181818;
}
.element-date-picker__date {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.element-date-picker__date {
  display: flex;
  align-items: center;
  justify-content: center;
}
.element-date-picker__date i {
  font-style: normal;
}
.element-date-picker__date--other-month {
  pointer-events: none;
}
.element-date-picker__date--other-month i {
  display: none;
}
.element-date-picker__date[selected] {
  color: #FFFFFF;
  background-color: #181818;
}
.element-date-picker__date[disabled] {
  opacity: 1;
  background-image: linear-gradient(var(--bg-cross-angle, -45deg), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, black) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, black) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) 100%);
}
.element-date-picker__date[disabled] i {
  display: none;
}

.item-emails-table {
  table-layout: fixed;
  border-collapse: collapse;
  color: inherit;
  font: inherit;
  width: 100%;
}
.item-emails-table__head {
  position: sticky;
  top: var(--main-top);
  text-align: left;
  background-color: #FFFFFF;
}
.item-emails-table__head::before {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: -15px;
  left: -15px;
}
.is-safari .item-emails-table__head::before {
  height: 1em;
}
.item-emails-table__head > tr {
  position: relative;
}
.item-emails-table__head > tr {
  background: no-repeat 0 100% / 100% var(--bg-border-width, 1px) repeating-linear-gradient(90deg, var(--bg-border-color, currentColor) 0, var(--bg-border-color, currentColor) 100%);
}
@media screen and (max-width: 768px) {
  .item-emails-table__head::after {
    content: "";
  }
  .item-emails-table__head::after {
    border-bottom: 1px solid #181818;
  }
  .item-emails-table__head::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.item-emails-table [row] > th {
  padding: 0;
  vertical-align: top;
}
.item-emails-table [row] > th {
  font-weight: 400;
}
.item-emails-table fieldset {
  display: inline-block;
  margin: 0;
}
.item-emails-table__addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  row-gap: 0;
  align-items: flex-end;
}
.item-emails-table__meta {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
  white-space: nowrap;
  align-items: baseline;
}
.item-emails-table__meta fieldset {
  margin-right: auto;
}
.item-emails-table__meta button {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .item-emails-table__meta fieldset {
    margin-right: 0;
  }
}
.item-emails-table__threads {
  position: relative;
}
.item-emails-table:not([has-filters]) .item-emails-table__clear {
  display: none;
}
.item-emails-table__body tr {
  height: 1em;
}
.item-emails-table__body tr[href] {
  cursor: pointer;
}
@media (hover: hover) {
  .item-emails-table__body tr[href]:hover {
    box-shadow: -2px 5px 8px 0px #000;
  }
  .item-emails-table__body tr[href]:hover {
    border-bottom: 1px solid #181818;
  }
}
.item-emails-table__body tr:not(.is-empty) {
  border-bottom: 1px solid #181818;
}
.item-emails-table__body tr:not(.is-loading) > td[loading],
.item-emails-table__body tr.is-loading > td:not([loading]) {
  display: none;
}
.item-emails-table__body td {
  line-height: 1;
  padding: 0 2.25em 0 0;
  vertical-align: middle;
}
.item-emails-table__body redact {
  line-height: 1rem !important;
  vertical-align: top;
  margin-top: -1px;
}
.item-emails-table__body [markee] {
  vertical-align: top;
  display: inline-block;
  text-overflow: ellipsis;
  text-overflow: ellipsis "...";
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.item-emails-table__body .thread-email {
  color: lightgray;
}
.item-emails-table__body .thread-email.is-deleted {
  color: black;
}
@media screen and (max-width: 768px) {
  .item-emails-table {
    display: block;
    table-layout: auto;
  }
  .item-emails-table__body, .item-emails-table__foot, .item-emails-table [row], .item-emails-table [row] > th, .item-emails-table [row] > td {
    display: block;
  }
  .item-emails-table [row] {
    height: auto;
  }
  .item-emails-table__head {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 0.2em;
    padding-bottom: 1.1em;
  }
  .item-emails-table__head > tr, .item-emails-table__head > tr > th, .item-emails-table__addresses, .item-emails-table__meta {
    display: contents !important;
  }
  .item-emails-table__threads {
    display: none;
  }
  .item-emails-table__body tr {
    display: flex !important;
    flex-direction: column;
    padding-top: 0.05em;
    padding-bottom: 0.2em;
  }
  .item-emails-table__body td {
    padding-right: 0.9em;
  }
  .item-emails-table__body [col=date] {
    order: 1;
    padding-bottom: 1.2em;
  }
  .item-emails-table__body [col=addresses] {
    order: 2;
  }
  .item-emails-table__body [col=subject] {
    order: 3;
  }
  .item-emails-table__body [markee] {
    display: block;
  }
}

.item-emails-rows__link {
  text-decoration: none;
  display: flex;
}
.item-emails-rows__thread-count {
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .item-emails-rows__addresses {
    flex: 1 1 auto;
  }
}
.item-emails-rows__subject {
  vertical-align: middle;
}

/* ----------------------------------------------------------------––––––-------
Pages 
----------------------------------------------------------------––––––------- */
.site-page__head {
  position: sticky;
  top: var(--main-top);
  z-index: 3;
  padding-top: 1px;
  margin-top: -1px;
  clip-path: inset(-2px -20px 1px -20px);
}
.site-page__head::before {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: -15px;
  left: -15px;
}
.site-page__head-inside {
  position: relative;
}
.site-page__back {
  margin-top: -3px;
  margin-bottom: 1px;
}
.site-page__title {
  padding: 0 0.15rem 2.2rem;
  margin: 0;
}
.site-page__title {
  font-size: 1rem;
}
.site-page__title {
  font-weight: 400;
}
.site-page__title {
  box-shadow: -2px 5px 8px 0px #000;
}
.site-page__title {
  border: 1px solid #181818;
}
.site-page__title {
  background: no-repeat 0 100% / 100% var(--bg-border-width, 1px) repeating-linear-gradient(90deg, var(--bg-border-color, #181818), var(--bg-border-color, #181818) 7px, transparent 7px, transparent 10px, var(--bg-border-color, #181818) 10px);
}
.site-page__body {
  padding-top: calc(20px + 0.2rem);
  padding-bottom: 2.5em;
  margin: -20px 0 3em 0;
}
.site-page__body {
  box-shadow: -2px 5px 8px 0px #000;
}
.site-page__body {
  border: 1px solid #181818;
}
.site-page__body > h2 {
  margin-top: 3.1em;
  margin-bottom: 0;
  padding-top: 0.1em;
  padding-bottom: 2.2em;
}
.site-page__body > h2 {
  font-size: 1rem;
}
.site-page__body > h2 {
  font-weight: 400;
}
.site-page__body > h2 {
  background: no-repeat 0 0 / 100% var(--bg-border-width, 1px) repeating-linear-gradient(90deg, var(--bg-border-color, #181818), var(--bg-border-color, #181818) 7px, transparent 7px, transparent 10px, var(--bg-border-color, #181818) 10px), no-repeat 0 100% / 100% var(--bg-border-width, 1px) repeating-linear-gradient(90deg, var(--bg-border-color, #181818), var(--bg-border-color, #181818) 7px, transparent 7px, transparent 10px, var(--bg-border-color, #181818) 10px);
}
.site-page__body > h2 + p {
  margin-top: 0.1em;
}
.site-page__body > * {
  padding-left: 0.15rem;
  padding-right: var(--content-padding);
}
@media screen and (max-width: 768px) {
  .site-page__body > * {
    padding-right: 0.2rem;
  }
}
.site-page__body .sidebar {
  position: relative;
}
.site-page__body .sidebar__inside {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .site-page__body .sidebar__inside {
    width: var(--content-padding);
    padding-left: 1rem;
    padding-right: 0.15rem;
  }
  .site-page__body .sidebar__inside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .site-page__body .sidebar__inside {
    padding-bottom: 1.1em;
  }
}

.page-email__subject {
  background: none !important;
}
.page-email__item {
  padding-top: 0.2rem;
  padding-bottom: 2.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-email__item {
    display: flex;
    flex-direction: column;
  }
}
.page-email__item.is-deleted {
  background-color: red !important;
}
.page-email__item:first-child {
  margin-top: -0.4rem;
}
@media screen and (max-width: 768px) {
  .page-email__item:first-child {
    margin-top: -0.5rem;
  }
}
.page-email__item:not(:first-child) {
  background: no-repeat 0 0 / 100% var(--bg-border-width, 1px) repeating-linear-gradient(90deg, var(--bg-border-color, #181818), var(--bg-border-color, #181818) 7px, transparent 7px, transparent 10px, var(--bg-border-color, #181818) 10px);
}
.page-email__addresses {
  margin-bottom: 2.1rem;
}
.page-email__addresses {
  font-size: 1rem;
}
.page-email__addresses {
  font-weight: 400;
}
.page-email__addresses span {
  display: block;
}
.page-email__addresses em {
  display: inline-block;
}
.page-email__addresses em {
  font-style: normal;
}
.page-email__addresses u {
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-email__addresses {
    order: 2;
  }
}
.page-email__datetime {
  text-align: right;
  width: 200px;
}
.page-email__datetime {
  position: absolute;
  top: 0.1rem;
  right: 0.2rem;
  bottom: auto;
  left: auto;
}
.page-email__datetime span {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-email__datetime {
    order: 1;
    position: static;
    width: auto;
    margin-bottom: 1.1em;
  }
}
.page-email__body {
  filter: grayscale(1);
  padding-bottom: 1em;
  --margin-bottom: 0;
}
.page-email__body {
  overflow-x: auto;
  overflow-y: hidden;
}
.page-email__body::-webkit-scrollbar {
  height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  border: var(--scrollbar-track-border);
}
.page-email__body::-webkit-scrollbar-track {
  background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
  border: var(--scrollbar-border);
}
.page-email__body::-webkit-scrollbar-thumb {
  border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
  border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
  background-color: var(--scrollbar-color, black);
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
}
html.is-firefox .page-email__body {
  scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
}
.page-email__body :where(button:not([unstyled]), .field-dropdown--trigger, .box, .btn, .page-email__btn, .element-date-picker select, .lnk, a:where([href]), .site-head__left a, .site-menu a, .icn, a, p, h1, h2, h3, h4, h5, h6, button) {
  all: revert;
}
.page-email__body a[href*="#redacted"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .page-email__body {
    order: 3;
  }
}
.page-email__body * {
  box-sizing: content-box;
  line-height: normal;
}
.page-email__body * img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}
.page-email__body * table table img {
  margin-bottom: 0 !important;
}
.page-email__body * a {
  word-break: break-word;
}
.page-email__body * a img {
  margin-bottom: 0;
}
.page-email__body * h1, .page-email__body * h2, .page-email__body * h3, .page-email__body * h4, .page-email__body * h5 {
  font-size: inherit;
}
.page-email__body * font {
  font: inherit !important;
}
.page-email__body * [class*=gmail-],
.page-email__body * [style*="family:arial"],
.page-email__body * [style*="family: arial"],
.page-email__body * [style*="family:Georgia"],
.page-email__body * [style*="family:Arial"],
.page-email__body * [style*="family: Arial"],
.page-email__body * [style*='family:"Google Sans'],
.page-email__body * [style*='family:"Helvetica Neue'],
.page-email__body * [style*="family: Helvetica"],
.page-email__body * [style*="family: Calibri"],
.page-email__body * [style*='family: "Times New Roman'],
.page-email__body * [style*="Times New Roman"],
.page-email__body * [style*=Calibri],
.page-email__body * [style*=system-ui],
.page-email__body * [style*=-apple-system],
.page-email__body * [style*="Palatino Linotype"],
.page-email__body * [style*="font-family:Calibri,sans-serif"],
.page-email__body * [style*="font-family:Helvetica"],
.page-email__body * [name=divtagdefaultwrapper],
.page-email__body * [style*="family:Roboto"],
.page-email__body * [face*=arial],
.page-email__body * p.MsoNormal span {
  font: inherit !important;
  line-height: inherit !important;
  color: currentColor !important;
}
.page-email__body * [style*="font-size:0"],
.page-email__body * [style*="font-size:13px"],
.page-email__body * [style*="font-size:11pt"],
.page-email__body * [style*="font-size:12.8px"],
.page-email__body * [style*="font-size:small"] {
  font-size: inherit !important;
}
.page-email__body * .gmail_default {
  font: inherit !important;
}
.page-email__body * img[src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"] {
  display: none;
}
.page-email__body * .gmail_chip {
  max-height: none !important;
  height: 2.1em !important;
  margin-bottom: 2px !important;
}
.page-email__body * .gmail_chip img {
  margin-bottom: 4px !important;
}
.page-email__content.has-custom-style div[style*="line-height:0px;"] {
  font-size: 0 !important;
}
.page-email__content.has-default-style img {
  margin-bottom: 1.2em;
}
.page-email__attachments {
  filter: grayscale(1);
  margin-top: 0.75rem;
}
.page-email__attachments h3 {
  margin-bottom: 0;
}
.page-email__attachments h3 {
  font-size: 1rem;
}
.page-email__attachments h3 {
  font-weight: 400;
}
.page-email__attachments figure {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page-email__attachments {
    margin-top: 1.15rem;
    order: 4;
  }
}
.page-email__images {
  list-style: none;
}
.page-email__images {
  margin: 0px;
}
.page-email__images {
  padding: 0px;
}
.page-email__images {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 0.2em);
}
.page-email__images {
  margin-bottom: 0.7rem;
}
.page-email__image {
  padding: 0.7em;
}
.page-email__image {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.page-email__image {
  border: 1px solid #181818;
}
.page-email__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.page-email__image--redacted {
  background-color: #181818;
}
.page-email__files li {
  position: relative;
  padding-left: 1.4em;
}
.page-email__files .icn {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.page-email__nav {
  display: flex;
  padding-right: 0.15rem;
  padding-top: 3em;
  margin-bottom: -2.6rem;
  align-items: flex-start;
}
.page-email__nav {
  background: no-repeat 0 0 / 100% var(--bg-border-width, 1px) repeating-linear-gradient(90deg, var(--bg-border-color, #181818), var(--bg-border-color, #181818) 7px, transparent 7px, transparent 10px, var(--bg-border-color, #181818) 10px);
}
.page-email__btn {
  line-height: 0;
}
.page-email__btn .icn {
  transform: translate(0, -2px);
}
.page-email__next {
  margin-left: auto;
  margin-right: 0;
}

.page-about__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-top: 2.35em;
  margin-bottom: 2.35em;
}
.page-about__logos .img {
  width: auto;
  height: 33px;
}
.page-about__contributors {
  columns: 3;
}
@media screen and (max-width: 1024px) {
  .page-about__contributors {
    columns: 2;
  }
}
@media screen and (max-width: 640px) {
  .page-about__contributors {
    columns: 1;
  }
}
.page-about__contributor {
  word-break: break-word;
  break-inside: avoid;
  display: inline-block;
}