@charset "utf-8";
/* CSS Document */
		
* + * {
    margin: 0 0 0em;
}
* + * {
     padding: 0 0 var(--space-xs);
/*    padding: 0 0 0em;*/
}




:root {
/*--color-text: rgba(0,0,0,1.00);*/
--color-text: rgba(0,32,63,1.0);
--color-surface: rgba(255,255,255,1.00);
--color-red: rgba(187,24,41,1.00);
--color-orange: rgba(235,105,6,1.0);
--color-yellow: rgba(235,153,14,1.0);
--color-bright: rgba(255,255,0,1.0);
--color-accent: rgba(136,191,169,0.85);
--color-background: rgba(246,247,240,1.00);
--color-background-accent: rgba(226,228,216,1.00);
--color-primary: rgba(0,32,63,1.0);
--color-secondary: rgba(173,239,209,1.00);
--color-silver: rgba(200,200,200,0.80);
--color-white: rgba(255,255,255,1.0);
--color-black: rgba(0,0,0,1.0);
--font-base: system-ui, san-serif;
--font-accent: oblique;
	
/* @link https://utopia.fyi/type/calculator?c=320,18,1.2,1240,24,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

  --font-2: clamp(0.78rem, calc(0.72rem + 0.31vw), 0.96rem);
--font-1: clamp(0.94rem, calc(0.85rem + 0.46vw), 1.20rem);
--font0: clamp(1.13rem, calc(0.99rem + 0.65vw), 1.50rem);
--font1: clamp(1.35rem, calc(1.17rem + 0.91vw), 1.88rem);
--font2: clamp(1.62rem, calc(1.37rem + 1.26vw), 2.34rem);
--font3: clamp(1.94rem, calc(1.60rem + 1.72vw), 2.93rem);
--font4: clamp(2.33rem, calc(1.87rem + 2.31vw), 3.66rem);
--font5: clamp(2.80rem, calc(2.18rem + 3.09vw), 4.58rem);
--space-3xs: clamp(0.31rem, calc(0.31rem + 0.00vw), 0.31rem);
--space-2xs: clamp(0.56rem, calc(0.54rem + 0.11vw), 0.63rem);
--space-xs: clamp(0.88rem, calc(0.85rem + 0.11vw), 0.94rem);
--space-s: clamp(1.13rem, calc(1.08rem + 0.22vw), 1.25rem);
--space-m: clamp(1.69rem, calc(1.62rem + 0.33vw), 1.88rem);
--space-l: clamp(2.25rem, calc(2.16rem + 0.43vw), 2.50rem);
--space-xl: clamp(3.38rem, calc(3.24rem + 0.65vw), 3.75rem);
--space-2xl: clamp(4.50rem, calc(4.33rem + 0.87vw), 5.00rem);
--space-3xl: clamp(6.75rem, calc(6.49rem + 1.30vw), 7.50rem);

  /* One-up pairs */
--space-3xs-2xs: clamp(0.31rem, calc(0.20rem + 0.54vw), 0.63rem);
--space-2xs-xs: clamp(0.56rem, calc(0.43rem + 0.65vw), 0.94rem);
--space-xs-s: clamp(0.88rem, calc(0.74rem + 0.65vw), 1.25rem);
--space-s-m: clamp(1.13rem, calc(0.86rem + 1.30vw), 1.88rem);
--space-m-l: clamp(1.69rem, calc(1.40rem + 1.41vw), 2.50rem);
--space-l-xl: clamp(2.25rem, calc(1.73rem + 2.61vw), 3.75rem);
--space-xl-2xl: clamp(3.38rem, calc(2.81rem + 2.83vw), 5.00rem);
--space-2xl-3xl: clamp(4.50rem, calc(3.46rem + 5.22vw), 7.50rem);

  /* Custom pairs */
  --space-s-l: clamp(1.13rem, calc(0.65rem + 2.39vw), 2.50rem);
}

