@media only screen and (min-width:0rem){#term-library{padding:var(--sectionPadding)}#term-library .cs-container{display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.5rem);margin:auto;max-width:80rem;width:100%}#term-library .cs-content{max-width:47.5rem}#term-library .cs-search-panel{display:flex;flex-direction:column;gap:.5rem;max-width:47.5rem;width:100%}#term-library .cs-label{color:var(--headerColor);font-family:var(--headerFont);font-size:1.125rem;font-weight:700}#term-library .cs-search{background-color:#fff;border:1px solid #cfd7d6;border-radius:var(--border);color:var(--bodyTextColor);font-family:var(--bodyFont);font-size:1.375rem;line-height:1.25em;min-height:3.5rem;padding:.75rem 1rem;width:100%}#term-library .cs-search:focus{border-color:var(--primary);outline:3px solid rgba(13,74,72,.2)}#term-library .cs-letter-filter{display:flex;flex-wrap:wrap;gap:.5rem}#term-library .cs-letter{background-color:#fff;border:1px solid #cfd7d6;border-radius:var(--border);color:var(--headerColor);cursor:pointer;font-family:var(--headerFont);font-size:1.0625rem;font-weight:700;line-height:1em;min-height:2.75rem;min-width:2.75rem;padding:.625rem .875rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease}#term-library .cs-letter.cs-active,#term-library .cs-letter:hover{background-color:var(--primary);border-color:var(--primary);color:#fff}#term-library .cs-count,#term-library .cs-empty{color:var(--bodyTextColor);font-size:1.25rem;line-height:1.4em}#term-library .cs-term-grid{display:grid;gap:1rem;grid-template-columns:1fr}#term-library .cs-term-card{align-items:flex-start;background-color:#fff;border:1px solid #ebebeb;border-radius:var(--border);cursor:pointer;display:grid;gap:1rem;grid-template-columns:2.75rem minmax(0,1fr);min-height:10.5rem;padding:1.5rem}#term-library .cs-term-card[hidden]{display:none}#term-library .cs-term-letter{align-items:center;background-color:#f3f7f6;border-radius:var(--border);color:var(--primary);display:flex;font-family:var(--headerFont);font-size:1.375rem;font-weight:700;height:2.75rem;justify-content:center;line-height:1em;width:2.75rem}#term-library .cs-term-content{min-width:0}#term-library .cs-term-title{color:var(--headerColor);font-family:var(--headerFont);font-size:clamp(1.5rem,3vw,1.875rem);line-height:1.15em;margin:0 0 .5rem;overflow-wrap:anywhere}#term-library .cs-term-definition{color:var(--bodyTextColor);font-size:1.25rem;line-height:1.45em;margin:0;overflow-wrap:break-word}}@media only screen and (min-width:48rem){#term-library .cs-term-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:64rem){#term-library .cs-term-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:0rem){body.dark-mode #term-library .cs-label,body.dark-mode #term-library .cs-letter,body.dark-mode #term-library .cs-term-title{color:var(--bodyTextColorWhite)}body.dark-mode #term-library .cs-count,body.dark-mode #term-library .cs-empty,body.dark-mode #term-library .cs-term-definition,body.dark-mode #term-library .cs-text{color:var(--bodyTextColorWhite);opacity:.9}body.dark-mode #term-library .cs-letter,body.dark-mode #term-library .cs-search,body.dark-mode #term-library .cs-term-card{background-color:var(--medium);border-color:hsla(0,0%,100%,.16)}body.dark-mode #term-library .cs-search{color:var(--bodyTextColorWhite)}body.dark-mode #term-library .cs-search::-moz-placeholder{color:hsla(0,0%,100%,.72)}body.dark-mode #term-library .cs-search::placeholder{color:hsla(0,0%,100%,.72)}body.dark-mode #term-library .cs-letter.cs-active,body.dark-mode #term-library .cs-letter:hover{background-color:var(--secondary);border-color:var(--secondary);color:#000}body.dark-mode #term-library .cs-term-letter{background-color:var(--accent);color:var(--secondaryLight)}}