/* peppercorn */

/* oyster */

/* tuna */

/* portobello */

/* basmati */

/* parsnip */

/* kale */

/* yam */

/* cucumber */

/* cornflower */

/* ACCENT Colours */

/*! 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;
}

sup {
  top: -0.5em;
}

/* 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;
}

/* These are our reset values. We don't modify normalise so it can be easily updated. */

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: hsl(186, 100%, 27%);
}

a:hover {
  color: inherit;
}

/*------------------------------------*\
    #FUNCTIONS
\*------------------------------------*/

/**
 * Vertical Space
 * The `vs()` function multiplies the provided number by $spacing-vertical-unit
 * to ensure that all vertical space (heights, line-heights, margin-top/bottom)
 * are multiples of that base.
 */

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown__block {
  z-index: 100;
}

.dropdown__list,
.dropdown__trigger.selected {
  z-index: 110;
}

.dropdown__trigger {
  position: relative;
}

.dropdown__list {
  list-style: none;
  position: absolute;
  top: 21px;
  left: 0;
  min-width: 150px;
  padding: 5px;
  background-color: white;
}

.dropdown__list:not(.show) {
  display: none;
}

.dropdown__list--right {
  left: auto;
  right: 0;
}

.dropdown__block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.dropdown__block:not(.show) {
  display: none;
}

