@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --hue: 20;
  --accentHue: 210;
  --highlightHue: 52;
  --highlight: hsl(var(--highlightHue), 79%, 90%);
  --highlightAccent: hsl(var(--highlightHue), 100%, 62%);
  --bgColor: hsl(var(--hue), 50%, 83%);
  --pageBg: hsl(var(--hue), 50%, 95%);
  --pageBgHover: hsl(var(--hue), 50%, 98%);
  --pageBgHighlight: hsl(var(--hue), 50%, 100%);
  --pageDivider: hsl(var(--hue), 50%, 80%);
  --logoColor: hsl(var(--hue), 50%, 5%);
  --textColor: hsl(var(--hue), 50%, 5%);
  --linkColor: hsl(var(--hue), 50%, 35%);
  --linkBgColor: hsl(var(--accentHue), 16%, 98%);
  --hoverBoxShadow: 3px 3px var(--textColor);
  --hoverBorder: 1px solid var(--textColor);
  --shimmer: rgba(255,255,255,1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --hue: 0;
    --accentHue: 210;
    --highlightHue: 340;
    --highlight: hsl(var(--accentHue), 20%, 50%);
    --highlightAccent: hsl(var(--accentHue), 20%, 40%);
    --bgColor: hsl(var(--hue), 20%, 15%);
    --pageBg: hsl(var(--hue), 20%, 20%);
    --pageBgHover: hsl(var(--accentHue), 20%, 20%);
    --pageBgHighlight: hsl(var(--hue), 0%, 30%);
    --pageDivider: hsl(var(--hue), 0%, 30%);
    --logoColor: hsl(var(--hue), 10%, 92%);
    --textColor: hsl(var(--hue), 10%, 92%);
    --linkColor: hsl(var(--hue), 90%, 70%);
    --linkBgColor: hsl(var(--accentHue), 30%, 30%);
    --shimmer: rgba(255,255,255,0.75);
  }
}
input[type=submit].button,
button.button,
a.button {
  border: none;
  padding: 10px;
  background: var(--textColor);
  color: var(--pageBg);
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  margin: 20px 0;
  outline: none;
  cursor: pointer;
  transition: none !important;
}
input[type=submit].button:focus, input[type=submit].button:hover,
button.button:focus,
button.button:hover,
a.button:focus,
a.button:hover {
  background: var(--pageBgHover);
  outline: var(--hoverBorder);
  box-shadow: var(--hoverBoxShadow);
  color: var(--textColor);
  transform: translate(-2px, -2px);
}
input[type=submit].button:focus,
button.button:focus,
a.button:focus {
  outline: var(--hoverBorder);
}
input[type=submit].button:active,
button.button:active,
a.button:active {
  transform: translate(0, 0);
  box-shadow: none !important;
}
input[type=submit].button.cancel,
button.button.cancel,
a.button.cancel {
  font-size: 14px;
}

.mt-1 {
  margin-top: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mt-5 {
  margin-top: 25px;
}

.mb-5 {
  margin-bottom: 25px;
}

.notie-container {
  font-size: 1.6rem;
  height: auto;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 900px) {
  .notie-container {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .notie-container {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .notie-container {
    font-size: 1rem;
  }
}

.notie-background-success {
  background-color: #41913C;
}

.notie-background-warning {
  background-color: #BB4A44;
}

.notie-background-error {
  background-color: #BB4A44;
}

.notie-background-info {
  background-color: #333;
}

.notie-background-neutral {
  background-color: #333;
}

.notie-background-overlay {
  background-color: #FFFFFF;
}

.notie-textbox {
  color: #FFFFFF;
  padding: 20px;
}

.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px;
}

.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

.notie-alert {
  cursor: pointer;
}

.notie-input-field {
  background-color: #FFFFFF;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0px solid transparent;
}

.notie-date-selector-up {
  transform: rotate(180deg);
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  font-family: "Inconsolata", mono;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #333;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #333;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #eee;
  height: initial;
}
.has-event .pika-button {
  color: #fff;
  background: #33aaff;
}
.is-today .pika-button {
  color: #333;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #333;
  box-shadow: inset 0 1px 3px transparent;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #333;
  background: #ccc;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.pika-button {
  border-radius: 0 !important;
}

.pika-label {
  font-size: 16px;
}

.pika-table th,
.pika-button {
  font-size: 14px;
}

.pika-single.is-bound {
  margin: -1px 0 0 0;
  border: 1px solid #333;
  box-shadow: 2px 2px #333;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-display: auto;
}
@font-face {
  font-family: "Inconsolata";
  src: url("/assets/fonts/Inconsolata-Regular.woff2") format("woff2"), url("/assets/fonts/Inconsolata-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-display: auto;
}
h1 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.8rem;
    margin: 0.5em 0;
  }
}

h2 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
  font-size: 1rem;
}

.nobreak {
  white-space: nowrap;
}

body {
  color: var(--textColor);
  font-family: "Inconsolata", mono;
  margin: 0;
  background: var(--bgColor);
  transition: background 0.5s ease-out;
  padding: 20px;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 480px) {
  body {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  body {
    padding: 30px 60px 60px 60px;
  }
}
@media screen and (min-width: 1500px) {
  body {
    padding: 30px 60px 10vw 60px;
  }
}

.content:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: var(--linkColor);
  transition-duration: 0.5s;
  transition-property: color;
  transition-timing-function: ease-out;
}

