:root{--sk-size:40px;--sk-color:#333}.sk-center{margin:auto}.sk-plane{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);-webkit-animation:sk-plane 1.2s infinite ease-in-out;animation:sk-plane 1.2s infinite ease-in-out}@-webkit-keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{width:var(--sk-size);height:var(--sk-size);position:relative;-webkit-animation:sk-chase 2.5s infinite linear both;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;-webkit-animation:sk-chase-dot 2.0s infinite ease-in-out both;animation:sk-chase-dot 2.0s infinite ease-in-out both}.sk-chase-dot:before{content:'';display:block;width:25%;height:25%;background-color:var(--sk-color);border-radius:100%;-webkit-animation:sk-chase-dot-before 2.0s infinite ease-in-out both;animation:sk-chase-dot-before 2.0s infinite ease-in-out both}.sk-chase-dot:nth-child(1){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-chase-dot:nth-child(2){-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.sk-chase-dot:nth-child(3){-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.sk-chase-dot:nth-child(4){-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.sk-chase-dot:nth-child(5){-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.sk-chase-dot:nth-child(6){-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.sk-chase-dot:nth-child(1):before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.sk-chase-dot:nth-child(3):before{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.sk-chase-dot:nth-child(4):before{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.sk-chase-dot:nth-child(5):before{-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.sk-chase-dot:nth-child(6):before{-webkit-animation-delay:-0.6s;animation-delay:-0.6s}@-webkit-keyframes sk-chase{100%{transform:rotate(360deg)}}@keyframes sk-chase{100%{transform:rotate(360deg)}}@-webkit-keyframes sk-chase-dot{80%,100%{transform:rotate(360deg)}}@keyframes sk-chase-dot{80%,100%{transform:rotate(360deg)}}@-webkit-keyframes sk-chase-dot-before{50%{transform:scale(0.4)}100%,0%{transform:scale(1.0)}}@keyframes sk-chase-dot-before{50%{transform:scale(0.4)}100%,0%{transform:scale(1.0)}}.sk-bounce{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-bounce-dot{width:100%;height:100%;border-radius:50%;background-color:var(--sk-color);opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite cubic-bezier(0.455,0.03,0.515,0.955);animation:sk-bounce 2s infinite cubic-bezier(0.455,0.03,0.515,0.955)}.sk-bounce-dot:nth-child(2){-webkit-animation-delay:-1.0s;animation-delay:-1.0s}@-webkit-keyframes sk-bounce{0%,100%{transform:scale(0)}45%,55%{transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{width:var(--sk-size);height:var(--sk-size);display:flex;justify-content:space-between}.sk-wave-rect{background-color:var(--sk-color);height:100%;width:15%;-webkit-animation:sk-wave 1.2s infinite ease-in-out;animation:sk-wave 1.2s infinite ease-in-out}.sk-wave-rect:nth-child(1){-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave-rect:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave-rect:nth-child(3){-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.sk-wave-rect:nth-child(4){-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.sk-wave-rect:nth-child(5){-webkit-animation-delay:-0.8s;animation-delay:-0.8s}@-webkit-keyframes sk-wave{0%,40%,100%{transform:scaleY(0.4)}20%{transform:scaleY(1)}}@keyframes sk-wave{0%,40%,100%{transform:scaleY(0.4)}20%{transform:scaleY(1)}}.sk-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;-webkit-animation:sk-pulse 1.2s infinite cubic-bezier(0.455,0.03,0.515,0.955);animation:sk-pulse 1.2s infinite cubic-bezier(0.455,0.03,0.515,0.955)}@-webkit-keyframes sk-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}@keyframes sk-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.sk-flow{width:calc(var(--sk-size) * 1.3);height:calc(var(--sk-size) * 1.3);display:flex;justify-content:space-between}.sk-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;-webkit-animation:sk-flow 1.4s cubic-bezier(0.455,0.03,0.515,0.955) 0s infinite both;animation:sk-flow 1.4s cubic-bezier(0.455,0.03,0.515,0.955) 0s infinite both}.sk-flow-dot:nth-child(1){-webkit-animation-delay:-0.30s;animation-delay:-0.30s}.sk-flow-dot:nth-child(2){-webkit-animation-delay:-0.15s;animation-delay:-0.15s}@-webkit-keyframes sk-flow{0%,80%,100%{transform:scale(0.3)}40%{transform:scale(1)}}@keyframes sk-flow{0%,80%,100%{transform:scale(0.3)}40%{transform:scale(1)}}.sk-swing{width:var(--sk-size);height:var(--sk-size);position:relative;-webkit-animation:sk-swing 1.8s infinite linear;animation:sk-swing 1.8s infinite linear}.sk-swing-dot{width:45%;height:45%;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--sk-color);border-radius:100%;-webkit-animation:sk-swing-dot 2s infinite ease-in-out;animation:sk-swing-dot 2s infinite ease-in-out}.sk-swing-dot:nth-child(2){top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-swing{100%{transform:rotate(360deg)}}@keyframes sk-swing{100%{transform:rotate(360deg)}}@-webkit-keyframes sk-swing-dot{0%,100%{transform:scale(0.2)}50%{transform:scale(1)}}@keyframes sk-swing-dot{0%,100%{transform:scale(0.2)}50%{transform:scale(1)}}.sk-circle{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;-webkit-animation:sk-circle 1.2s infinite ease-in-out both;animation:sk-circle 1.2s infinite ease-in-out both}.sk-circle-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:nth-child(1):before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle-dot:nth-child(3):before{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.sk-circle-dot:nth-child(4):before{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.sk-circle-dot:nth-child(5):before{-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.sk-circle-dot:nth-child(6):before{-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.sk-circle-dot:nth-child(7):before{-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.sk-circle-dot:nth-child(8):before{-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.sk-circle-dot:nth-child(9):before{-webkit-animation-delay:-0.3s;animation-delay:-0.3s}.sk-circle-dot:nth-child(10):before{-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.sk-circle-dot:nth-child(11):before{-webkit-animation-delay:-0.1s;animation-delay:-0.1s}@-webkit-keyframes sk-circle{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}@keyframes sk-circle{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-fade-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-fade-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;-webkit-animation:sk-circle-fade 1.2s infinite ease-in-out both;animation:sk-circle-fade 1.2s infinite ease-in-out both}.sk-circle-fade-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:nth-child(1):before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.sk-circle-fade-dot:nth-child(3):before{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.sk-circle-fade-dot:nth-child(4):before{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.sk-circle-fade-dot:nth-child(5):before{-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.sk-circle-fade-dot:nth-child(6):before{-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.sk-circle-fade-dot:nth-child(7):before{-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.sk-circle-fade-dot:nth-child(8):before{-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.sk-circle-fade-dot:nth-child(9):before{-webkit-animation-delay:-0.3s;animation-delay:-0.3s}.sk-circle-fade-dot:nth-child(10):before{-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.sk-circle-fade-dot:nth-child(11):before{-webkit-animation-delay:-0.1s;animation-delay:-0.1s}@-webkit-keyframes sk-circle-fade{0%,39%,100%{opacity:0;transform:scale(0.6)}40%{opacity:1;transform:scale(1)}}@keyframes sk-circle-fade{0%,39%,100%{opacity:0;transform:scale(0.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{width:var(--sk-size);height:var(--sk-size)}.sk-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;-webkit-animation:sk-grid 1.3s infinite ease-in-out;animation:sk-grid 1.3s infinite ease-in-out}.sk-grid-cube:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-grid-cube:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-grid-cube:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.sk-grid-cube:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-grid-cube:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-grid-cube:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-grid-cube:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}.sk-grid-cube:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-grid-cube:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-grid{0%,70%,100%{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}@keyframes sk-grid{0%,70%,100%{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}.sk-fold{width:var(--sk-size);height:var(--sk-size);position:relative;transform:rotateZ(45deg)}.sk-fold-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-fold-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--sk-color);-webkit-animation:sk-fold 2.4s infinite linear both;animation:sk-fold 2.4s infinite linear both;transform-origin:100% 100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotateZ(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotateZ(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotateZ(270deg)}.sk-fold-cube:nth-child(2):before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-fold-cube:nth-child(4):before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-fold-cube:nth-child(3):before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}90%,100%{transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}90%,100%{transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wander{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-wander-cube{background-color:var(--sk-color);width:20%;height:20%;position:absolute;top:0;left:0;--sk-wander-distance:calc(var(--sk-size) * 0.75);-webkit-animation:sk-wander 2.0s ease-in-out -2.0s infinite both;animation:sk-wander 2.0s ease-in-out -2.0s infinite both}.sk-wander-cube:nth-child(2){-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.sk-wander-cube:nth-child(3){-webkit-animation-delay:-1.0s;animation-delay:-1.0s}@-webkit-keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6)}100%{transform:rotate(-360deg)}}@keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6)}100%{transform:rotate(-360deg)}}

/** Import theme styles */
/* spacing */
/** Colors */
/** Fonts */
/** Breakpoints */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Spectral", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--body-text);
  text-align: left;
  background-color: var(--body-bg);
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover, a:focus {
  color: var(--primary-dark);
  text-decoration: underline;
}

/* a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;

	&:focus,
	&:hover {
		color: inherit;
		text-decoration: none;
	}

	&:focus {
		outline: 0;
	}
} */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --primary: #b01109;
  --primary-dark: #7f0c07;
  --primary-alpha: rgba(176, 17, 9, 0.25);
  --primary-fg: #fff;
  --accent: #015d75;
  --accent-alpha: rgba(1, 93, 117, 0.25);
  --accent-dark: #013542;
  --accent-fg: #fff;
  --success: #070;
  --error: #d00;
  --warning: #e90;
  --body-bg: #fff;
  --body-bg-alt: #f6f6f6;
  --body-text: #222;
  --header-bg: #fff;
  --header-text: #222;
  --footer-bg: #444;
  --footer-text: #fff;
}

