/* openssl dgst -sha384 -binary ./main2024.css | openssl base64 -A */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css/ */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* normalize.css v12.1.1 | CC0 1.0 License | https://github.com/csstools/normalize.css/ */
:where(html){line-height:1.15;-webkit-text-size-adjust:100%;text-size-adjust:100%}:where(h1){font-size:2em;margin-block-end:0.67em;margin-block-start:0.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:content-box;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:baseline}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:ButtonText dotted 1px}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}
/* copyright 2024 smart people on ice, LLC. */
:root {
	--thebest: rebeccapurple;
	--bigbuttonhelp: #D2B48C;
	--bigbuttonhover: #CCC;
	--breakingbackground: #FFF29E;
	--breakingborder: #D4CDAD;
	--dark: #222;
	--darkmodedark: #121212;
	--darkmodeimagebackground: rgba(255, 255, 255, 0.3);
	--darkbigbuttonhelp: #5b4324;
	--darkbigbuttonhover: #505050;
	--inputbackground: #DDD;
	--oodbackground: #D3D3D3;
	--screenshotborder: #7A7A7A;
	--light: #FFF;
	--lightish: rgba(255, 255, 255, 0.81);
	--print: black;
}
html {
	font-size: 16px;
}
body {
	background-color: var(--light);
	color: var(--dark);
	font-family: "Atkinson Hyperlegible", "Open Sans", Verdana, Tahoma, sans-serif !important;
	font-size: 1rem;
	height: 100vh;
	letter-spacing: 0.03rem;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.title {
	word-wrap: break-word;
}
.section .module:last-child {
	margin-bottom: 5rem;
}
.section .module {
	margin-left: 30%;
}
.byline, .section {
	width: 80%;
}
a {
	color: var(--dark);
	cursor: url(images/marthas_hand.png) 35 0, pointer; /* hey, marhar! */
}
.module ol li {
	margin-bottom: 1.8rem;
}
.mobile .oh {
	overflow: hidden;
}

/* accessibility */
.skip-link {
	background-color: var(--dark);
	color: var(--light);
	padding: 1rem;
	position: absolute;
	top: -18rem;
	left: 0;
	z-index: 100;
}
.skip-link:focus {
	top: 0;
}
/* header */
.header {
	letter-spacing: 0.18rem;
	margin-bottom: 6rem;
	text-transform: uppercase;
	display: flex;
	justify-content: flex-end;
}
.block {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.header .co {
	background-color: var(--dark);
	color: var(--light);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	min-width: 7rem;
	padding: 1rem;
}
.header .co a {
	color: var(--light);
	text-decoration: none;
}
.header .nav {
	font-size: 0.81rem;
	letter-spacing: 0.1rem;
	margin: 1rem 0 0 1rem;
}
.header .nav.sub {
	padding-left: 1rem;
}
.header .nav a, .pb {
	color: var(--dark);
}
/* byline */
.byline {
	margin: 0 1rem;
}
/* page title */
.section {
	border-top: 3px solid var(--dark);
	margin: 0 1rem;
}
.section .title {
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 1.18rem;
}
.section .title p:first-child {
	margin: 1rem 0 3rem 0;
}
.section:not(.sechid) + .section {
	margin-top: 3rem;
}

/* module */
.module {
	display: flex;
	flex-direction: column;
	margin: 0 0 3rem 0;
}
.moduletitle a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.moduletitle a img {
	margin: 0 1rem 0 0;
	width: 5rem;
	height: 5rem;
}
.moduletitle a span {
	font-size: 3rem;
}
.modulebody {
	margin: 0 0 0 6rem;
}
.module .mb {
	line-height: 3;
}
.module .mp, .module .pb2, .module.m2 p {
	line-height: 1.4;
}
.module .mb b, .module .mp b {
	display: block;
	margin: 0 0 1rem 0;
}

/* stuff */
.dlist {
	width: 22rem;
}
.dlist div {
	margin: 1rem 0;
	border: 2px solid transparent;
}
.nodlist {
	display: none;
}
.nodlist ul, .ullist ul {
	padding-inline-start: 1rem;
}
.nodlist a {
	display: inline-block;
}
.dlist div {
	border: 3px solid var(--dark);
	letter-spacing: 0.36rem;
	margin: 1rem 0;
	padding: 0.81rem;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.dlist div:hover {
	background-color: var(--bigbuttonhover);
}
.ullist ul ::marker {
	content: "» ";
}
.help {
	background-color: var(--bigbuttonhelp);
}
u {
	border-bottom: 1.5px solid;
}
.section sup {
	font-size: unset;
	top: unset;
}

/* footer */
.footerpad {
	flex: 1 1 auto;
}
.footer {
	background-color: var(--dark);
	font-size: 0.6rem;
	letter-spacing: 0.18rem;
	line-height: 1.8;
	text-transform: uppercase;
	padding: 1rem;
	width: 100%;
}
.footer, .footer a {
	color: var(--light);
}
.footer span, .footer span a {
	margin: 0 1rem;
}
.footer span:first-child {
	margin: 0 0 0 20%;
}

/* options mouseover */
#preDiv {
	border: 1px solid var(--bigbuttonhover);
	background-image: url(images/Normal.png);
	margin-bottom: -360px;
	margin-left: -360px;
	margin-top: 18px;
	width: 307px;
	height: 360px;
}
#features .module .mb, .section .al, .section .sub {
	cursor: url(images/marthas_hand.png) 35 0, pointer; /* hey, marhar! */
}

/* contact page */
#theform {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	width: 100%;
}
#theform input[placeholder] {
	width: 18rem;
}
#theform textarea {
	max-width: 39rem;
	width: 95%;
	height: 5rem;
}
#cont_corp, #cont_yto, #cont_rf, #cont_feeder, #cont_char, #cont_edu, .sechid {
	display: none;
}
.cont_corp #cont_corp, .cont_yto #cont_yto, .cont_feeder #cont_feeder, .cont_rf #cont_rf, .cont_char #cont_char, .cont_edu #cont_edu {
	display: flex;
	align-items: stretch;
	flex-direction: column;
}
.section .sub {
	margin: 1rem 0;
}