.page-home a:not(.home):not(.button):not(.img-link):focus-visible, .page-home a:not(.home):not(.button):not(.img-link):hover,
footer a:not(.home):not(.button):not(.img-link):focus-visible,
footer a:not(.home):not(.button):not(.img-link):hover {
  background: var(--linkBgColor);
  outline: 4px solid var(--linkBgColor);
  border-radius: 1px;
}

li,
p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0.5em 0;
}
li.large,
p.large {
  font-size: 24px;
}
@media screen and (min-width: 480px) {
  li,
  p {
    font-size: 1rem;
  }
}

label {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0.5em 0;
}

.hidden {
  display: none !important;
}

ul.lined-list {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  margin: 10px 0 50px;
  list-style: none;
  text-align: left;
  padding: 15px 15px 20px 50px;
  border: 1px solid var(--linkColor);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  ul.lined-list.-no-bullets-mobile li::before {
    display: none;
  }
}
ul.lined-list li {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  text-indent: -3ch;
}
ul.lined-list.checkable li {
  transition-duration: 0.5s;
  transition-property: color;
  transition-timing-function: ease-out;
}
ul.lined-list.checkable li.checked, ul.lined-list.checkable li:hover {
  cursor: pointer;
  color: var(--linkColor);
}
ul.lined-list li::before {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1ch;
  height: 1ch;
  background: var(--shimmer);
  border: 1px solid var(--linkColor);
  box-shadow: 2px 2px var(--linkColor);
  text-indent: -4ch;
  margin: -0.5ch 2ch 0 0;
}
ul.lined-list li.checked::after {
  transition-duration: 0.5s;
  transition-property: color;
  transition-timing-function: ease-out;
  color: var(--linkColor);
  font: 24px/1 courier, monospace;
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.15ch;
}
@media screen and (min-width: 768px) {
  ul.lined-list {
    font-size: 28px;
    text-align: center;
  }
  ul.lined-list li {
    display: inline;
    margin: 0;
    text-indent: 0;
  }
  ul.lined-list li::before {
    text-indent: 0;
  }
  ul.lined-list li.checked::after {
    top: -0.25ch;
  }
  ul.lined-list:not(.checkable) li:nth-child(1)::before {
    display: none;
  }
}

h2.lined-header {
  text-align: center;
  position: relative;
  margin: 3em 0 1em;
}
h2.lined-header span {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  background: var(--bgColor);
  padding: 10px;
}
h2.lined-header::after {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  border-top: 1px solid var(--linkColor);
}

@media screen and (min-width: 1150px) {
  .page-home header {
    width: 60vw;
    min-width: 1150px;
    margin: 0 auto 20px;
  }
}
.page-home header h1 {
  min-height: 75px;
}
.page-home header h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.1s ease-out, transform 0 0.2s;
  color: var(--linkColor);
}
.page-home header h1 span.active {
  color: var(--textColor);
  transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  transform: translateY(0);
}