.content-max-width {
  max-width: 1330px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/**
* CSS file contents originally from WP Accessibility Plugin v.1.3.10 which is released under GPL v3
* original author Chris Rodriguez
* modified by Brad Payne, Ashlee Zhang
*/
/***** Accessibility styles *****/
.focusable:focus {
  outline: none;
}

.has-focus {
  background: yellow;
}

.a11y-toolbar {
  margin: 0 auto;
  padding: 0 1rem;
  position: fixed;
  text-align: right;
  top: 0;
  width: 100vw;
  z-index: 99999;
}

.a11y-fontsize {
  background-color: var(--primary-fg);
  border-color: var(--primary);
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: var(--primary);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0.25rem 0.875rem;
  text-align: center;
  text-transform: none;
}
.a11y-fontsize:focus, .a11y-fontsize.focus, .a11y-fontsize:hover {
  background-color: var(--primary-fg);
  border-color: var(--primary-dark);
  color: var(--primary-dark);
}
.a11y-fontsize:focus, .a11y-fontsize.focus {
  box-shadow: 0 0 0 2px var(--primary-fg), 0 0 0 4px var(--primary-dark);
}
.a11y-fontsize:active, .a11y-fontsize.active {
  background-image: none;
  box-shadow: 0 0 0 3px var(--primary-alpha), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.fontsize {
  font-size: 22px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: var(--body-bg);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: var(--body-text);
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.button,
button,
input[type=submit],
a.call-to-action {
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.875rem 3.25rem;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:focus, .button.focus, .button:hover,
button:focus,
button.focus,
button:hover,
input[type=submit]:focus,
input[type=submit].focus,
input[type=submit]:hover,
a.call-to-action:focus,
a.call-to-action.focus,
a.call-to-action:hover {
  text-decoration: none;
}
.button:focus, .button.focus,
button:focus,
button.focus,
input[type=submit]:focus,
input[type=submit].focus,
a.call-to-action:focus,
a.call-to-action.focus {
  outline: 0;
}
.button.disabled, .button:disabled,
button.disabled,
button:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
a.call-to-action.disabled,
a.call-to-action:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.button:active, .button.active,
button:active,
button.active,
input[type=submit]:active,
input[type=submit].active,
a.call-to-action:active,
a.call-to-action.active {
  background-image: none;
  box-shadow: 0 0 0 3px var(--primary-alpha), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button,
button,
input[type=submit] {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-fg);
}
.button:focus, .button.focus, .button:hover,
button:focus,
button.focus,
button:hover,
input[type=submit]:focus,
input[type=submit].focus,
input[type=submit]:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--primary-fg);
}
.button:focus, .button.focus,
button:focus,
button.focus,
input[type=submit]:focus,
input[type=submit].focus {
  box-shadow: 0 0 0 2px var(--primary-fg), 0 0 0 4px var(--primary-dark);
}
.button.button--accent,
button.button--accent,
input[type=submit].button--accent {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
.button.button--accent:focus, .button.button--accent.focus, .button.button--accent:hover,
button.button--accent:focus,
button.button--accent.focus,
button.button--accent:hover,
input[type=submit].button--accent:focus,
input[type=submit].button--accent.focus,
input[type=submit].button--accent:hover {
  background-color: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--accent-fg);
}
.button.button--accent:focus, .button.button--accent.focus,
button.button--accent:focus,
button.button--accent.focus,
input[type=submit].button--accent:focus,
input[type=submit].button--accent.focus {
  box-shadow: 0 0 0 2px var(--accent-fg), 0 0 0 4px var(--accent-dark);
}
.button.button--accent:active, .button.button--accent.active,
button.button--accent:active,
button.button--accent.active,
input[type=submit].button--accent:active,
input[type=submit].button--accent.active {
  background-image: none;
  box-shadow: 0 0 0 3px var(--accent-alpha), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.call-to-action {
  background-color: var(--primary-fg);
  border-color: var(--primary);
  color: var(--primary);
}
.call-to-action:focus, .call-to-action.focus, .call-to-action:hover {
  background-color: var(--primary-fg);
  border-color: var(--primary-dark);
  color: var(--primary-dark);
}
.call-to-action:focus, .call-to-action.focus {
  box-shadow: 0 0 0 2px var(--primary-fg), 0 0 0 4px var(--primary-dark);
}
.call-to-action.call-to-action--accent {
  background-color: var(--accent-fg);
  border-color: var(--accent);
  color: var(--accent);
}
.call-to-action.call-to-action--accent:focus, .call-to-action.call-to-action--accent.focus, .call-to-action.call-to-action--accent:hover {
  background-color: var(--accent-fg);
  border-color: var(--accent-dark);
  color: var(--accent-dark);
}
.call-to-action.call-to-action--accent:focus, .call-to-action.call-to-action--accent.focus {
  box-shadow: 0 0 0 2px var(--accent-fg), 0 0 0 4px var(--accent-dark);
}
.call-to-action.call-to-action--accent:active, .call-to-action.call-to-action--accent.active {
  background-image: none;
  box-shadow: 0 0 0 3px var(--accent-alpha), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[class$="--accent"] .call-to-action {
  background-color: var(--accent);
  border-color: var(--accent-fg);
  color: var(--accent-fg);
}
[class$="--accent"] .call-to-action:focus, [class$="--accent"] .call-to-action.focus, [class$="--accent"] .call-to-action:hover {
  background-color: var(--accent-dark);
  border-color: var(--accent-fg);
  color: var(--accent-fg);
}
[class$="--accent"] .call-to-action:focus, [class$="--accent"] .call-to-action.focus {
  box-shadow: 0 0 0 2px var(--accent-dark), 0 0 0 4px var(--accent-fg);
}
[class$="--accent"] .call-to-action:active, [class$="--accent"] .call-to-action.active {
  background-image: none;
  box-shadow: 0 0 0 3px var(--accent-alpha), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button--circle {
  align-items: center;
  background-color: var(--primary);
  border-color: var(--primary);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  color: var(--primary-fg);
  display: flex;
  justify-content: center;
  height: 3.75rem;
  width: 3.75rem;
}
.button--circle:focus, .button--circle.focus, .button--circle:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--primary-fg);
  text-decoration: none;
}
.button--circle:focus, .button--circle.focus {
  box-shadow: 0 0 0 2px var(--primary-fg), 0 0 0 4px var(--primary-dark);
}
.button--circle:active, .button--circle.active {
  background-image: none;
  box-shadow: 0 0 0 3px var(--primary-alpha), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button--circle--accent {
  background-color: var(--accent);
  color: var(--accent-fg);
}
.button--circle--accent:focus, .button--circle--accent.focus, .button--circle--accent:hover {
  background-color: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--accent-fg);
}
.button--circle--accent:focus, .button--circle--accent.focus {
  box-shadow: 0 0 0 2px var(--accent-fg), 0 0 0 4px var(--accent-dark);
}
.button--circle--accent:active, .button--circle--accent.active {
  box-shadow: 0 0 0 3px var(--accent-alpha), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.dropdown > p {
  margin-bottom: 0;
}

.dropdown button {
  border: 0;
  border-bottom: 3px solid var(--header-color);
  border-radius: 0;
  background: transparent;
  color: var(--header-color);
  text-transform: none;
  text-align: left;
  padding: 0 0 0.5rem;
  width: 100%;
}
.dropdown button:hover, .dropdown button:focus {
  color: var(--primary-dark, #7f0c07);
  border-bottom-color: var(--primary-dark, #7f0c07);
}
.dropdown button:active {
  box-shadow: unset;
}
.dropdown button .arrow {
  display: block;
  float: right;
  margin-top: 0.5rem;
}

.dropdown [aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: var(--body-bg);
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.dropdown-menu.dropdown-menu-block {
  width: 100%;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #222;
  text-align: inherit;
  white-space: nowrap;
  background: var(--body-bg-alt);
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #151515;
  text-decoration: none;
  background-color: var(--accent);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--primary);
  text-decoration: none;
  background-color: var(--accent);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #666;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #666;
  white-space: nowrap;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
}

.block-reading-meta {
  background-color: var(--body-bg-alt);
  font-family: "Karla", sans-serif;
  padding: 2rem 1rem 4rem;
}
@media screen and (min-width: 768px) {
  .block-reading-meta {
    padding: 2rem 1rem 2.25rem;
  }
}
.block-reading-meta .license-attribution {
  font-size: 1rem;
}
.block-reading-meta .license-attribution img {
  margin-bottom: 1rem;
  height: 2rem;
  width: auto;
}

.block-reading-meta__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.block-reading-meta__subsection {
  flex: 1;
  min-width: 300px;
  padding-right: 2rem;
}

.block-reading-meta__subtitle {
  font-size: 1.25rem;
  text-align: left;
  color: var(--primary);
  margin-bottom: 1rem;
}
.block-reading-meta__subtitle::before {
  display: none;
}

.block-reading-meta__share {
  align-items: center;
  display: flex;
}
.block-reading-meta__share > :first-child {
  margin-left: 0;
}
.block-reading-meta__share svg {
  width: 3rem;
  height: 2rem;
}

html {
  -webkit-font-smoothing: antialiased;
}

main * + p {
  margin-top: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
h1 a,
h1 a:hover,
h1 a:visited,
h1 a:active,
h2 a,
h2 a:hover,
h2 a:visited,
h2 a:active,
h3 a,
h3 a:hover,
h3 a:visited,
h3 a:active,
h4 a,
h4 a:hover,
h4 a:visited,
h4 a:active,
h5 a,
h5 a:hover,
h5 a:visited,
h5 a:active,
h6 a,
h6 a:hover,
h6 a:visited,
h6 a:active {
  color: inherit;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  color: var(--primary);
}

h1 {
  font-size: 2.25rem;
  text-align: center;
  text-transform: uppercase;
}
h1::before {
  content: "";
  display: block;
  margin: 0.5rem auto 1rem;
  width: 2.8125rem;
  height: 0.3125rem;
  background: var(--accent);
}
@media screen and (min-width: 60rem) {
  h1::before {
    margin-bottom: 2rem;
    width: 4.6875rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
h2::before {
  content: "";
  display: block;
  margin: 0.5rem auto 1rem;
  width: 2.8125rem;
  height: 0.3125rem;
  background: var(--accent);
}
@media screen and (min-width: 60rem) {
  h2::before {
    margin-bottom: 2rem;
    width: 4.6875rem;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p,
ul,
ol {
  font-size: 1.125rem;
  line-height: 1.5;
}

.page-section {
  width: 100%;
  padding: 4rem 1rem;
  background: var(--body-bg);
  text-align: center;
}
.page-section ul,
.page-section ol {
  padding-left: 0;
  list-style-position: inside;
}
.page-section--accent {
  color: var(--accent-fg);
  background: var(--accent);
}
.page-section--accent h2 {
  color: var(--accent-fg);
}
.page-section--accent h2::before {
  background: var(--accent-fg);
}
.page-section--bordered {
  width: calc(100% - 2rem);
  margin: 5rem auto 0;
  border: solid 4px var(--accent);
}
.page-section--borderless {
  box-shadow: none;
}

.block__subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block__subtitle {
    margin-bottom: 1.5rem;
  }
}

.block-toggle__cta {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 60rem) {
  .block-toggle__cta {
    display: none;
  }
}

.block-toggle__cta__blurb {
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}

.block-toggle__cta__button {
  bottom: 0;
  cursor: pointer;
  font-size: 1.5rem;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translate(-50%, 50%);
  z-index: 10;
  color: var(--primary);
}
.block-toggle__cta__button svg {
  width: 1.5rem;
  height: 2rem;
}
.block-toggle__cta__button.--visible svg {
  transform: rotate(180deg);
}

.block.block-toggle {
  padding-bottom: 0;
}
@media screen and (max-width: 59.975rem) {
  .block.block-toggle:not(.block-toggle--visible) .block-toggle__content {
    display: none;
  }
  .block.block-toggle.block-toggle--visible .block-toggle__cta__blurb {
    display: none;
  }
}
.block.block-toggle.block-meta {
  padding-bottom: 6rem;
}

@media screen and (min-width: 60rem) {
  .has-sections .entry-content {
    display: flex;
    width: 100%;
    max-width: 90rem;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .page-section {
    width: 100%;
    max-width: 50rem;
    margin: 4rem auto;
    padding: 4rem 5.625rem;
    box-shadow: -3px 5px 4px 2px rgba(135, 135, 135, 0.09);
  }
  .page-section:first-of-type, .page-section:nth-of-type(2) {
    width: calc(50% - 4rem);
  }
  .page-section:only-of-type {
    width: 100%;
    max-width: 50rem;
  }
  .page-section--bordered {
    margin: 4rem auto;
    width: 100%;
    max-width: 50rem;
    box-shadow: none;
  }
  .page-section--bordered:first-of-type, .page-section--bordered:nth-of-type(2) {
    width: calc(50% - 4rem);
  }
  .page-section--bordered:only-of-type {
    width: 100%;
    max-width: 50rem;
  }
}
.home h1 {
  text-transform: none;
}
.home h1::before {
  display: none;
}

.page:not(.has-sections) article {
  width: 100%;
  padding: 4rem 1rem;
  background: var(--body-bg);
  text-align: left;
}
@media screen and (min-width: 60rem) {
  .page:not(.has-sections) article {
    width: 100%;
    max-width: 50rem;
    margin: -80% auto 4rem;
    padding: 4rem 5.625rem;
    box-shadow: -3px 5px 4px 2px rgba(135, 135, 135, 0.09);
  }
}
.page:not(.has-sections) .entry-header {
  margin-bottom: 2rem;
}

#content {
  position: relative;
  margin: 0 auto;
  background-color: var(--body-bg);
  width: 100%;
}
@media screen and (min-width: 60rem) {
  #content {
    width: var(--reading-width, 40em);
  }
}

#content img {
  height: auto;
  max-width: 100%;
}

#content .wp-caption,
#content .wp-nocaption {
  height: auto;
  max-width: 100%;
}

.single #content {
  min-height: 350px;
  margin-bottom: 0;
}

.edit-link {
  margin-top: 5rem;
}

@media print {
  body {
    background: none;
  }
  a {
    color: #000;
  }
  #wrap {
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
    clear: both;
  }
  #header {
    padding-bottom: 18pt;
    border-bottom: 2pt solid #000;
  }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title {
    font-size: 21pt;
  }
  #branding img,
#respond,
#comments,
#searchform,
.comment-edit-link,
.edit-link,
.navigation,
.page-link,
.widget-area,
.nav,
.share-wrap-single,
.sidebar {
    display: none;
  }
  #container,
#header,
.footer {
    width: 100%;
    margin: 0;
  }
  .footer,
nav {
    color: #000;
    background: #fff;
  }
  #content {
    width: 100%;
    padding: 10px;
    margin: 24pt 0 0;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  .home .sticky {
    border: 0;
  }
  .wrapper {
    height: auto;
    min-height: 100px;
    margin: 0 auto;
  }
}
.footer {
  --brand: var(--footer-color);
  --primary-dark: var(--footer-color);
  background-color: #444;
  color: #fff;
  font-family: "Karla", sans-serif;
  padding: 0 0 2rem;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer h1::before,
.footer h2::before,
.footer h3::before,
.footer h4::before,
.footer h5::before,
.footer h6::before {
  display: none;
}
.footer.footer--home {
  padding-top: 4rem;
}
.footer.footer--reading {
  padding-top: 1rem;
  padding-bottom: 7rem;
}
@media screen and (min-width: 48rem) {
  .footer.footer--reading {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1330px) {
  .footer.footer--reading {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 0.5rem;
    flex-direction: row;
  }
}

.footer__inner {
  margin: 0 auto;
}

.footer__pressbooks {
  max-width: 1330px;
  margin: 2rem auto 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer__pressbooks {
    flex-direction: row;
    margin: 2rem auto;
  }
}
.footer__pressbooks a {
  color: var(--footer-text);
}

.footer__pressbooks__icon {
  margin: 0 1rem;
}
.footer__pressbooks__icon > .icon--svg {
  height: 2.8125rem;
  width: 2.8125rem;
}

.footer__pressbooks__links {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__pressbooks__links {
    margin: 0;
    padding: 0;
  }
}

.footer__pressbooks__links__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer__pressbooks__links__list li {
  padding: 0.125rem 0;
}
.footer__pressbooks__links__list a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.footer__pressbooks__links__title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.footer__pressbooks__social {
  align-items: center;
  display: flex;
  margin: 0 1rem;
}
.footer__pressbooks__social a {
  margin: 0 0.25em;
}
.footer__pressbooks__social a > .icon--svg {
  height: 2rem;
  width: 2rem;
}
.footer__pressbooks__social a > .youtube-link {
  height: 2.2em;
  width: auto;
  padding-bottom: 0.6em;
  margin-right: 0.2em;
}
@media (min-width: 960px) {
  .footer__pressbooks__social a > .icon--svg {
    height: 1.5rem;
    width: 1.5rem;
  }
  .footer__pressbooks__social a > .youtube-link {
    height: 1.9em;
    width: auto;
    padding-bottom: 0.7em;
    margin-right: 0.2em;
  }
}

.footer__network {
  height: auto;
  margin-bottom: 0;
  padding: 2.5rem 1.875rem;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  color: var(--accent-fg);
  background-color: var(--accent, #015d75);
  text-align: center;
}
.footer__network .social-media {
  margin-top: 1em;
}
.footer__network .social-media a {
  width: 2rem;
  height: 2rem;
  margin: 0 0.25em;
  transition: all 0.4s;
}
.footer__network .social-media a > .icon--svg {
  height: 2rem;
  width: 2rem;
}
.footer__network ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-weight: 600;
  line-height: 2.25;
}
.footer__network__block {
  border-top: solid 1px var(--accent-fg);
}
.footer__network__block:first-of-type {
  border-top: 0;
}
.footer__network__block a {
  color: var(--accent-fg);
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.footer__network__block a:hover, .footer__network__block a:focus {
  border-bottom: solid 1px var(--accent-fg);
}
.footer__network__block--1 {
  margin: 0 -5px;
  padding: 0 0 40px;
}
.footer__network__block--2 {
  padding: 30px 7.5px;
}
.footer__network__block--2 .widget {
  margin-bottom: 1em;
}
.footer__network__menu {
  padding: 30px 7.5px 0;
}
.footer__network__block .social-media {
  margin-top: 0;
  width: 100%;
}
.footer__network__block .social-media a {
  margin: 0 0.5em 0 0;
  border-bottom: none;
}
.footer__network__block .social-media a:hover, .footer__network__block .social-media a:focus {
  border-bottom: none;
}

@media (min-width: 960px) {
  .footer__network {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer__network ul {
    text-align: left;
  }
  .footer__network__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 3.75rem;
    border-top: 0;
    border-right: solid 1px var(--accent-fg);
  }
  .footer__network__block--2 {
    flex-direction: column;
    justify-content: center;
  }
  .footer__network__block:last-of-type {
    border-right: 0;
  }
  .social-media a {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5em 0 0;
  }
  .social-media a > .icon--svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 1650px) {
  .footer__network ul li {
    display: inline-block;
    margin-right: 3em;
  }
}
.header {
  font-family: "Karla", sans-serif;
}

.header__inside {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 3.5rem 1rem 1.5rem;
}
@media screen and (min-width: 60rem) {
  .header__inside {
    padding: 3rem 1rem;
  }
}

.header__logo--img,
.header__logo--svg {
  display: inline-block;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 1.5rem;
  margin-bottom: -1px;
  margin-right: 2px;
}
@media screen and (min-width: 30rem) and (max-width: 60rem) {
  .header__logo--img,
.header__logo--svg {
    max-width: 150px;
  }
}
@media screen and (min-width: 60rem) {
  .header__logo--img,
.header__logo--svg {
    max-width: 200px;
    max-height: 30px;
  }
}

.header__nav-icon {
  display: block;
  position: relative;
  width: 25px;
  height: 20px;
  z-index: 999;
  text-indent: -9999em;
}
@media screen and (min-width: 60rem) {
  .header__nav-icon {
    display: none;
  }
}
.header__nav-icon__icon {
  display: block;
  position: absolute;
  top: 7px;
  width: 25px;
  height: 3px;
  background: var(--primary);
}
.header__nav-icon__icon::before, .header__nav-icon__icon::after {
  width: 25px;
  height: 3px;
  content: "";
  background: var(--primary);
}
.header__nav-icon__icon::before {
  position: absolute;
  top: -7px;
  right: 0;
}
.header__nav-icon__icon::after {
  position: absolute;
  top: 7px;
  right: 0;
}
.header__nav--active .header__nav-icon__icon {
  --header-bg: var(--primary);
  --header-text: var(--primary-fg);
  color: var(--header-text);
  background: var(--header-text);
}
.header__nav--active .header__nav-icon__icon::before, .header__nav--active .header__nav-icon__icon::after {
  background: var(--header-text);
}

.js-header-nav .nav--primary {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.js-header-nav .nav--primary li {
  display: inline;
  padding-left: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 59.975rem) {
  .js-header-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: 0 0 0 -100%;
    padding: 0 17px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .js-header-nav .nav--primary li {
    display: block;
    padding-left: 0;
  }
  .js-header-nav a {
    display: none;
    font-family: "Karla", sans-serif;
    font-size: 1.5rem;
    line-height: 3.3333333333;
    color: var(--header-color);
    letter-spacing: 0;
  }
  .header__nav--active .js-header-nav {
    --header-color: var(--primary-fg);
    margin: 0;
    padding: 6rem 52px;
    z-index: 99;
    background: var(--primary);
  }
  .header__nav--active .js-header-nav .nav--primary li {
    border-bottom: solid 1px var(--header-color);
  }
  .header__nav--active .js-header-nav .nav--primary li:last-child {
    border-bottom: 0;
  }
  .header__nav--active .js-header-nav a {
    display: block;
    width: 100%;
  }
  .header__nav--active .js-header-nav a:hover {
    color: var(--header-color);
  }
}

.header--home {
  --brand: var(--header-color);
  --primary-dark: var(--header-color);
  --brand-accent: var(--header-color);
  background-color: var(--header-bg);
  color: var(--header-color);
}

.header__search {
  position: relative;
}

.icon-search {
  vertical-align: middle;
}

.header:not(.header--home) .icon-search {
  font-size: 1.5rem;
  cursor: pointer;
}

.header__search__form {
  display: inline-block;
  position: relative;
  width: 12rem;
}
.header__search__form label {
  position: absolute;
  left: 0;
  width: 12rem;
}
.header__search__form label .icon--svg {
  width: 1.5rem;
  height: 2rem;
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.header__search__form input[type=search] {
  background-color: transparent;
  border: 0 none;
  border-bottom: 2px solid var(--primary);
  color: var(--body-color);
  width: 12rem;
}
.header__search__form input[type=search]:focus {
  border-color: var(--brand-orig);
}
.header__search__form input[type=search]:focus + label {
  text-indent: -999999rem;
}
.header--home .header__search__form input[type=search] {
  color: var(--header-color);
  border-bottom: 1px solid var(--header-color);
}
.header--home .header__search__form input[type=search]:focus {
  border-color: var(--brand-orig);
}
.header__search__form input[type=submit] {
  display: none;
}

.nocomments {
  text-align: center;
}

.section-comments {
  --primary-dark: var(--footer-color);
  --accent: var(--footer-color);
  background-color: var(--footer-bg);
  color: #fff;
  font-family: "Karla", sans-serif;
  padding: 2rem 1rem 2.25rem;
}
@media screen and (min-width: 768px) {
  .section-comments {
    padding: 4.5rem 1rem 2.5rem;
  }
}
.section-comments a {
  color: var(--footer-color);
  text-decoration: underline;
}
.section-comments a:hover, .section-comments a:focus {
  color: var(--primary);
  text-decoration: underline;
}

.section-comments__inner {
  max-width: var(--reading-width, 40em);
  margin: 0 auto;
}

.section__title.section-comments__title {
  font-size: 1.5rem;
}
.section__title.section-comments__title::before {
  margin: 0 auto 1rem;
  width: 2.875rem;
  background: var(--footer-color);
}

.section-comments__form {
  max-width: 25rem;
  margin: 0 auto;
}
@media screen and (min-width: 60rem) {
  .section-comments__form {
    max-width: none;
  }
}

.comment-reply-title {
  display: none;
}

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

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  overflow: hidden;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
@media screen and (min-width: 60rem) {
  .comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    margin-bottom: 1.25rem;
  }
}

.comment-form-comment {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 60rem) {
  .comment-form-comment {
    float: right;
    margin-bottom: 0;
  }
}

#commentform label {
  display: block;
  font-size: 0.875rem;
}

#commentform input,
#commentform textarea {
  padding: 0.375rem 0.75rem;
  width: 25rem;
}
@media screen and (min-width: 60rem) {
  #commentform input,
#commentform textarea {
    width: 18.75rem;
  }
}

#commentform input {
  font-size: 0.875em;
}

#respond .form-allowed-tags {
  width: 350px;
  margin: 10px 0 0 170px;
  font-size: 0.7em;
  line-height: 1.2em;
}

.form-submit {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 60rem) {
  .form-submit {
    text-align: right;
    width: 18.75rem;
  }
}

.comment-form-comment + .form-submit {
  margin-top: 2.8rem;
}

#comments-title {
  font-size: 1.125rem;
}

.commentlist {
  list-style-type: none;
  padding-left: 0;
}

.form-submit input#submit {
  height: auto;
  width: auto;
}

.block-reading-meta__compare {
  margin-bottom: 2rem;
  width: 100%;
}
.no-js .block-reading-meta__compare {
  display: none;
}
.block-reading-meta__compare del,
.block-reading-meta__compare ins {
  margin: 0 0.1rem;
  padding: 0.2rem;
  word-break: break-word;
}
.block-reading-meta__compare del {
  background: #faa;
  color: black;
  text-decoration: none;
}
.block-reading-meta__compare ins {
  background: #afa;
  color: black;
  text-decoration: none;
}
.block-reading-meta__compare__activity.sk-double-bounce {
  margin-left: 0;
}
.block-reading-meta__compare__toggle[aria-expanded=true] {
  box-shadow: inset 0 0.1rem 0 0.1rem var(--primary-dark);
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
.block-reading-meta__compare__comparison {
  margin: 2em auto;
  width: 100%;
}
.block-reading-meta__compare .diff {
  font-size: 1rem;
  font-family: Inconsolata, monospace;
  margin: 2rem 0 0;
  min-width: 40rem;
  overflow: scroll;
  white-space: pre-wrap;
}
.block-reading-meta__compare .diff tr {
  border-bottom: 0;
  display: grid;
  grid-template-columns: 48% 1fr 48%;
}
.block-reading-meta__compare .diff .diff-addedline,
.block-reading-meta__compare .diff .diff-context,
.block-reading-meta__compare .diff .diff-deletedline {
  background-color: #fff;
  padding: 1rem;
  vertical-align: top;
}
.block-reading-meta__compare .diff .diff-context {
  background-color: #fff;
}
.block-reading-meta__compare .diff .diff-addedline {
  background-color: #e9ffe9;
}
.block-reading-meta__compare .diff .diff-deletedline {
  background-color: #ffe9e9;
}

.alert {
  padding: 1rem;
  border-radius: 0.5rem;
}
.alert.visually-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.alert--error {
  color: #721c24;
  background: #f8d7da;
}

.header__search .header__search__form {
  width: 100%;
}
@media screen and (min-width: 60rem) {
  .header__search .header__search__form {
    width: 12rem;
  }
}

.header__search .header__search__form form,
.error404 form.search-form {
  width: 100%;
  border-bottom: 1px solid var(--primary-fg);
}
.header__search .header__search__form form label,
.error404 form.search-form label {
  position: relative;
  width: calc(100% - 2rem);
  margin-bottom: 0;
}
.header__search .header__search__form form input,
.error404 form.search-form input {
  color: white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 3.3333;
}
.header__search .header__search__form form input::-moz-placeholder, .error404 form.search-form input::-moz-placeholder {
  color: var(--primary-fg);
}
.header__search .header__search__form form input::placeholder,
.error404 form.search-form input::placeholder {
  color: var(--primary-fg);
}
.header__search .header__search__form form button,
.error404 form.search-form button {
  border: 0;
  padding: 0;
  width: 1.5rem;
  background: transparent;
  color: var(--primary-fg);
  display: inline-block;
}
.header__search .header__search__form form button svg,
.error404 form.search-form button svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.5rem;
}
@media screen and (min-width: 60rem) {
  .header__search .header__search__form form,
.error404 form.search-form {
    border-bottom: none;
  }
  .header__search .header__search__form form label,
.error404 form.search-form label {
    width: 10rem;
  }
  .header__search .header__search__form form input,
.error404 form.search-form input {
    font-size: 1.125rem;
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
    line-height: 1.5;
  }
  .header__search .header__search__form form input::-moz-placeholder, .error404 form.search-form input::-moz-placeholder {
    color: #666;
  }
  .header__search .header__search__form form input::placeholder,
.error404 form.search-form input::placeholder {
    color: #666;
  }
  .header__search .header__search__form form input:focus,
.error404 form.search-form input:focus {
    outline: none;
    border-bottom: 2px solid var(--primary-dark);
  }
  .header__search .header__search__form form button,
.error404 form.search-form button {
    color: var(--primary);
  }
  .header__search .header__search__form form button:focus,
.error404 form.search-form button:focus {
    color: var(--primary-dark);
    outline: solid 2px var(--primary-dark);
  }
}

.home .toc {
  margin-bottom: 4rem;
}

.toc,
.toc ol {
  font-family: "Karla", sans-serif;
  list-style-type: none;
  padding: 0;
}

.toc li + li,
.toc li ol li:first-child {
  margin-top: 0.5rem;
}

.toc__front-matter + .toc__part,
.toc__part + .toc__part,
.toc__part + .toc__back-matter {
  margin-top: 1rem;
}

.toc button {
  background: transparent;
  border: solid 0.125rem transparent;
  border-radius: 0;
  height: 2.25rem;
  padding: 0;
  width: 2.25rem;
  float: right;
}

.toc__title__container button {
  background: #fafafa;
  text-align: center;
}

.toc__part > .toc__title__container button {
  background: #eee;
}

.toc .icon--private {
  height: 1rem;
  margin: 0.1875rem;
  vertical-align: text-bottom;
  width: 1rem;
}

.toc [class*="--full"] > .toc__title__container > span,
.toc [class*="--full"] > .toc__title__container > p > span,
.toc [class*="--empty"] > .toc__title__container {
  background: #fafafa;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  min-height: 2.25rem;
  overflow-wrap: break-word;
}

.toc__subsections li {
  background: #fcfcfc;
  padding: 0.25rem 0.5rem;
  display: block;
  min-height: 2.25rem;
}

.toc [class*="--full"] > .toc__title__container > span,
.toc [class*="--full"] > .toc__title__container > p > span {
  width: calc(100% - 2.75rem);
  text-indent: -1.18rem;
  padding-left: 1.68rem;
}

.toc [class*="--full"] .toc__subsections {
  font-size: 1rem;
  margin-left: 1.25rem;
}

.toc [class*="--empty"] > .toc__title__container {
  width: 100%;
  text-indent: -1.18rem;
  padding-left: 1.68rem;
}

.toc__title__container .toc__title {
  margin-bottom: 0;
}

.toc__title__container .toc__author {
  margin: 0 0 0 0.75rem;
  text-indent: 0;
}

.toc__part > .toc__title__container {
  font-weight: 600;
}

.toc .toc__part--full > .toc__title__container span,
.toc .toc__part--empty > .toc__title__container {
  background: #eee;
}

.toc button:focus,
.toc button:hover,
.dropdown .toc button:focus,
.dropdown .toc button:hover {
  border-color: var(--primary);
  box-shadow: none;
}

.toc button:active,
.dropdown .toc button:active {
  border-color: var(--primary-dark);
}

.toc button svg {
  height: 1rem;
  margin-top: 0.5rem;
  width: 1rem;
}

.toc > li {
  padding-left: 2rem;
  padding-right: 2rem;
}

.toc__toggle {
  margin: 2rem 0 4rem;
  text-align: center;
}

.toc__toggle[data-expanded=false] #hide {
  display: none;
}