@media (prefers-color-scheme: dark) {
:root {
--color-surface: rgba(0,32,63,1.0);
--color-text: rgba(255,255,255,1.00);
--color-red: rgba(187,24,41,1.00);
--color-orange: rgba(235,105,6,1.0);
--color-yellow: rgba(235,153,14,1.0);
--color-bright: rgba(255,255,0,1.0);
--color-accent: rgba(136,191,169,0.85);
--color-background: rgba(246,247,240,1.00);
--color-background-accent: rgba(226,228,216,1.00);
--color-primary: rgba(0,32,63,1.0);
--color-secondary: rgba(173,239,209,1.00);
--color-silver: rgba(200,200,200,0.80);
--color-black: rgba(255,255,255,1.0);
--color-white: rgba(0,0,0,1.0);
}
.mass-times-img img {
    display: none;
}
}
/* Box sizing rules */
*, *::before, *::after {
    box-sizing: border-box;
}
/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
    margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] {
    list-style: none;
}

.bolda {
    font-weight: 500;
}

/* Set core root defaults */
html:focus-within {
scroll-behavior: smooth;
}
/* Set core body defaults */
body {
    font-family: var(--font-base);
    color: var(--color-text);
    font-size: var(--font0);
    /*    background: var(--color-background-accent);*/
    background-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23b5d7d1' fill-opacity='0.4' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
    text-rendering: optimizeSpeed;
}
h1, h2, h3 {
    line-height: 1.3;
}
h1 {
    font-size: var(--font4);
    color: var(--color-text);
    font-weight: 900;
}
h2 {
    font-size: var(--font3);
    color: var(--color-text);
    font-weight: 800;
}
h3 {
    font-size: var(--font2);
    color: var(--color-text);
    font-weight: 700;
}
h4 {
    font-size: var(--font1);
    color: var(--color-text);
    font-weight: 600;
}
p {
    /*	font-family: var(--ff-base);*/
    
    font-size: var(--font0);
    line-height: 1.35;
}
ul {
    font-family: var(--ff-base);
    color: var(--color-text);
    font-size: var(--font0);
    line-height: var(--space-s);
}
h1, h2, h3, h4, h5, h6, blockquote {
    text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img, picture {
    max-width: 100%;
    display: block;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
html: focus-within {
scroll-behavior: auto;
}
*, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}
}
p {
    font-size: var(--font0);
}
/*	------------flex stuff---------------------------------*/
.flex-container {
    max-width: 80ch;
    margin: 0 auto;
    padding: var(--space-3xs);
    /*  padding: 0.15em;*/
    display: flex;
    flex-direction: column;
    background: var(--color-surface);
    margin-bottom: var(--space-xl);
}
.flex-item {
    margin: var(--space-3xs);
}
.flex-container-top {
    max-width: 80ch;
    margin: 0;
    /*  border: 1px solid #000;*/
/*  padding: 0.15em;*/
    display: flex;
    flex-direction: column;
    /*    background: var(--color-surface);*/
    position: sticky;
    top: 0;
    z-index: 1000;
}

.flex-item-title {
    position: sticky;
    top: 1.00em;
    padding-top: var(--space-l);
    background: var(--color-surface);
    border: none;
/*    background: var(--color-surface);*/
}

html {
    scroll-behavior: smooth;
    scroll-padding: 8rem;

}





/*	---------------switch to grid----------------*/
	
	
.container {
    display: flex;
    flex-direction: column;
    gap: 0.005em;
}
/*	---------------fred-------------------------*/
	
.shad {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.shad-short {
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}
.shad-dream {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
}
.shad-sharp {
    box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.20), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.10), 0 16px 16px rgba(0,0,0,0.05);
}
.shad-diffuse {
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.16), 0 8px 8px rgba(0,0,0,0.20);
}