.portfolio {
  margin: 0 -20px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.portfolio li {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 960px) {
  .portfolio li {
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 1500px) {
  .portfolio li {
    flex: 0 1 33.333%;
  }
  .portfolio li.large {
    flex: 0 1 50%;
  }
}
.portfolio li h3 {
  margin-top: 0;
}
.portfolio img {
  width: 100%;
  height: auto;
  display: block;
}
.portfolio .info-wrap {
  padding-top: 20px;
}
@media screen and (min-width: 480px) {
  .portfolio .img-wrap > a {
    background: var(--bgColor);
    display: block;
    position: relative;
    transition: background 0.5s ease-out, border 0.5s ease-out;
    border: 1px solid var(--textColor);
    opacity: 0.85;
    filter: grayscale(40%);
  }
  .portfolio .img-wrap > a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background 0.5s ease-out;
    background: var(--textColor);
    transform: translate(0, 0);
  }
  .portfolio li:hover .img-wrap > a {
    opacity: 1;
    filter: grayscale(0%);
  }
  .portfolio li:hover .img-wrap > a {
    transform: translate(-2px, -2px);
  }
  .portfolio li:hover .img-wrap > a::after {
    transform: translate(4px, 4px);
  }
  .portfolio li .wrap {
    display: flex;
  }
  .portfolio .img-wrap,
  .portfolio .info-wrap {
    width: 50%;
    flex: 0 1 50%;
  }
  .portfolio .info-wrap {
    padding: 0 0 0 20px;
  }
}

@keyframes shimmer {
  from {
    filter: brightness(100%);
  }
  40% {
    filter: brightness(125%);
  }
  80% {
    filter: brightness(90%) drop-shadow(0 0 10px var(--shimmer));
  }
  to {
    filter: brightness(100%);
  }
}
header {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
header > a {
  text-decoration: none;
}
header .logo {
  fill: var(--logoColor);
  width: 60vw;
  max-width: 400px;
}
header .logo-wrap {
  display: inline-block;
  position: relative;
}
header .logo-wrap .logo-fg {
  animation: 20s 2s infinite shimmer;
  position: absolute;
  left: 0;
  filter: brightness(100%);
  top: -0.25em;
  fill: url(#stripe);
  stroke-width: 10px;
  stroke: var(--logoColor);
}
@media screen and (min-width: 768px) {
  header .logo {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  header h1 br {
    display: none;
  }
}
@media screen and (min-width: 1150px) {
  header {
    text-align: left;
  }
  header .logo {
    margin: 0 20px 0 0;
  }
  header h1 {
    display: inline-block;
  }
}
header .natecat {
  width: 180px;
  height: 180px;
  display: block;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  header .natecat {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 180px;
    height: 180px;
  }
}
header > a:hover {
  background: none;
}

/*
  <div class="gifbot">
    <img src="/assets/images/natehead.svg">
  </div>
*/
.gifbot {
  display: none;
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .gifbot {
    margin: 0 0 -20px 40px;
  }
}
.gifbot img {
  filter: grayscale(100%);
  opacity: 0.8;
  mix-blend-mode: multiply;
  width: 200px;
  height: auto;
  display: inline-block;
}

footer {
  margin-top: 6em;
}

.flash {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  background: var(--textColor);
  color: var(--bgColor);
  padding: 20px 55px 20px 20px;
  margin: 20px 0;
  position: relative;
  cursor: pointer;
}
.flash button {
  background: none;
  border: none;
  padding: 0;
  display: block;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.flash button svg {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  width: 28px;
  height: 20px;
  fill: var(--bgColor);
}
.flash p,
.flash li {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .flash p,
  .flash li {
    font-size: 24px;
  }
}
.flash ul {
  margin: 0;
  padding: 0;
}
.flash ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flash.error {
  background: #BB4A44;
}

@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
.working {
  position: relative;
}
.working > label,
.working > input,
.working > div {
  opacity: 0.35;
}
.working::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgb(0, 0, 0);
  animation: spinner 0.75s linear infinite;
}

#breakpoint-indicator {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#breakpoint-indicator::after {
  content: "xs";
}
@media screen and (min-width: 480px) {
  #breakpoint-indicator::after {
    content: "sm";
  }
}
@media screen and (min-width: 768px) {
  #breakpoint-indicator::after {
    content: "md";
  }
}
@media screen and (min-width: 960px) {
  #breakpoint-indicator::after {
    content: "lg";
  }
}
@media screen and (min-width: 1500px) {
  #breakpoint-indicator::after {
    content: "xl";
  }
}

.tag {
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 3px;
  background: var(--linkBgColor);
  color: var(--textColor);
  white-space: nowrap;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  display: inline-block;
}
.tag.due {
  background: var(--linkColor);
  color: var(--linkBgColor);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media print, screen and (min-width: 768px) {
  .column {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .column.tail {
    width: 50%;
    margin-right: 0;
  }
  .column.full-width {
    width: 100%;
  }
  .column.one-quarter {
    width: 23%;
  }
  .column.one-quarter.tail {
    width: 25%;
  }
  .column.three-quarters {
    width: 73%;
  }
  .column.three-quarters.tail {
    width: 75%;
  }
  .column.one-third {
    width: 31.3333%;
  }
  .column.one-third.tail {
    width: 33.3333%;
  }
  .column.two-thirds {
    width: 64.6666%;
  }
  .column.two-thirds.tail {
    width: 66.6666%;
  }
}

.diamond-shape {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom: 70px solid #fff;
  position: relative;
  top: -50px;
  animation: sparkleMotion 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: steps(3, end);
}
.diamond-shape::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 70px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 70px solid #fff;
}

@keyframes sparkleMotion {
  100% {
    opacity: 0;
    margin-top: 25px;
    transform: scale(0);
  }
}
@media print {
  @page {
    size: auto;
    margin: 0mm;
  }
  body {
    background: white !important;
    color: black !important;
    font-size: 12px;
    line-height: 1.4;
    display: table;
    width: 100%;
    table-layout: fixed;
    height: auto;
    padding: 0.75in 0.75in 0.5in;
  }
  .content {
    padding: 0;
    max-width: none;
    width: 100%;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
}
label {
  display: block;
  margin: 20px 0 5px;
}

textarea,
input[type=text],
input[type=password],
input[type=email] {
  max-width: 100%;
  border: none;
  background: #fff;
  color: #333;
  padding: 10px;
  border: 1px solid #fff;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
  border-color: #333;
  box-shadow: 2px 2px #333;
  outline: none;
}

.select-wrapper {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  position: relative;
  margin: 0 0 5px;
}
.select-wrapper::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: var(--textColor) transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 1em;
  top: 50%;
  pointer-events: none;
}
.select-wrapper, .select-wrapper > * {
  cursor: pointer;
}
.select-wrapper select {
  color: var(--textColor);
  display: inline-block;
  width: 100%;
  padding: 10px 30px 10px 10px;
  text-overflow: ellipsis;
  line-height: 1;
  background: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #fff;
}
.select-wrapper select:focus {
  border-color: #333;
  box-shadow: 2px 2px #333;
}

.control {
  position: relative;
  display: block;
  padding-left: 24px;
  cursor: pointer;
  margin: 15px 0 8px;
  min-height: 16px;
}
.control .description {
  display: block;
}
.control input {
  position: absolute;
  opacity: 0;
  z-index: -1; /* Put the input behind the label so it doesn't overlay text */
}

.flexbox .control {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox .control-text {
  flex: 1;
}

.control-indicator {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.control-indicator:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.control-indicator:hover::after {
  opacity: 0.3;
}

/* Focus */
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #BB4A44;
}

/* Checked state */
.control input:checked ~ .control-indicator::after {
  opacity: 1;
}

/* Active */
.control input:active ~ .control-indicator::after {
  opacity: 0.5;
}

/* Checkbox modifiers */
.checkbox input {
  background: #fff;
}
.checkbox input:checked ~ .control-indicator {
  background: #fbf6d3;
}
.checkbox input:checked ~ .control-indicator::after {
  border-color: #fff;
}
.checkbox input ~ .control-indicator::after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 3px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}

/* Radio modifiers */
.radio .control-indicator {
  border-radius: 50%;
}

.radio input {
  background: #fff;
}
.radio input:checked ~ .control-indicator {
  background: #fbf6d3;
}
.radio input:checked ~ .control-indicator::after {
  background: #fff;
}
.radio input ~ .control-indicator::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  margin: -3px 0 0 -3px;
  top: 50%;
  left: 50%;
  background: #333;
  border-radius: 50%;
  opacity: 0;
}