.toc__toggle[data-expanded=false] #show {
  display: inline-block;
}

.toc__toggle[data-expanded=true] #hide {
  display: inline-block;
}

.toc__toggle[data-expanded=true] #show {
  display: none;
}

.block-reading-toc {
  background: var(--body-bg);
  color: var(--body-text);
  margin-top: 0.25rem;
  padding-top: 1rem;
  width: 100%;
}
.block-reading-toc .toc > li {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 60rem) {
  .block-reading-toc {
    box-shadow: 2px 3px 2px 1px hsla(0deg, 0%, 53%, 0.09);
    z-index: 100;
  }
}

.toc__selected .toc__title__container a {
  text-decoration: underline;
}

.home #content {
  width: 100%;
}
.home #content .block {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.book-header {
  --primary: var(--header-color);
  --primary-dark: var(--header-color);
  --accent: var(--header-color);
  --header-color: var(--body-bg);
  --header-bg: var(--body-text);
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  background-color: var(--header-bg);
  color: var(--header-color);
  padding: 1.5rem 1rem 7.5rem;
}
@media screen and (min-width: 60rem) {
  .book-header {
    padding: 3.5rem 1rem 7.5rem;
  }
}

#content .block.block-meta,
.book-header {
  max-width: 100%;
}

.book-header__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 60rem;
  min-height: 35rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .book-header__inner > * {
    max-width: 55%;
  }
}