.stuff {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
    
    
hr.style2 {
    background-color: var(--color-surface);
    height: solid var(--color-text);
    width: 60%;
}
hr.style1 {
    background-color: var(--space-3xs) solid var(--color-secondary);
    width: 60%;
}
hr.style3 {
    border: 0;
    text-align: center;
&:before {
content: "\2022 \ \2022 \ \2022 \ \2022 \ \2022 \ \2022 \ \2022 \ \2022 \ \2022 \ \2022";
font-size: var(--font4);
color: var(--color-orange);
}
}
a:link.und, a:active.und, a:visited.und {
    /*	text-decoration: underline solid var(--space-3xs) var(--color-yellow);*/
    border-bottom: solid var(--space-3xs) var(--color-orange);
    display: inline-block;
    line-height: var(--space-s);
    position: relative;
    padding: 1px 2px;
    margin: 0 var(--space-3xs);
    letter-spacing: 0.03em;
    word-spacing: 0.03em;
    color: var(--color-text);
    transition: 300ms ease-out;
}
a:hover.und, a:focus.und {
    /*text-decoration: underline solid var(--space-3xs) var(--color-red);*/
    border-bottom: solid var(--space-3xs) var(--color-red);
    color: var(--color-orange);
    transition-delay: 300ms, 0ms;
    transition: 300ms ease-in;
}
.bullets ul {
    margin: 0.75em -0.5em;
    padding: 0 2em;
    list-style: none;
}
.bullets li:before {
    content: "";
    border-color: transparent #F25E08;
    border-style: solid;
    border-width: 0.30em 0 0.30em 0.36em;
    display: block;
    height: 0;
    width: 0;
    left: -1.3em;
    top: 0.9em;
    position: relative;
}
.emphasisSlight {
    letter-spacing: .02em;
    word-spacing: .02em;
    font-size: var(--font1);
    font-weight: 500;
}
.emphasisLittle {
    font-size: var(--font1);
    letter-spacing: .01em;
    word-spacing: .01em;
    color: var(--color-text);
    background: var(--color-background);
    text-wrap: balance;
    padding: 0 var(--space-3xs);
}
.emphasisLittleNo {
    font-size: var(--font1);
    letter-spacing: .01em;
    word-spacing: .01em;
    color: var(--color-text);
    text-wrap: balance;
    padding: 0 var(--space-3xs);
}
.emphasis {
    font-size: var(--font2);
    color: var(--color-text);
    letter-spacing: .01em;
    word-spacing: .01em;
    color: var(--color-text);
    background: var(--color-background);
    text-wrap: balance;
    padding: 0 var(--space-3xs);
}
/*-----------------------for the way - sticky*/
/*.content {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}*/

/*section {
    display: grid;
    grid: auto / 40% 1fr;
    grid-gap: 0 var(--space-m);
}
section img {
    padding: var(--space-3xs);
    margin-top: var(--space-s);
}
.section-title {
    grid-column: 1 / 2;
    text-align: right;
    align-self: start;
    top: 4em;
    position: sticky;
}*/


/*-----------------------for the way - sticky*/
.center {
    text-align: center;
}
a:link, a:visited {
    text-decoration: none;
    letter-spacing: 0.03em;
    word-spacing: 0.03em;
    color: var(--color-seconday);
    transition: 300ms ease-out;
}
a:hover, a:active, a:focus {
    color: var(--color-accent-red);
    transition-delay: 300ms, 0ms;
    transition: 300ms ease-in;
    color: var(--color-yellow);
}
/*a:link.foo, a:active.foo, a:visited.foo {
    text-decoration: none;
    border-bottom: solid 4px var(--color-yellow);
    display: inline-block;
    line-height: 0.85em;
    position: relative;
    padding: 1px 3px 1px 1px;
    margin: 0px 0px;
    letter-spacing: 0.03em;
    word-spacing: 0.03em;
    color: #ffffff;
    transition: 300ms ease-out;
}
a:hover.foo {
    text-decoration: none;
    border-bottom: solid 4px var(--color-bright);
    display: inline-block;
    line-height: 0.85em;
    position: relative;
    padding: 1px 3px 1px 1px;
    margin: 0px 0px;
    transition-delay: 300ms, 0ms;
    transition: 300ms ease-in;
}*/
.footer {
    display: flex;
    justify-content: center;
    align-items: center; /*vert*/
    width: 100%;
    color: var(--color-secondary);
    font-size: var(--font-1);
    background-color: var(--color-primary);
    flex-shrink: 0;
    position: fixed;
    bottom: 0;
 min-height: var(--space-xl);
    padding-top: var(--space-2xs);
}
.center {
    text-align: center;
}
/*--------------------fixes------------------*/
	
.smaller {
font-size: var(--font-1);
}
.bump {
    margin-top: var(--space-s);
}
.bumpa {
    margin-bottom: var(--space-xl);
}
.bumper {
    margin: var(--space-l);
}
/*	--------------------nav-------------------------------*/
.dropdown__title {
    background-color: transparent;
    color: var(--color-primary);
    border: none;
    font-family: inherit;
    font-size: var(--font2);
}
nav {
    padding: var(--space-3xs);
    position: sticky;
    top: 0;
    display: grid;
    place-items: left;
    /*max-width: 350px;*/
    z-index: 1000;
    /*border: thin dotted var(--color-secondary);*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border: thin solid var(--color-primary);
    /* border: thin solid var(--color-background);*/

    background: var(--color-accent);
    padding-bottom: var(--space-3xs);
}
nav > ul {
    grid-auto-flow: column;
}
nav > ul > li {
    margin: 0 0.5rem;
}
nav > ul > li a, nav > ul > li .dropdown__title {
    text-align: left;
    display: inline-block;
}
nav > ul > li a:focus, nav > ul > li .dropdown__title:focus {
    outline: none;
}
nav > ul > li > a, nav > ul > li .dropdown__title {
    padding: 0.25rem 0.00rem;
    transition: 280ms all 120ms ease-out;
}
nav > ul > li > a:hover, nav > ul > li > a:focus, nav > ul > li .dropdown__title:hover, nav > ul > li .dropdown__title:focus {
    border-top-color: var(--color-red);
    color: var(--color-primary);
    transition-delay: 300ms, 0ms;
    transition: 300ms ease-in;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}
nav ul li {
    padding: var(--space-3xs);
}
.dropdown {
    position: relative;
}
.dropdown .dropdown__title {
    display: inline-flex;
    align-items: center;
    transition: 300ms ease-out;
}
.dropdown .dropdown__title:after {
    content: "";
    border: var(--space-3xs) solid transparent;
    /*border-top-color: var(--color-orange);*/
    margin-left: var(--space-3xs);
    transform: translateY(0.15em);
    transition-delay: 300ms, 0ms;
    transition: 300ms ease-in;
}
.dropdown .dropdown__menu {
    position: absolute;
    min-width: 23ch;
    left: 5.64em;
    top: calc(150% - 0.20rem);
    transition: 280ms all 120ms ease-out;
    transform: rotateX(-90deg) translateX(-50%);
    transform-origin: top center;
    visibility: hidden;
    opacity: 0.3;
    padding: 0;
    background-color: var(--color-silver);
    border: thin solid var(--color-primary);
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.dropdown .dropdown__menu a {
    color: var(--color-primary);
    display: block;
    padding: var(--space-2xs);
    opacity: 0;
    transition: 280ms all 120ms ease-out;
    border: thin solid var(--color-primary);
    background-color: rgba(255,255,255,0.80);
}
.dropdown .dropdown__menu a:hover {
    background-color: var(--color-background-accent);
}
.dropdown .dropdown__menu a:focus {
    background-color: var(--color-background-accent);
}
.dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
opacity: 1;
transform: rotateX(0) translateX(-50%);
visibility: visible;
}
.dropdown:hover .dropdown__menu a, .dropdown:focus-within .dropdown__menu a {
opacity: 1;
}
.dropdown:hover:after, .dropdown:focus-within:after {
opacity: 1;
}
/*------------------tables-------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
    color: #333;
    text-align: left;
    overflow: hidden;
    margin: auto;
}
table th {
    background-color: var(--color-primary);
    color: #fff;
    text-align: left;
    padding: var(--space-2xs);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
table tr:nth-child(even) td {
    background-color: #f2f2f2;
}
table tr:hover td {
    background-color: #ffedcc;
}
table td {
    background-color: #fff;
    padding: var(--space-2xs);
    border-bottom: 1px solid var(--color-silver);
}
/*--------------------special effects--------------------------------*/

.hero {
    padding: var(--space-s);
    border: solid 1px var(--color-primary);
    border-radius: 4px;
    background: var(--color-secondary);
margin-bottom: var(--space-s) color: var(--color-primary);
}
.undi {
    border-bottom: solid var(--space-3xs) var(--color-red);
}
    
    html {
    scroll-behavior: smooth;
    scroll-padding: 8rem;
}


.cent {
  color: var(--color-accent);
}

.doubleUnderline {
  border-bottom: double;
}