@charset "UTF-8";
/* General Preferences Editor styles, used for all layouts */
@font-face {
  font-family: "PrefsFramework-Icons";
  src: url("../fonts/PrefsFramework-Icons.woff");
}
.fl-prefsEditor {
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  /* height and width specified in ems instead of rems
     to respond to emphasize links preferences */
}
.fl-prefsEditor .fl-prefsEditor-panels {
  margin-left: 0;
  padding: 0;
}
.fl-prefsEditor .fl-prefsEditor-panels li {
  list-style: none;
}
.fl-prefsEditor label {
  font-size: 1.2em;
}
.fl-prefsEditor input[type=text] {
  font-size: 1em;
  width: 2em;
}
.fl-prefsEditor input[type=checkbox] {
  border: 1px solid black;
  margin-right: 10px;
}
.fl-prefsEditor fieldset {
  border: 0 transparent;
  margin: 0;
  padding: 0;
}
.fl-prefsEditor legend {
  display: block;
  margin: 0 0 1em 0;
  padding: 0;
}
.fl-prefsEditor select {
  border: 2px solid #ebebeb;
}
.fl-prefsEditor select#textFont {
  display: block;
  font-weight: bold;
  margin: 0 auto;
}
.fl-prefsEditor select#textFont option.fl-font-times {
  font-family: "Times New Roman", serif;
}
.fl-prefsEditor select#textFont option.fl-font-comic {
  font-family: "Comic Sans MS", cursive, sans-serif;
}
.fl-prefsEditor select#textFont option.fl-font-arial {
  font-family: Arial, sans-serif;
}
.fl-prefsEditor select#textFont option.fl-font-verdana {
  font-family: Verdana, sans-serif;
}
.fl-prefsEditor select#textFont option.fl-font-open-dyslexic {
  font-family: OpenDyslexic, sans-serif;
}
.fl-prefsEditor select#theme {
  font-weight: bold;
  text-transform: uppercase;
}
.fl-prefsEditor select#theme option.fl-prefsEditor-default-theme {
  background-color: #efefef !important;
  color: #000 !important;
}
.fl-prefsEditor .fl-prefsEditor-text label {
  display: block;
}
.fl-prefsEditor .fl-prefsEditor-text .fl-inputs {
  font-size: 1em;
}
.fl-prefsEditor .fl-prefsEditor-layout div,
.fl-prefsEditor .fl-prefsEditor-links div {
  margin-left: 25px;
}
.fl-prefsEditor .fl-inputs div[class*=fl-icon-] {
  font-size: 1.5em;
  margin-top: -0.15em;
}
.fl-prefsEditor .fl-choices {
  display: flex;
  justify-content: center;
}
.fl-prefsEditor .fl-choices .fl-choice input.fl-hidden-accessible {
  left: 1rem;
  position: relative;
  top: 1rem;
  z-index: -2;
}
.fl-prefsEditor .fl-choices .fl-choice label {
  border: 1px solid black;
  border-radius: 5px;
  display: inline-block;
  height: 2.5em;
  line-height: 2.2em !important;
  margin-right: 5px;
  overflow: hidden;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 2.5em;
}
.fl-prefsEditor .fl-choices .fl-choice:last-child label {
  margin-right: 0;
}
.fl-prefsEditor .fl-choices .fl-choice .fl-preview-A {
  font-size: 1.7em;
  letter-spacing: normal;
}
.fl-prefsEditor .fl-choices .fl-choice .fl-preview-A::before {
  content: "a";
}
.fl-prefsEditor .fl-choices .fl-choice input:focus ~ label {
  outline: 2px solid var(--fl-fgColor, black);
}
.fl-prefsEditor .fl-textfieldStepper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.fl-prefsEditor .fl-textfieldStepper-focusContainer {
  padding: 0.2em;
}
.fl-prefsEditor .fl-textfieldStepper *:focus {
  outline: none;
}
.fl-prefsEditor .fl-textfieldStepper-focus {
  outline: solid 0.2em #000;
}
.fl-prefsEditor .fl-textfieldStepper .fl-textfieldStepper-textField {
  height: 2em;
  margin: 0 0.5em;
  text-align: center;
  width: 4em;
}
.fl-prefsEditor .fl-textfieldStepper .fl-textfieldStepper-button {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0.4rem;
  height: 2.4375em;
  width: 2.4375em;
}
.fl-prefsEditor .fl-textfieldStepper .fl-textfieldStepper-button:disabled {
  opacity: 0.3;
}
.fl-prefsEditor .fl-prefsEditor-onoff .fl-switchUI {
  --fl-switch-knobSize: 1.8em;
  --fl-switch-knobMargin: 0.2em;
  align-items: center;
  display: flex;
  justify-content: center;
}
.fl-prefsEditor .fl-prefsEditor-onoff .fl-switchUI-control {
  align-items: center;
  background-color: var(--fl-bgColor, #fff);
  border: 0.15em solid var(--fl-fgColor, currentColor);
  border-radius: calc(var(--fl-switch-knobSize) + var(--fl-switch-knobMargin));
  box-sizing: content-box;
  display: flex;
  margin: 0 1em;
  padding: 0;
  width: calc(var(--fl-switch-knobSize) * 3);
}
.fl-prefsEditor .fl-prefsEditor-onoff .fl-switchUI-control:focus {
  box-shadow: 0 0 0 0.2em var(--fl-bgColor, #fff), 0 0 0 0.35em var(--fl-fgColor, #000);
  outline: none;
}
.fl-prefsEditor .fl-prefsEditor-onoff .fl-switchUI-control[aria-checked=true] {
  justify-content: flex-end;
}
.fl-prefsEditor .fl-prefsEditor-onoff .fl-switchUI-controlKnob {
  background-color: var(--fl-fgColor, currentColor) !important;
  border-radius: var(--fl-switch-knobSize);
  display: inline-block;
  height: var(--fl-switch-knobSize);
  margin: var(--fl-switch-knobMargin);
  width: var(--fl-switch-knobSize);
}
.fl-prefsEditor .fl-prefsEditor-onoff .fl-switchUI-text {
  font-weight: 600;
  text-transform: uppercase;
}
.fl-prefsEditor .fl-icon-indicator,
.fl-prefsEditor .fl-icon-crossout,
.fl-prefsEditor .fl-icon-big-a,
.fl-prefsEditor .fl-icon-small-a,
.fl-prefsEditor .fl-icon-line-space-expanded,
.fl-prefsEditor .fl-icon-line-space-condensed,
.fl-prefsEditor .fl-icon-contrast,
.fl-prefsEditor .fl-icon-undo,
.fl-prefsEditor .fl-icon-line-space,
.fl-prefsEditor .fl-icon-inputs,
.fl-prefsEditor .fl-icon-simplify,
.fl-prefsEditor .fl-icon-font,
.fl-prefsEditor .fl-icon-size,
.fl-prefsEditor .fl-icon-text-to-speech,
.fl-prefsEditor .fl-icon-toc,
.fl-prefsEditor .fl-icon-letter-space,
.fl-prefsEditor .fl-icon-letter-space-expanded,
.fl-prefsEditor .fl-icon-letter-space-condensed,
.fl-prefsEditor .fl-icon-captions,
.fl-prefsEditor .fl-icon-word-space,
.fl-prefsEditor .fl-icon-word-space-condensed,
.fl-prefsEditor .fl-icon-word-space-expanded,
.fl-prefsEditor .fl-icon-syllabification,
.fl-prefsEditor .fl-icon-language {
  font-family: "PrefsFramework-Icons";
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-right: 0.3em;
  speak: none;
  text-transform: none;
}
.fl-prefsEditor .fl-icon-crossout::before,
.fl-prefsEditor .fl-choice .fl-prefsEditor-themePicker-defaultThemeLabel .fl-crossout::before {
  content: "";
}
.fl-prefsEditor .fl-icon-big-a::before {
  content: "";
}
.fl-prefsEditor .fl-icon-small-a::before {
  content: "";
}
.fl-prefsEditor .fl-icon-letter-space-expanded::before {
  content: "";
}
.fl-prefsEditor .fl-icon-letter-space-condensed::before {
  content: "";
}
.fl-prefsEditor .fl-icon-line-space-expanded::before {
  content: "";
}
.fl-prefsEditor .fl-icon-line-space-condensed::before {
  content: "";
}
.fl-prefsEditor .fl-icon-indicator::before,
.fl-prefsEditor .fl-choice input:checked + div::before {
  content: "";
}
.fl-prefsEditor .fl-choice .fl-indicator {
  font-family: "PrefsFramework-Icons" !important;
  font-size: 1.25em;
  height: 1em;
  margin-top: -1.5em;
  text-align: center;
  width: calc(100% - 5px);
}
.fl-prefsEditor .fl-choice:last-child .fl-indicator {
  width: 100%;
}
.fl-prefsEditor .fl-choice .fl-prefsEditor-themePicker-defaultThemeLabel .fl-crossout {
  background-color: transparent !important;
  font-family: "PrefsFramework-Icons" !important;
  font-size: 2.2em;
  margin-top: -1.05em;
}
.fl-prefsEditor .fl-choice label.fl-theme-prefsEditor-default,
.fl-prefsEditor .fl-choice label.fl-theme-prefsEditor-default span,
.fl-prefsEditor .fl-choice label.fl-prefsEditor-themePicker-defaultThemeLabel .fl-crossout {
  background-color: #fff !important;
  border-color: #433f3d !important;
  color: #433f3d !important;
}
.fl-prefsEditor .fl-icon-letter-space::before {
  content: "";
}
.fl-prefsEditor .fl-icon-contrast::before {
  content: "";
}
.fl-prefsEditor .fl-icon-line-space::before {
  content: "";
}
.fl-prefsEditor .fl-icon-inputs::before {
  content: "";
}
.fl-prefsEditor .fl-icon-simplify::before {
  content: "";
}
.fl-prefsEditor .fl-icon-settings::before {
  content: "";
}
.fl-prefsEditor .fl-icon-font::before {
  content: "";
}
.fl-prefsEditor .fl-icon-size::before {
  content: "";
}
.fl-prefsEditor .fl-icon-text-to-speech::before {
  content: "";
}
.fl-prefsEditor .fl-icon-toc::before {
  content: "";
}
.fl-prefsEditor .fl-icon-captions::before {
  content: "";
}
.fl-prefsEditor .fl-icon-word-space::before {
  content: "";
}
.fl-prefsEditor .fl-icon-word-space-condensed::before {
  content: "";
}
.fl-prefsEditor .fl-icon-word-space-expanded::before {
  content: "";
}
.fl-prefsEditor .fl-icon-syllabification::before {
  content: "";
}
.fl-prefsEditor .fl-icon-language::before {
  content: "";
}

[class*=fl-theme]:not(.fl-theme-prefsEditor-default) .fl-prefsEditor .fl-choice label,
[class*=fl-theme]:not(.fl-theme-prefsEditor-default) .fl-prefsEditor .fl-choice label span,
[class*=fl-theme]:not(.fl-theme-prefsEditor-default) .fl-prefsEditor .fl-choice label .fl-crossout {
  background-color: var(--fl-bgColor) !important;
  border-color: var(--fl-fgColor) !important;
  color: var(--fl-fgColor) !important;
}