.book-header__title {
  font-size: 2.25rem;
  text-align: left;
  text-transform: none;
}
.book-header__title::before {
  margin-left: 0;
  margin-bottom: 1.125rem;
}

.book-header__subtitle {
  font-family: "Spectral", serif;
  font-size: 1.5rem;
}

.book-header__author {
  font-family: "Karla", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (min-width: 60rem) {
  .book-header__author {
    margin-bottom: 2.25rem;
  }
}

.book-header__cover {
  align-self: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .book-header__cover {
    align-self: unset;
    position: absolute;
    right: 0;
    top: 0;
  }
  .book-header__inner > .book-header__cover {
    max-width: 38%;
  }
}

.book-header__cover__image img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5rem;
  max-width: 100%;
  max-height: 500px;
}

.book-header__cover__downloads {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}
.book-header__cover__downloads button:hover {
  text-decoration: underline;
}
.book-header__cover__downloads button:focus {
  outline: auto;
  text-decoration: underline;
}
.book-header__cover__downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.book-header__cover__downloads li {
  height: 3rem;
  display: flex;
  padding: 0 1rem;
  align-items: center;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  background-color: var(--header-color);
}
.book-header__cover__downloads li:hover, .book-header__cover__downloads li:focus {
  background-color: #fafdff;
}
.book-header__cover__downloads a {
  color: var(--cover-header-bg);
}

