/*
Theme Name: The Accessible Web theme
Theme URI: https://www.theaccessibleweb.co.uk
Author: Govi Tusler, Dan Conway, Hanuman Hook
Author URI: https://www.theaccessibleweb.co.uk
Description: A completely custom theme tailored to your needs
Version: 1.0.0
License: Not for use by anyone except The Accessible Web personell
*/
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text&display=swap");
p,
div {
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 1px;
}

a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cinzel", serif;
  color: #222;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  color: #222;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: yellow;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -moz-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid c(fieldsetBorder);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: content-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #222;
  font-family: "Red Hat Text", sans-serif;
  line-height: 1.5;
}

blockquote,
q {
  quotes: '" "';
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: c(hrBg);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

a {
  color: #d10630;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  transition: color 0.2s;
}
a:visited {
  color: #f81241;
}
a:hover, a:focus, a:active {
  color: #f81241;
}
a:focus {
  outline: thin dotted;
  color: #f81241;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: gsc(screenBg);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5333333333);
  clip: auto !important;
  color: gsc(screenColor);
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  font-weight: bold;
  font-size: 0.875rem;
}

.site-footer .copy-text {
  width: 100%;
  text-align: right;
}

.dumpgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.dumpgroup-title {
  margin-left: 16px;
}

.dumpgroup-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  user-select: none;
  background-color: #add8e6;
}

.dumpgroup-dumps {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: none;
  width: 100%;
  padding: 0 16px;
}

.dumpgroup-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dumpgroup-input:checked {
  background-color: green;
}

.dumpgroup-input:checked ~ .dumpgroup-dumps {
  display: block;
}

.dumpgroup-input:checked ~ .dumpgroup-label {
  transform: rotate(90deg);
}

.dumpgroup .predump {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
}

.dumpgroup {
  background-color: orange;
}

.dumpgroup-dumps {
  background-color: #ffaa0d;
}

.dumpgroup .dumpgroup {
  background-color: #ffae1a;
}

.dumpgroup .dumpgroup-dumps {
  background-color: #ffb225;
}

.dumpgroup .dumpgroup .dumpgroup {
  background-color: #ffb733;
}

.dumpgroup .dumpgroup .dumpgroup-dumps {
  background-color: #ffbb3d;
}

.dumpgroup .dumpgroup .dumpgroup .dumpgroup {
  background-color: #ffc04d;
}

.dumpgroup .dumpgroup .dumpgroup .dumpgroup-dumps {
  background-color: #ffc356;
}