/* news, faq */
p.pb {
	margin: 2rem 0 0 0;
}

/* thank you */
#fakelictab {
	position: relative;
	overflow: hidden;
}
#fakelictab img {
	border-radius: 2px;
	border: 1px solid var(--screenshotborder);
}
#fakelictab[kind=options] img {
	width: 580px; height: 354px;
}
#fakelictab[kind=filter] img {
	width: 820px; height: 340px;
}
.licnone {
	border-radius: 2px;
	border: 1px solid var(--screenshotborder);
}
#fakelictab .licaddr {
	color: var(--dark);
	font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 0.7rem; /* 11px; */
	position: absolute;
	background-color: var(--light);
	width: 270px;
}
#fakelictab[kind=options] .licaddr {
	left: 40px;
	top: 80px;
}
#fakelictab[kind=filter] .licaddr {
	left: 185px;
	top: 107px;
}

/* subscribe */
b[onclick], #next:hover, #restart, #more_gen, button.subbutton {
	cursor: url(images/marthas_hand.png) 35 0, pointer; /* hey, marhar! */
}
b[onclick], #next:hover, #restart, #more_gen {
	text-decoration: underline;
}
#paypalbuttons button.subbutton {
	width: 18rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem 1rem;
}

/* kiosk */
pre, textarea, .mono, body.kiosk input {
	font-family: "Source Code Pro", "Droid Sans Mono", "Andale Mono", Consolas, monospace;
	text-wrap: balance;
	word-wrap: break-word;
}

/* mobile */
body.mobile .nomobile {
	display: none;
}
body.mobile .nodlist {
	display: block;
}
/* mobile - same as media below */
body.mobile, body.mobile #theform { align-items: stretch; }
body.mobile .byline, body.mobile .section { width: auto; }
body.mobile .section .module { margin-left: 0; }
body.mobile .help { padding: 0.81rem; }
body.mobile .section .title { font-size: 1.8rem; }
body.mobile .module .mb { line-height: 1.3; margin: 0 0 1rem 0; }

/* media */
@media only screen and (max-width: 845px) {
	/* screen - same as mobile above */
	body, #theform { align-items: stretch; }
	.byline, .section { width: auto; }
	.section .module { margin-left: 0; }
	.help { padding: 0.81rem; }
	.section .title { font-size: 1.8rem; }
	.module .mb { line-height: 1.3; margin: 0 0 1rem 0; }

	#preDiv {
		display: none;
	}
	.footer {
		width: auto;
	}
	.footer span {
    display: block;
	}
	.footer span, .footer span a, .footer span:first-child {
		margin: 0.5rem 1rem 0.5rem 0.5rem;
	}
}
@media (prefers-color-scheme: dark) {
	body {
		background-color: var(--dark);
	}
	body, .section .module a, .header .nav a, .pb, a {
		color: var(--lightish);
	}
	.header .co, .footer {
		background-color: var(--darkmodedark);
	}
	.section, .dlist a:hover div, .dlist div {
		border-color: var(--lightish);
	}
	.dlist div:hover {
		background-color: var(--darkbigbuttonhover);
	}
	.help {
		background-color: var(--darkbigbuttonhelp);
	}
}
@media only print {
	body, #theform {
		display: block;
	}
	body .section .module, body .section .module:last-child {
		margin: 0 0 3rem 0;
	}
	body, .section .module a, .header .nav a, .pb {
		background-color: transparent;
	}
	body, .section .module a, .header .nav a, .pb, .header .co a, .footer, .footer a {
		color: var(--print);
	}
	.header {
		align-items: flex-end;
	}
	.header .co, .footer, .dlist div {
		border: 2px solid var(--print);
	}
	.section {
		border-top: 3px solid var(--print);
		width: auto;
	}
	.header .co, .help, .footer {
		background-color: transparent;
	}
	.footerpad {
		display: none;
	}
	.footer {
		border: transparent;
    border-top: 2px solid var(--print);
	}
	.footer span:first-child {
		margin: 0;
	}
}

/* - &#8211; — &#8212; */
/* ’ &#8217; */
/* “ &#8220; ” &#8221; */
/* » &#187; « &#171; */

/*
9px	 0.6rem
11px 0.7rem
12px 0.75rem
13px 0.81rem
14px 0.88rem
16px 1rem
18px 1.12rem
20px 1.26rem
22px 1.36rem
24px 1.5rem
28px 1.75rem
36px 2.25rem
40px 2.5rem
*/