.book-header__share {
  align-items: center;
  align-self: center;
  display: flex;
  margin-top: 1rem;
}
.book-header__share svg {
  width: 1.875rem;
  height: 2.25rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 60em) {
  .book-header__share {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .book-header__share {
    align-items: flex-start;
    align-self: unset;
  }
  .book-header__share > :first-child {
    margin-left: 0;
  }
}
.book-header__share a {
  cursor: pointer;
}

.book-header__share.book-header__cover__share {
  display: none;
}
.book-header__share.book-header__cover__share svg {
  width: 1.875rem;
  height: 2.25rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 60em) {
  .book-header__share.book-header__cover__share {
    display: block;
  }
}

.book-header__description {
  font-family: "Spectral", serif;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.book-header__description a {
  text-decoration: underline;
}

.book-header__license {
  align-self: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .book-header__license {
    align-self: unset;
    justify-content: flex-start;
  }
}

.book-header__license__text {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .book-header__license__text {
    text-align: left;
  }
}

.book-header__license__icons {
  display: flex;
  align-items: center;
}
.book-header__license__icons .icon {
  width: 1.875rem;
  height: 2.25rem;
  margin: 0 0.5rem;
}
.book-header__license__icons > .icon:first-child {
  margin-left: 0;
}
.book-header__license__icons > .icon:last-child {
  margin-right: 1rem;
}

.book-header__cta {
  align-items: center;
  align-self: center;
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 768px) {
  .book-header__cta {
    align-items: flex-start;
    align-self: unset;
    flex-direction: row;
  }
}
.book-header__cta .call-to-action {
  margin-bottom: 0.875rem;
  min-width: 15rem;
  background-color: var(--header-bg);
  color: var(--header-color);
  border-color: var(--header-color);
}
@media screen and (min-width: 768px) {
  .book-header__cta .call-to-action {
    margin-right: 1.375rem;
  }
}
.book-header__cta .call-to-action:hover, .book-header__cta .call-to-action:focus {
  background-color: var(--header-color);
  color: var(--header-bg);
}

.license-text {
  font-family: "Karla", sans-serif;
  font-weight: bold;
}

.block-info {
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 6rem;
}
@media screen and (min-width: 60rem) {
  .block-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.block-info__inner {
  max-width: 1330px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media screen and (min-width: 60rem) {
  .block-info__inner {
    display: flex;
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 60rem) {
  .block-info__inner__content {
    flex: 1 1 0;
  }
  .block-info__inner__content:last-child {
    margin-left: 7rem;
  }
  .block-info__inner__content:empty {
    display: none;
  }
  .block-info__inner__content:empty + .block-info__inner__content {
    margin-left: 0;
  }
}

.block-info__title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .block-info__title {
    margin-bottom: 3rem;
  }
}

.block-info__description {
  font-family: "Spectral", serif;
  font-size: 1.125rem;
}

.block-info__subsection {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 60rem) {
  .block-info__subsection {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-info__subject {
  margin-bottom: 0;
}

.block-info__lead-author,
.block-info__contributing-authors,
.block-info__license,
.block-info__subject {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 767px) {
  .block-info__lead-author:last-child,
.block-info__contributing-authors:last-child,
.block-info__license:last-child,
.block-info__subject:last-child {
    border-bottom: 0 none;
  }
}

.block-info__lead-author__authors {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.block-info__lead-author__photo {
  border-radius: 58px;
  border: 3px solid var(--accent);
  overflow: hidden;
  width: 116px;
  height: 116px;
  margin-right: 0.625rem;
}
.block-info__lead-author__photo img {
  width: 100%;
  height: auto;
}

.block-info__lead-author__name {
  margin-right: 2rem;
}

.block-meta {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 1.125rem;
}
@media screen and (min-width: 60rem) {
  .block-meta {
    background-color: var(--body-bg-alt);
    box-shadow: none;
    padding-top: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .block-meta.section {
    padding-bottom: 6rem;
  }
}

.block-meta__content-box {
  background-color: var(--body-bg);
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 60rem) {
  .block-meta__content-box {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 4rem 8rem;
  }
}

.block-meta__title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .block-meta__title {
    margin-bottom: 3rem;
  }
}

.block-meta__inner {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .block-meta__inner {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 60rem) {
  .block-meta__inner {
    padding-bottom: 0;
  }
}

.block-meta__list {
  -moz-column-rule: 1px solid #b7b7b7;
       column-rule: 1px solid #b7b7b7;
}
@media screen and (min-width: 768px) {
  .block-meta__list {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.block-meta__subsection {
  margin-bottom: 2.5rem;
  overflow: hidden; /* fix for Firefox */
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.block-meta__subtitle {
  color: var(--primary);
  font-size: 1.125rem;
  font-family: "Karla", sans-serif;
  margin-bottom: 0.5rem;
}

.block-info a, .block-meta a {
  text-decoration: underline;
}

#content .license-attribution img {
  height: 2em;
  width: auto;
}

.footer--page {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer.footer--reading {
  padding-top: 1rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 60rem) {
  .footer.footer--reading {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1330px) {
  .footer.footer--reading {
    padding-bottom: 4rem;
  }
}

body:not(.home) .header {
  padding-left: 0;
  padding-right: 0;
}
body:not(.home) .header__inside {
  padding-left: 1rem;
  padding-right: 1rem;
}

.cta {
  text-align: right;
  background-color: var(--primary);
  padding: 0.5rem 2rem;
  color: var(--primary-fg);
}
.cta p {
  margin: 0;
}
.cta p a {
  color: var(--primary-fg);
  text-decoration: underline;
}
.cta.hidden {
  display: none;
}
.cta #close-cta {
  position: relative;
  margin-left: 0.75rem;
}
.cta .close-cta__icon {
  position: absolute;
  top: 2px;
  width: 1.2rem;
}

.reading-header {
  --header-bg: var(--body-text);
  --header-color: var(--body-bg);
  color: var(--header-color);
  background-color: var(--header-bg);
  font-family: "Karla", sans-serif;
}
.reading-header .reading-header__title a,
.reading-header .reading-header__end-container a {
  color: var(--header-color);
  text-decoration: none;
}
.reading-header .reading-header__title a:hover, .reading-header .reading-header__title a:focus,
.reading-header .reading-header__end-container a:hover,
.reading-header .reading-header__end-container a:focus {
  color: var(--header-color);
  text-decoration: underline;
}

.reading-header__inside {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 60rem) {
  body:not(.has-annotator-pane) .reading-header__inside {
    flex-direction: row;
    justify-content: space-between;
  }
}

.reading-header__toc,
.reading-header__title,
.reading-header__end-container {
  align-items: center;
  display: flex;
  min-height: 5rem;
}
@media screen and (min-width: 60rem) {
  body:not(.has-annotator-pane) .reading-header__toc,
body:not(.has-annotator-pane) .reading-header__title,
body:not(.has-annotator-pane) .reading-header__end-container {
    height: 5rem;
  }
}

.reading-header__toc,
.reading-header__end-container {
  border-top: 3px solid var(--header-color);
  font-size: 1rem;
  order: 1;
  width: 100%;
}
@media screen and (min-width: 60rem) {
  body:not(.has-annotator-pane) .reading-header__toc,
body:not(.has-annotator-pane) .reading-header__end-container {
    flex: 1 0 17.5rem;
    border-top: 0 none;
    order: 0;
    width: calc((100vw - 800px) / 2);
  }
}

.reading-header__toc {
  background: var(--header-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 60rem) {
  body:not(.has-annotator-pane) .reading-header__toc {
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.reading-header__toc .reading-header__toc__title {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 5rem;
  margin-bottom: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 60rem) {
  body:not(.has-annotator-pane) .reading-header__toc .reading-header__toc__title {
    width: 100%;
  }
  body:not(.has-annotator-pane) .reading-header__toc .reading-header__toc__title button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.reading-header__toc .reading-header__toc__title button {
  height: 5rem;
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.reading-header__toc .reading-header__toc__title button:hover, .reading-header__toc .reading-header__toc__title button:focus, .reading-header__toc .reading-header__toc__title button:active {
  text-decoration: underline;
  color: var(--header-color);
}
@media screen and (min-width: 768px) {
  .reading-header__toc .reading-header__toc__title button {
    font-size: 1.125rem;
  }
  .reading-header__toc .reading-header__toc__title button .arrow {
    margin-top: 0.65rem;
  }
}

.reading-header__title {
  background-color: var(--footer-bg);
  font-size: 1.25rem;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 60rem) {
  body:not(.has-annotator-pane) .reading-header__title {
    flex: 1 1 var(--reading-width, 40em);
    max-width: var(--reading-width, 40em);
  }
}

.reading-header__end-container {
  display: none;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media screen and (min-width: 60rem) {
  body:not(.has-annotator-pane) .reading-header__end-container {
    display: flex;
    justify-content: flex-end;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body:not(.has-annotator-pane) .reading-header__end-container a {
    font-size: 1.125rem;
    text-transform: uppercase;
  }
}

.a11y-toolbar {
  z-index: 9990;
}
@media screen and (max-width: 59.975rem) {
  .a11y-toolbar {
    position: absolute;
  }
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body #page {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body #content {
  flex-grow: 1;
}

.page .hentry {
  padding: 0 1rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 60rem) {
  .page .hentry {
    padding: 0;
  }
}

#content h2.page-title,
body.page:not(.home) #content h2,
body:not(.home) #content h2.denied-title {
  font-family: "Karla", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem 0 1rem;
}
#content h2.page-title::before,
body.page:not(.home) #content h2::before,
body:not(.home) #content h2.denied-title::before {
  display: none;
}

#content p.h5p-count {
  font-family: "Karla", sans-serif;
  text-align: center;
  margin-bottom: 1.5rem;
}

#h5p-show-hide {
  margin-left: 0.3rem;
}

#h5p-listing-table {
  border-bottom: 1px solid #eee;
}

#content .h5p-pagination {
  padding-top: 1rem;
  margin: 0 auto;
  text-align: center;
  font-family: "Karla", sans-serif;
}
#content .h5p-pagination .page-numbers {
  font-size: 1.2rem;
  padding: 0.3rem;
}

.blog #content h3 {
  text-indent: 0;
}

#content .denied-text p {
  font-family: "Spectral", serif;
  font-size: 1.125rem;
}
#content .denied-text p a {
  color: var(--primary);
}
#content .denied-text p a:hover, #content .denied-text p a:focus {
  color: var(--primary-dark);
}

.posts-navigation {
  margin: 2rem 0;
}

.nav-previous,
.nav-next {
  margin-bottom: 2rem;
}
.nav-previous a,
.nav-next a {
  display: flex;
  align-items: center;
  font-family: "Karla", sans-serif;
}
.nav-previous svg,
.nav-next svg {
  width: 1rem;
  height: 1rem;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.nav-previous svg {
  margin-right: 0.5rem;
}

.nav-next svg {
  margin-left: 0.5rem;
}

.private-block {
  margin-bottom: 4rem;
}

.footer.footer--home {
  padding-top: 1rem;
}

.buy-book li + li {
  margin-top: 1rem;
}

.bookstore-logo-link img {
  margin-right: 0.5rem;
}

h1.reading-header__title::before {
  display: none;
}

.single-front-matter,
.single-part,
.single-chapter,
.single-back-matter,
.error404,
.search-results {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.single-front-matter #page,
.single-part #page,
.single-chapter #page,
.single-back-matter #page,
.error404 #page,
.search-results #page {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.single-front-matter #main,
.single-part #main,
.single-chapter #main,
.single-back-matter #main,
.error404 #main,
.search-results #main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.single-front-matter #content,
.single-part #content,
.single-chapter #content,
.single-back-matter #content,
.error404 #content,
.search-results #content {
  font-size: 1.125rem;
  flex-grow: 1;
  padding: 3rem 1rem 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 60rem) {
  body:not(.has-annotator-pane) .single-front-matter #content,
body:not(.has-annotator-pane) .single-part #content,
body:not(.has-annotator-pane) .single-chapter #content,
body:not(.has-annotator-pane) .single-back-matter #content,
body:not(.has-annotator-pane) .error404 #content,
body:not(.has-annotator-pane) .search-results #content {
    padding: 0;
  }
}
.single-front-matter #content h1::before,
.single-front-matter #content h2::before,
.single-part #content h1::before,
.single-part #content h2::before,
.single-chapter #content h1::before,
.single-chapter #content h2::before,
.single-back-matter #content h1::before,
.single-back-matter #content h2::before,
.error404 #content h1::before,
.error404 #content h2::before,
.search-results #content h1::before,
.search-results #content h2::before {
  display: none;
}

.front-matter div[hidden] + h1:not(:first-of-type),
.part div[hidden] + h1:not(:first-of-type),
.chapter div[hidden] + h1:not(:first-of-type),
.back-matter div[hidden] + h1:not(:first-of-type) {
  margin-top: 0;
}
.front-matter h1[data-collapsed=true],
.part h1[data-collapsed=true],
.chapter h1[data-collapsed=true],
.back-matter h1[data-collapsed=true] {
  margin-bottom: 0;
}
.front-matter .post-password-form,
.part .post-password-form,
.chapter .post-password-form,
.back-matter .post-password-form {
  margin-top: 1rem;
}
.front-matter .post-password-form p + p,
.part .post-password-form p + p,
.chapter .post-password-form p + p,
.back-matter .post-password-form p + p {
  margin-top: 1rem;
  text-indent: 0;
}
.front-matter .post-password-form label,
.part .post-password-form label,
.chapter .post-password-form label,
.back-matter .post-password-form label {
  width: 100%;
}
.front-matter .post-password-form label::after,
.part .post-password-form label::after,
.chapter .post-password-form label::after,
.back-matter .post-password-form label::after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.front-matter .post-password-form [type=submit],
.part .post-password-form [type=submit],
.chapter .post-password-form [type=submit],
.back-matter .post-password-form [type=submit] {
  margin-top: 1rem;
}

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

#content .entry-content a.call-to-action,
.edit-link .call-to-action {
  color: var(--primary);
}
#content .entry-content a.call-to-action:hover, #content .entry-content a.call-to-action:focus,
.edit-link .call-to-action:hover,
.edit-link .call-to-action:focus {
  color: var(--primary-dark);
}

.nav-reading {
  background-color: var(--primary);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 60rem) {
  .nav-reading {
    display: flex;
    flex-direction: row;
    z-index: 1;
  }
}

.nav-reading__previous,
.nav-reading__next {
  color: var(--primary-fg);
  min-height: 2.3125rem;
}
@media screen and (min-width: 60rem) {
  .nav-reading__previous,
.nav-reading__next {
    float: left;
    width: 50%;
  }
}

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

.nav-reading__previous a,
.nav-reading__next a {
  border: solid 1px transparent;
  color: var(--primary-fg);
  display: block;
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  height: 100%;
  padding: 0.5rem 1rem;
}
.nav-reading__previous a:focus,
.nav-reading__next a:focus {
  border: solid 1px var(--primary-fg);
  outline: none;
}
.nav-reading__previous a:hover,
.nav-reading__next a:hover {
  background: var(--primary-dark);
}

.nav-reading__previous a {
  border-bottom-color: var(--primary-dark);
}
@media screen and (min-width: 60rem) {
  .nav-reading__previous a {
    border-bottom-color: transparent;
    border-right-color: var(--primary-dark);
  }
}

.nav-reading__next a {
  border-top-color: var(--primary-dark);
}
@media screen and (min-width: 60rem) {
  .nav-reading__next a {
    border-top-color: transparent;
    border-left-color: var(--primary-dark);
  }
}

.nav-reading__previous a svg,
.nav-reading__next a svg {
  fill: currentcolor;
  height: 1em;
  vertical-align: text-bottom;
  width: 1em;
}

.nav-reading__previous a svg {
  margin-right: 0.5em;
}

.nav-reading__next a svg {
  margin-left: 0.5em;
}

.nav-reading__previous,
.nav-reading__next,
.nav-reading__up {
  z-index: 11;
}

.nav-reading__up {
  align-items: center;
  background-color: var(--primary);
  border-radius: 50%;
  color: var(--primary-fg);
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  height: 2.5rem;
  left: 50%;
  position: absolute;
  top: -3rem;
  transform: translate(-50%, 0);
  width: 2.5rem;
  padding: 0;
}
.nav-reading__up:focus {
  background-color: var(--primary);
  border: solid 1px var(--primary-fg);
}
.nav-reading__up:hover {
  background-color: var(--primary-dark);
  color: var(--primary-fg);
  text-decoration: none;
}
.nav-reading__up:active {
  color: var(--primary-fg);
}
@media screen and (max-width: 59.975rem) {
  .nav-reading--multipage .nav-reading__up {
    top: -6rem;
  }
}
.nav-reading__up .nav-reading__up__text {
  display: none;
  font-family: "Spectral", serif;
  font-size: 0.875rem;
}
.nav-reading__up svg {
  height: 1em;
  margin: 0;
  width: 1em;
}

.nav-reading--page {
  margin-top: 2rem;
}

.nav-reading--page__previous,
.nav-reading--page__next {
  font-family: "Karla", sans-serif;
  font-size: 1rem;
}
.nav-reading--page__previous a,
.nav-reading--page__next a {
  color: var(--body-color);
}
.nav-reading--page__previous a:hover,
.nav-reading--page__next a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}
.nav-reading--page__previous a svg,
.nav-reading--page__next a svg {
  fill: currentcolor;
  height: 1em;
  vertical-align: text-bottom;
  width: 1em;
}

.nav-reading--page__previous a svg {
  margin-right: 0.5em;
}

.nav-reading--page__next a svg {
  margin-left: 0.5em;
}

.button--text {
  all: inherit;
  border: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 0;
}
.button--text:hover, .button--text:active {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
}
.button--text:focus {
  background: transparent;
  color: inherit;
}
.button--text:focus svg {
  outline: 2px solid;
}
.button--text span {
  max-width: calc(100% - 1.5em);
  display: block;
}
.button--text span span {
  display: inline;
}
.button--text svg {
  height: 1em;
  margin-left: 0.5em;
}

[aria-expanded=true] .vert {
  display: none;
}

.no-navigation .header,
.no-navigation .nav-reading,
.no-navigation .footer {
  display: none;
}
.no-navigation.single #content {
  box-sizing: border-box;
  max-width: var(--reading-width);
  width: 100%;
}

.mejs-container,
.mejs-embed {
  z-index: 0;
}

.block-reading-meta__subsection h2 + p {
  margin-top: 0;
}

.block-reading-meta__subsection a {
  text-decoration: underline;
}

.search-results {
  padding-left: 0;
}
.search-results h2::before {
  display: none;
}