.ajaxblocks:after {
  content: "";
  display: table;
  clear: both;
}

.addItem {
  font-size: 16px;
  cursor: pointer;
}

.ajaxblock {
  position: relative;
  transition-duration: 0.5s;
  transition-property: border;
  transition-timing-function: ease-out;
  cursor: pointer;
}
.ajaxblock:after {
  content: "";
  display: table;
  clear: both;
}
.ajaxblock a {
  cursor: pointer;
}
.ajaxblock .editbox {
  display: none;
}
.ajaxblock:not(.no-edit):hover .editbox {
  display: block;
}
.ajaxblock:not(.form-open) + .ajaxblock {
  border-top: 1px solid var(--pageDivider);
}
.ajaxblock:focus {
  outline: none;
}
.ajaxblock:focus .meat > .-inner {
  background: var(--pageBg);
  outline: 1px solid var(--textColor);
  box-shadow: 3px 3px #333;
}
@media screen and (min-width: 768px) {
  .ajaxblock:focus .meat > .-inner {
    background: var(--bgColor);
  }
}
.ajaxblock:focus + .ajaxblock {
  transition: none;
  border-color: transparent;
}
.ajaxblock.sortable-ghost:hover .editbox, .ajaxblock.sortable-chosen:hover .editbox {
  display: none;
}
.ajaxblock .info {
  display: block;
  font-size: 10px;
  color: #ccc;
}
.ajaxblock form {
  background: var(--highlight);
  outline: 1px solid var(--highlightAccent);
  box-shadow: 4px 4px var(--highlightAccent);
  padding: 10px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(250px, 100%, 600px);
  min-height: 50vh;
  max-height: 100vh;
  z-index: 50;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.ajaxblock form label:first-child {
  margin-top: 0;
}
.ajaxblock form input.fullWidth,
.ajaxblock form textarea {
  width: 100%;
}
.ajaxblock form textarea[name=details] {
  height: 35vh;
}
.ajaxblock form .select-wrapper {
  width: 100%;
}
.ajaxblock form .select-wrapper select {
  color: #333;
}
.ajaxblock form input {
  margin: 0 0 6px 0;
}
.ajaxblock form .actions {
  margin: 0;
}
.ajaxblock form .actions:after {
  content: "";
  display: table;
  clear: both;
}
.ajaxblock form .actions input[type=submit].button,
.ajaxblock form .actions button.button,
.ajaxblock form .actions a.button {
  background: var(--highlightAccent);
  color: var(--textColor);
}
.ajaxblock form .actions input[type=submit].button:hover, .ajaxblock form .actions input[type=submit].button:focus,
.ajaxblock form .actions button.button:hover,
.ajaxblock form .actions button.button:focus,
.ajaxblock form .actions a.button:hover,
.ajaxblock form .actions a.button:focus {
  outline: 1px solid #333;
  box-shadow: 3px 3px #333;
}
.ajaxblock form .actions .button.delete {
  float: right;
  font-size: 14px;
}
.ajaxblock form .actions .button + .button {
  margin-right: 10px;
}
.ajaxblock form .actions .button.cancel,
.ajaxblock form .actions a.cancel {
  margin: 20px 0;
  padding: 10px;
  float: right;
}
.ajaxblock form .-inner {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ajaxblock form {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .ajaxblock form {
    padding: 20px;
  }
}

.editbox {
  font-size: 12px;
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  transform: translate(-15%, -80%);
  padding: 10px 12px 10px 10px;
  vertical-align: middle;
  text-align: center;
}
.editbox .-inner {
  padding: 7px 4px;
  white-space: nowrap;
  background: var(--highlight);
  border: 1px solid var(--highlightAccent);
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.1);
}
.editbox::after, .editbox::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 11px solid var(--highlight);
  position: absolute;
  bottom: 2px;
  right: 39px;
  transform: rotate(90deg);
}
.editbox::before {
  bottom: 0;
  right: 38px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 12px solid var(--highlightAccent);
}
.editbox a {
  text-decoration: none;
  color: var(--textColor);
}
.editbox a.delete {
  padding: 4px;
}
.editbox a.edit {
  padding: 4px 6px;
  background-image: none !important;
}