.modal {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal:not(.open) {
  display: none;
}

.modal > button {
  margin-left: auto;
}

@media screen and (min-width: 600px) {
  .modal > button {
    margin-left: 580px;
  }
}

.modal__content {
  width: 100%;
  max-width: 600px;
  padding: 24px 24px;
  background-color: white;
}

.modal__content h1, .modal__content .tabs, .modal__content .notice {
  display: none;
}

.table-header {
  display: flex;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 12px;
}

.table-header__title {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

.table-header__actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.table-header__actions > * + * {
  margin-left: 16px;
}

.table {
  width: 100%;
  text-align: left;
}

.table th, .table td {
  padding: 6px 8px;
  vertical-align: middle;
}

.table td {
  padding: 6px 8px;
  border-top: solid 1px #DBD9D2;
}

.tabs {
  display: flex;
  margin: 30px 0;
  border-bottom: solid 1px #B7A9A1;
}

.tabs > a {
  padding: 16px;
}

.tabs > a.active {
  border-style: solid;
  border-color: #B7A9A1;
  border-width: 1px 1px 0;
  background-color: white;
  transform: scale(1.05);
}

button, input[type=submit], .button {
  display: inline-block;
  height: 44px;
  padding: 0 18px;
  border: 2px solid #FFE01B;
  border-radius: 5px;
  color: inherit;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
  background-color: #FFE01B;
  cursor: pointer;
}

button:hover, input[type=submit]:hover, .button:hover {
  border-color: #241C15;
  background-color: rgb(231, 199.5921052632, 0);
}

button.secondary, input[type=submit].secondary, .button.secondary {
  border-color: hsl(48, 14%, 93%);
  background-color: hsl(48, 14%, 93%);
}

button.secondary:hover, input[type=submit].secondary:hover, .button.secondary:hover {
  border-color: #241C15;
  background-color: #DBD9D2;
}

button.white, input[type=submit].white, .button.white {
  color: #fff;
  border: none;
  background-color: transparent;
}

button.white:hover, input[type=submit].white:hover, .button.white:hover {
  background-color: #241C15;
}

.field, .actions {
  position: relative;
}

.field + .field, .field + .actions, .actions + .field, .actions + .actions {
  margin-top: 18px;
}

.field .field-prefix, .actions .field-prefix {
  position: absolute;
  bottom: 10px;
  left: 19px;
}

.field .field-prefix + input, .actions .field-prefix + input {
  padding-left: 30px !important;
}

textarea {
  min-height: 120px;
}

textarea,
input[type=text],
input[type=date],
input[type=password],
input[type=email] {
  display: block;
  width: 100%;
  max-width: 635px;
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  border: solid 1px #DBD9D2;
  border-radius: 5px;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Lato, HelveticaNeue, Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  max-width: 65ch;
  font-size: 1.5rem;
  line-height: 2rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

p {
  max-width: 65ch;
}

a {
  --tw-text-opacity: 1;
  color: rgb(71 145 206 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
a {
  color: rgb(71 145 206 / var(--tw-text-opacity, 1));
}
}

a:hover {
  text-decoration-line: underline;
}

.header {
  position: sticky;
  top: 0px;
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.header {
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
}

.header a {
  position: relative;
}

.header a.active::after {
  position: absolute;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 145 206 / 1);
  content: "";
  bottom: -19px;
  height: 2px;
}

@supports (color: rgb(0 0 0 / 0)) {
.header a.active::after {
  background-color: rgb(71 145 206 / var(--tw-bg-opacity, 1));
}
}

.button, .actions > input[type=submit] {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / 1);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.button, .actions > input[type=submit] {
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}

.button:hover, .actions > input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / 1);
  text-decoration-line: none;
}

@supports (color: rgb(0 0 0 / 0)) {
.button:hover, .actions > input[type=submit]:hover {
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
}

.list {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 2.5rem;
  list-style-type: disc;
}

.list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.columns {
  -moz-column-count: 2;
       column-count: 2;
}

@media screen and (min-width: 1024px) {
  .columns {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media screen and (min-width: 1400px) {
  .columns {
    -moz-column-count: 4;
         column-count: 4;
  }
}

.columns li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.modal {
  position: fixed;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.6);
  --tw-bg-opacity: 0.6;
}

@supports (color: rgb(0 0 0 / 0)) {
.modal {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
}

.modal__content {
  width: 100%;
  max-width: 36rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding: 1.5rem;
}

@supports (color: rgb(0 0 0 / 0)) {
.modal__content {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
}

.modal.wide .modal__content {
  max-width: 1216px;
  /* the width of the content of the page */
}

.modal__content iframe {
  width: 100%;
  height: 90vh;
}

.modal__content h1, .modal__content .tabs, .modal__content .notice, .modal__content .meta {
  display: none;
}

.modal:not(.open) {
  display: none;
}

.modal > button {
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .modal:not(.wide) > button {
    margin-left: 580px;
  }
}

@media screen and (min-width: 1216px) {
  .modal.wide > button {
    margin-left: 1200px;
  }
}

.tabs {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.tabs {
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
}

.tabs > a {
  padding: 1rem;
  text-decoration-line: none;
}

.tabs > a.active {
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  transform: scale(1.05);
}

@supports (color: rgb(0 0 0 / 0)) {
.tabs > a.active {
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown__block {
  z-index: 100;
}

.dropdown__list,
  .dropdown__trigger.selected {
  z-index: 110;
}

.dropdown__trigger {
  position: relative;
}

.dropdown__list {
  position: absolute;
  left: 0px;
  min-width: 100%;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  top: 16px;
  /* sits in the middle of a pill */
  z-index: 105;
  border-radius: 0 10px 10px 10px;
}

@supports (color: rgb(0 0 0 / 0)) {
.dropdown__list {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
}

.dropdown__list:not(.show),
  .dropdown__block:not(.show) {
  display: none;
}

.dropdown__block {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.3);
}

.notice {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 65ch;
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@supports (color: rgb(0 0 0 / 0)) {
.notice {
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
}

.notice.full {
  margin-top: 0px;
  max-width: 100%;
  text-align: center;
}

.notice.success {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.notice.success {
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
}

.pill {
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  vertical-align: bottom;
  text-decoration-line: none;
}

@supports (color: rgb(0 0 0 / 0)) {
.pill {
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
}

.pill.no_story, .pill.warning {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.pill.no_story, .pill.warning {
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
}

.pill.paid, .pill.success {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.pill.paid, .pill.success {
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
}

.pill.cancelled,
  .pill.void,
  .pill.danger {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.pill.cancelled,
  .pill.void,
  .pill.danger {
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
}

.pill.selected {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.table-header {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.table-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.table-header__actions > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * 0);
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - 0));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.table {
  width: 100%;
  text-align: left;
}

.table th,
  .table td {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}

.table td {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.table td {
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
}

a[href*="mavenlink.com"],
  a[href*="stripe.com"] {
  display: inline-flex;
  align-items: center;
}

a[href*="mavenlink.com"]::before,
  a[href*="stripe.com"]::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
  display: inline-block;
}

a[href*="mavenlink.com"]::before {
  background-image: url(/mavenlink.ico);
}

a[href*="stripe.com"]::before {
  background-image: url(/stripe.ico);
}

[data-action^="modal#"] * {
  /* required to ensure that the click event is only triggered on the link and not something inside it */
  pointer-events: none;
}

/* form, devise views */

.field {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.field label {
  display: block;
}

.field input[type=checkbox] + label {
  display: inline;
}

.field br {
  display: none;
}

.field input:not([type=submit]):not([type=checkbox]) {
  width: 400px;
}

.collapse {
  visibility: collapse;
}

.relative {
  position: relative;
}

.-top-2 {
  top: -0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.-ml-3 {
  margin-left: -0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.w-10 {
  width: 2.5rem;
}

.w-full {
  width: 100%;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.border-collapse {
  border-collapse: collapse;
}

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

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * 0);
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - 0));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * 0);
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - 0));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - 0));
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 0);
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.border-none {
  border-style: none;
}

.p-2 {
  padding: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-normal {
  font-weight: 400;
}

.leading-tight {
  line-height: 1.25;
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-danger {
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-400 {
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-grey {
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
}

.text-grey-dark {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-grey-dark {
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-red {
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-white {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* base */

html,
body {
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

/* typography */

body {
  font-family: "Lato", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  background-color: white;
  color: #241C15;
}

.super-heading {
  font-size: 88px;
  line-height: 96px;
  font-weight: 700;
}

.super-heading + .sub-heading {
  margin: -60px 0 60px;
  text-indent: 3px;
}

h1, .h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

h1 + .sub-heading, .h1 + .sub-heading {
  margin: -12px 0 12px;
}

.sub-heading {
  font-size: 24px;
}

h2, .h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  margin-top: 60px;
  margin-bottom: 12px;
}

h3, .h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}

h4, .h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}

p {
  margin-bottom: 12px;
  max-width: 45em;
}

p a {
  text-decoration: underline;
}

.meta {
  font-size: 14px;
  color: #999;
}

.c-danger {
  color: #A73205;
}

/* components */

.main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 48px 32px;
}

.header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #DBD9D2;
  background-color: white;
}

.header .logo {
  display: block;
  position: relative;
  top: -9px;
  width: 38px;
}

.header ul {
  display: flex;
  align-items: center;
}

.header a {
  padding: 0 16px;
}

.columns {
  -moz-column-count: 2;
       column-count: 2;
}

@media screen and (min-width: 1024px) {
  .columns {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media screen and (min-width: 1400px) {
  .columns {
    -moz-column-count: 4;
         column-count: 4;
  }
}

.columns li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.pill {
  display: inline-block;
  padding: 0 12px;
  border-radius: 100px;
  font-size: 14px;
  vertical-align: text-bottom;
  background-color: hsl(48, 14%, 93%);
  text-transform: capitalize;
}

.pill.danger, .pill.cancelled, .pill.void {
  background-color: #FBCFBD;
}

.pill.approved, .pill.paid, .pill.success {
  background-color: #D8EACC;
}

a[href*="mavenlink.com"] {
  display: inline-flex;
  align-items: center;
}

a[href*="mavenlink.com"]::before {
  content: "";
  background-image: url(/mavenlink.ico);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
  display: inline-block;
}

a[href*="stripe.com"] {
  display: inline-flex;
  align-items: center;
}

a[href*="stripe.com"]::before {
  content: "";
  background-image: url(/stripe.ico);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
  display: inline-block;
}

.todos li {
  font-size: 24px;
  line-height: 42px;
  margin: 0 0 12px 40px;
  list-style-type: disc;
}

.todos a {
  padding: 6px 8px;
  color: hsl(186, 100%, 27%);
  text-decoration: underline;
}

.todos a.urgent {
  color: #A73205;
  background: #FBCFBD;
}

.todos a:hover {
  text-decoration: none;
}

h1.urgent {
  color: #A73205;
  /* text-decoration: underline; */
  /* text-decoration-color: $color-red-bg; */
}

p {
  font-size: 20px;
  line-height: 30px;
}

.notice {
  background-color: hsl(48, 14%, 93%);
  padding: 18px 24px;
  margin: 24px 0;
  max-width: 45em;
}

.notice.full {
  margin: 0;
  max-width: 100%;
  text-align: center;
}

.notice.success {
  background-color: #D8EACC;
}

.notice.urgent {
  background-color: #FBCFBD;
}

.button.danger {
  background: #FBCFBD;
  border: none;
}

[data-method=delete] {
  color: #A73205;
}