@media screen and (min-width: 768px) {
  .ajaxblocks.-left-editbox .editbox {
    transform: translate(-95%, -20%);
  }
  .ajaxblocks.-left-editbox .editbox::after, .ajaxblocks.-left-editbox .editbox::before {
    top: 21px;
    right: 1px;
    bottom: auto;
    transform: none;
  }
  .ajaxblocks.-left-editbox .editbox::after {
    top: 22px;
    right: 3px;
  }
}
.drag-handle:hover {
  cursor: move;
}

.is-dragging .editbox {
  display: none !important;
}

body.page-user div.content {
  max-width: 500px;
  margin: 0 auto;
}
body.page-user div.content > header {
  margin-bottom: 10vh;
}
@media screen and (min-width: 768px) {
  body.page-user header .logo {
    margin-top: 40px;
    width: 20%;
  }
}
body.page-user fieldset {
  border: 1px solid var(--textColor);
  box-shadow: 4px 4px var(--textColor);
  max-width: 500px;
}
body.page-user fieldset input[type=text],
body.page-user fieldset input[type=password],
body.page-user fieldset input[type=email] {
  width: 100%;
}
body.page-user p.back-to-site {
  text-align: right;
  margin-top: 20px;
  max-width: 500px;
  margin: 20px auto;
}

.user-nav {
  text-align: center;
  width: 100%;
}
.user-nav ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  vertical-align: top;
}
.user-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 1rem;
}
.user-nav ul li a {
  padding: 5px 10px;
  transition-duration: 0.5s;
  transition-property: color;
  transition-timing-function: ease-out;
  display: block;
  border-radius: 2px;
}
.user-nav ul li:not(.-active) a:hover {
  background: var(--linkBgColor);
}
.user-nav ul li.-active a {
  text-decoration: none;
  background: var(--linkColor);
  color: var(--bgColor);
}
@media screen and (max-width: 768px) {
  .user-nav {
    position: fixed;
    background: var(--pageBg);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  }
  .user-nav ul {
    overflow: auto;
  }
}

@media screen and (min-width: 768px) {
  .page-pay footer {
    margin: 100px auto;
    max-width: 400px;
  }
  .page-pay footer ul.lined-list {
    padding: 15px;
  }
}

.pay-form {
  margin-top: 40px;
}
.pay-form h3,
.pay-form p.large {
  margin: 0;
}

#payment-dropin {
  background: #fff;
  padding: 20px;
  margin: 10px 0;
}

#manual-payment,
#checkout {
  margin-top: 40px;
  max-width: 500px;
}

table.invoice {
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: separate;
}
table.invoice th,
table.invoice td {
  padding: 10px 10px 10px 0;
}
table.invoice .td-details {
  width: 60%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  table.invoice .td-details .-inner {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
table.invoice .td-date {
  display: none;
}
table.invoice .td-cost {
  text-align: right;
  padding: 10px 0 10px 10px;
}
table.invoice thead th {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
}
table.invoice tr + tr td {
  padding-top: 10px;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
}
table.invoice.truncated {
  border-bottom: 0;
  padding-bottom: 0;
}
table.invoice.truncated tbody tr:nth-of-type(4) {
  opacity: 0.5;
}
table.invoice.truncated tbody tr:nth-of-type(5) {
  opacity: 0.25;
}
table.invoice.truncated tbody tr:nth-of-type(5) ~ tr {
  display: none;
}
table.invoice.truncated .td-details .-inner {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  table.invoice .td-date {
    display: table-cell;
  }
  table.invoice .td-details {
    width: 70%;
    padding-right: 40px;
  }
}

.payments {
  margin: 40px 0 0;
}
.payments table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: separate;
}
.payments th,
.payments td {
  padding: 10px 10px 10px 0;
}
.payments .td-amount {
  padding-right: 40px;
}
.payments .td-type {
  display: none;
}
.payments .td-id {
  word-break: break-all;
}
.payments .td-date {
  text-align: right;
  padding: 10px 0 10px 10px;
}
.payments thead th {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.payments tr + tr td {
  padding-top: 10px;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
}
@media print {
  .payments {
    margin-top: 30px;
  }
}
@media screen and (min-width: 480px) {
  .payments .td-type {
    display: table-cell;
  }
}

.invoice-header {
  position: relative;
}
.invoice-header h4 {
  margin-bottom: 0;
}
.invoice-header .invoice-date {
  font-size: 16px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .invoice-header {
    margin-top: 40px;
    padding: 0 100px 0 0;
  }
  .invoice-header a.button {
    position: absolute;
    top: -10px;
    right: 0;
    margin: 0;
  }
}

.invoice-banner {
  margin-bottom: 0.5in;
}
.invoice-banner:after {
  content: "";
  display: table;
  clear: both;
}
.invoice-banner .logo {
  float: left;
  width: 50%;
}
.invoice-banner .logo img {
  display: inline-block;
  width: 3in;
  height: auto;
}
.invoice-banner .address {
  float: left;
  width: 50%;
  text-align: right;
}

.invoice-footer {
  page-break-inside: avoid;
  margin-top: 0.5in;
}
.invoice-footer h4 {
  margin-bottom: 0;
}
.invoice-footer p {
  margin: 0.25em 0 1em;
  font-size: 12px;
}
.invoice-footer p.large {
  font-size: 16px;
}

.paid-in-full {
  display: block;
  width: 5in;
  height: auto;
  position: absolute;
  top: 5in;
  left: 2in;
}

@media print {
  .paid-in-full {
    left: 25%;
    width: 400px;
    height: 172px;
  }
  table.invoice {
    padding: 0;
  }
  .invoice-header {
    padding: 0;
  }
  thead {
    border: none;
  }
  .invoice tr {
    page-break-inside: avoid;
  }
  .invoice td.td-details {
    width: 85%;
  }
  .invoice td.td-date, .invoice td.td-time, .invoice td.td-cost {
    width: 5%;
  }
  .td-date {
    display: table-cell !important;
  }
  .td-type {
    display: table-cell !important;
  }
}
.send-a-check {
  padding: 10px 20px;
  background: var(--pageBgHover);
  box-shadow: 4px 4px var(--textColor);
  margin: 20px 0;
}
.send-a-check svg {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  width: 28px;
  height: 20px;
  fill: var(--textColor);
}

body.page-clients header,
body.page-clients main.content {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
body.page-clients .manage-clients h3 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
  font-size: 1rem;
  margin: 0;
  padding: 10px 10px 0;
}
body.page-clients .manage-clients .stats {
  padding: 5px 0 0 10px;
}
body.page-clients .manage-clients .stats .tag {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  body.page-clients .ajaxblocks {
    transition-duration: 0.5s;
    transition-property: background;
    transition-timing-function: ease-out;
    background: var(--pageBg);
    padding: 10px 20px;
  }
}

body.jobs {
  padding-top: 0;
}
body.jobs a:focus-visible, body.jobs a:hover {
  outline: none;
}
body.jobs header {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
body.jobs header .logo {
  margin: 20px 40px 0 0;
  width: 180px;
  height: 35px;
  opacity: 0.8;
}
@media screen and (min-width: 530px) {
  body.jobs header .logo {
    margin-top: 30px;
    width: 250px;
    height: 45px;
  }
}
body.jobs header .logo-fg {
  display: none;
}
@media screen and (min-width: 768px) {
  body.jobs header {
    width: auto;
  }
  body.jobs header .logo {
    margin-top: 60px;
  }
}
body.jobs .content {
  margin: 0;
}
body.jobs footer {
  display: none;
}
body.jobs .ajaxblock.jobs form .delete {
  display: none;
}
body.jobs .ajaxblock.items .meat > .-inner {
  padding: 8px 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body.jobs .ajaxblock.items .meat span {
  flex: 1;
  padding: 10px;
}
body.jobs .ajaxblock.items .meat span.client {
  display: none;
}
body.jobs .ajaxblock.items .meat span.details {
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  body.jobs .ajaxblock.items .meat > .-inner {
    padding: 8px 0 20px;
    flex-wrap: nowrap;
  }
  body.jobs .ajaxblock.items .meat span {
    flex: 1;
  }
  body.jobs .ajaxblock.items .meat span.details {
    flex: 0 1 60%;
  }
}

body.page-jobs .clients-list {
  word-break: break-word;
  margin-bottom: 40px;
}
body.page-jobs .clients-list > .-inner {
  transition-duration: 0.5s;
  transition-property: background;
  transition-timing-function: ease-out;
  background: var(--pageBg);
  padding: 20px;
}
body.page-jobs .clients-list a:hover {
  background: none;
}
body.page-jobs .clients-list .jobs {
  padding: 0;
}
body.page-jobs .clients-list .jobs.active a.title {
  background: var(--bgColor);
  outline: 1px solid #333;
  box-shadow: 3px 3px #333;
}
body.page-jobs .clients-list .jobs + .jobs {
  border: none;
}
body.page-jobs .clients-list .jobs:focus {
  outline: 1px solid #333;
  box-shadow: 3px 3px #333;
}
body.page-jobs .clients-list .jobs .paid a.title {
  text-decoration: line-through;
  opacity: 0.5;
}
body.page-jobs .clients-list .jobs .paid a.title span {
  text-decoration: none;
}
body.page-jobs .clients-list .jobs a.title {
  display: block;
  padding: 5px;
  text-decoration: none;
}
body.page-jobs .clients-list .jobs a.title span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  body.page-jobs .content {
    display: flex;
    flex-flow: row nowrap;
  }
  body.page-jobs .clients-list {
    flex: 0 1 20%;
    min-width: 225px;
  }
  body.page-jobs .clients-list .-inner {
    position: sticky;
    top: 20px;
  }
  body.page-jobs .job-details {
    padding-left: 20px;
    flex: 0 1 80%;
  }
}
body.page-jobs .client {
  padding-top: 0;
  transition-duration: 0.5s;
  transition-property: border;
  transition-timing-function: ease-out;
}
body.page-jobs .client h3 {
  margin-top: 0;
}
body.page-jobs .client .job-status.paid {
  display: none;
}
body.page-jobs .client a.toggleJobList {
  cursor: pointer;
  float: right;
}
body.page-jobs .client a.toggleJobList::after {
  content: "Show Paid";
}
body.page-jobs .client[data-show-jobs=paid] .job-status.paid {
  display: block;
}
body.page-jobs .client[data-show-jobs=paid] a.toggleJobList::after {
  content: "Hide Paid";
}
body.page-jobs .client + .client {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--pageDivider);
}
body.page-jobs .actions {
  margin-top: 20px;
}
body.page-jobs .ajaxblock form .actions {
  margin: 0;
}
body.page-jobs body.dialog-open .job-details {
  z-index: -1;
  position: relative;
}
body.page-jobs .job-details > .-inner {
  padding: 20px;
  transition-duration: 0.5s;
  transition-property: background;
  transition-timing-function: ease-out;
  background: var(--pageBg);
}
body.page-jobs .job-details .header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--textColor);
  padding-bottom: 10px;
}
body.page-jobs .job-details .header span {
  padding: 0 10px 10px;
  flex: 1;
}
body.page-jobs .job-details .header span:first-child {
  padding-left: 0;
}
body.page-jobs .job-details .header span.title {
  flex: 0 1 40%;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body.page-jobs .job-details .header span.title {
    font-size: 1.2rem;
  }
}
body.page-jobs .job-details .header span.title:focus {
  background: var(--highlight);
  outline: none;
}
body.page-jobs .job-details .header span.job-cost {
  text-align: right;
}
body.page-jobs .job-details .header span i {
  font-weight: bold;
  font-style: normal;
}
body.page-jobs .job-details .ajaxblocks {
  margin-top: 0;
}
body.page-jobs .job-details .ajaxblocks .ajaxblock {
  padding: 0;
}
body.page-jobs .job-details .ajaxblocks .ajaxblock .meat > .-inner {
  padding: 8px 0;
}
body.page-jobs .job-details .job-footer {
  text-align: right;
}
body.page-jobs .job-details .job-footer form {
  display: inline;
}
body.page-jobs .ajaxblocks form .row {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -10px 20px -10px;
}
body.page-jobs .ajaxblocks form .row .col {
  flex: 1;
  padding: 0 10px;
}
body.page-jobs .ajaxblocks form .row + .row {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.page-jobs .ajaxblocks form .row.-mobile-compact {
    flex-flow: row wrap;
    gap: 0;
  }
  body.page-jobs .ajaxblocks form .row.-mobile-compact .col {
    flex: 0 1 50%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  body.page-invoices .invoices-table th.paytype, body.page-invoices .invoices-table th.job, body.page-invoices .invoices-table th.date-added, body.page-invoices .invoices-table td.paytype, body.page-invoices .invoices-table td.job, body.page-invoices .invoices-table td.date-added {
    display: none;
  }
}
body.page-invoices .filter-tags {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  body.page-invoices .filter-tags {
    margin: 0 0 10px;
  }
}
body.page-invoices .filter-tags .tag {
  font-size: 16px;
}
body.page-invoices .filter-tags button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
body.page-invoices .filter-tags button svg {
  width: 15px;
  height: 11px;
  vertical-align: middle;
  display: inline-block;
  fill: var(--textColor);
}
body.page-invoices .invoice-filters {
  word-break: break-word;
}
body.page-invoices .invoice-filters > .-inner {
  transition-duration: 0.5s;
  transition-property: background;
  transition-timing-function: ease-out;
  background: var(--pageBg);
  padding: 20px;
}
body.page-invoices .invoice-filters a:hover {
  background: none;
}
body.page-invoices .invoice-filters ul {
  margin: 0;
  padding: 0;
}
body.page-invoices .invoice-filters ul li {
  list-style: none;
  margin: 0;
}
body.page-invoices .invoice-filters ul li + li {
  margin-top: 0.25em;
}
body.page-invoices .invoice-filters .select-wrapper {
  width: 100%;
}
body.page-invoices .invoice-filters .select-wrapper select {
  transition-duration: 0.5s;
  transition-property: background;
  transition-timing-function: ease-out;
  background: var(--bgColor);
}
body.page-invoices .invoice-filters label {
  margin: 0;
}
body.page-invoices .invoice-details > .-inner {
  padding: 20px;
  transition-duration: 0.5s;
  transition-property: background;
  transition-timing-function: ease-out;
  background: var(--pageBg);
}
body.page-invoices .invoices-table {
  width: 100%;
  border-collapse: collapse;
}
body.page-invoices .invoices-table .-filter-link {
  cursor: pointer;
}
body.page-invoices .invoices-table .-filter-link:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
body.page-invoices .invoices-table td,
body.page-invoices .invoices-table th {
  text-align: left;
  padding: 10px;
}
body.page-invoices .invoices-table th {
  padding-top: 0;
  border-bottom: 1px solid var(--textColor);
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
}
body.page-invoices .invoices-table tr.unpaid td {
  font-weight: bold;
}
body.page-invoices .invoices-table tr.overdue td {
  background: var(--highlight);
}
body.page-invoices .invoices-table tr.overdue td a {
  color: var(--textColor);
}
body.page-invoices .invoices-table tr.overdue:hover td {
  background: var(--highlightAccent);
}
body.page-invoices .invoices-table tbody tr:hover td {
  background: var(--pageBgHover);
}
@media screen and (min-width: 768px) {
  body.page-invoices .content {
    display: flex;
    flex-flow: row nowrap;
  }
  body.page-invoices .invoice-filters {
    flex: 0 1 20%;
    min-width: 225px;
  }
  body.page-invoices .invoice-details {
    padding-left: 20px;
    flex: 0 1 80%;
  }
}

body.page-daily header,
body.page-daily main.content {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
body.page-daily header {
  margin-bottom: 10px;
}
body.page-daily header .addItem {
  position: absolute;
  right: 0;
  bottom: 4px;
  margin: 0;
}
body.page-daily .head {
  margin: 1em 0 1em;
  position: relative;
}
body.page-daily .head:after {
  content: "";
  display: table;
  clear: both;
}
body.page-daily .head h1 {
  margin: 0;
}
body.page-daily .days {
  padding: 10px 0;
  margin: 0 -10px;
  display: flex;
  flex-flow: row nowrap;
}
body.page-daily .days .day {
  flex: 1;
  text-align: center;
}
body.page-daily .days .day .letter {
  aspect-ratio: 1;
  width: 11vw;
  max-width: 70px;
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 5vw, 2rem);
  background: var(--linkBgColor);
  transition-duration: 0.5s;
  transition-property: background;
  transition-timing-function: ease-out;
  border-radius: 50%;
  margin: auto;
}
body.page-daily .days .day .letter i {
  font-style: normal;
  flex: 1;
}
body.page-daily .days .day .hours {
  display: block;
  font-size: 12px;
  padding-top: 0.25em;
}
body.page-daily .days .day.-active .letter {
  background: var(--linkColor);
  color: var(--linkBgColor);
}
body.page-daily .totals {
  text-align: center;
}
body.page-daily .totals ul {
  display: flex;
  flex-flow: row nowrap;
}
body.page-daily .totals ul, body.page-daily .totals ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-daily .totals ul li {
  flex: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1020px) {
  body.page-daily .days-wrap {
    position: absolute;
    width: 370px;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-daily .days-wrap .days {
    padding: 10px 0;
  }
  body.page-daily .days-wrap .days .day .letter {
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
  }
}
body.page-daily .actions {
  margin-top: 20px;
}
body.page-daily .ajaxblocks[data-type=items] {
  position: relative;
}
body.page-daily .ajaxblocks[data-type=items] form .row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 20px;
  gap: 10px;
}
body.page-daily .ajaxblocks[data-type=items] form .row .col {
  flex: 1;
}
body.page-daily .ajaxblocks[data-type=items] form .row + .row {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.page-daily .ajaxblocks[data-type=items] form .row.-mobile-compact {
    flex-flow: row wrap;
    gap: 0;
  }
  body.page-daily .ajaxblocks[data-type=items] form .row.-mobile-compact .col {
    flex: 0 1 50%;
    padding-right: 10px;
  }
}
body.page-daily .ajaxblocks[data-type=items]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
@media screen and (min-width: 768px) {
  body.page-daily .ajaxblocks[data-type=items]::before {
    display: none;
  }
}
body.page-daily .ajaxblock[data-type=items]:focus .-today::before {
  display: none;
}
body.page-daily .ajaxblock[data-type=items] .meat > .-inner {
  flex-wrap: wrap;
}
body.page-daily .ajaxblock[data-type=items] .meat > .-inner.-today::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed var(--textColor);
}
body.page-daily .ajaxblock[data-type=items] .meat span {
  flex: 1;
  padding: 5px 10px;
}
body.page-daily .ajaxblock[data-type=items] .meat span.client {
  display: block;
  flex: 0 1 100%;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.1;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.page-daily .ajaxblock[data-type=items] .meat span.client {
    display: none;
  }
  body.page-daily .ajaxblock[data-type=items] .meat span.client.client-header {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body.page-daily .ajaxblock[data-type=items] .meat span.client {
    padding: 10px;
    flex: 0 1 40%;
  }
}
body.page-daily .ajaxblock[data-type=items] .meat span.details {
  flex: 0 1 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  opacity: 0.5;
  padding-top: 0;
  padding-bottom: 0;
}
body.page-daily .ajaxblock[data-type=items] .meat span.time {
  text-align: center;
}
body.page-daily .ajaxblock[data-type=items] .meat span.cost {
  text-align: right;
}
body.page-daily .ajaxblock[data-type=items] .meat span.date {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  body.page-daily .ajaxblock[data-type=items] .meat span {
    padding: 5px 10px;
  }
  body.page-daily .ajaxblock[data-type=items] .meat span.date {
    text-align: center;
  }
}
body.page-daily footer {
  display: none;
}
@media screen and (min-width: 768px) {
  body.page-daily .ajaxblocks {
    transition-duration: 0.5s;
    transition-property: background;
    transition-timing-function: ease-out;
    background: var(--pageBg);
    padding: 10px 20px;
  }
}
