@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre, code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  /* 1 */
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "ALW Piktograms";
  src: url("alwpikto.woff2.html") format("woff2"), url("alwpikto.woff") format("woff"), url("alwpikto.ttf") format("truetype"); }
@font-face {
  font-family: "Charis SIL";
  src: url("CharisSIL-R.woff2.html") format("woff2"), url("CharisSIL-R.woff") format("woff"), url("CharisSIL-R.ttf") format("truetype"); }
@font-face {
  font-family: "Charis SIL";
  src: url("CharisSIL-B.woff2.html") format("woff2"), url("CharisSIL-B.woff") format("woff"), url("CharisSIL-B.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: "Charis SIL";
  src: url("CharisSIL-I.woff2.html") format("woff2"), url("CharisSIL-I.woff") format("woff"), url("CharisSIL-I.ttf") format("truetype");
  font-style: italic; }
@font-face {
  font-family: "Charis SIL";
  src: url("CharisSIL-BI.woff2.html") format("woff2"), url("CharisSIL-BI.woff") format("woff"), url("CharisSIL-BI.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "Serto Jerusalem";
  src: url("SertoJerusalem.woff2.html") format("woff2"), url("SertoJerusalem.woff") format("woff"), url("SertoJerusalem.ttf") format("truetype"); }
@font-face {
  font-family: "Serto Jerusalem";
  src: url("SertoJerusalemBold.woff2.html") format("woff2"), url("SertoJerusalemBold.woff") format("woff"), url("SertoJerusalemBold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: "Serto Jerusalem";
  src: url("SertoJerusalemItalic.woff2.html") format("woff2"), url("SertoJerusalemItalic.woff") format("woff"), url("SertoJerusalemItalic.ttf") format("truetype");
  font-style: italic; }
*[lang=syr] {
  font-size: 14pt; }

body {
  font-size: 90%; }
  body.user ul.language_version {
    font-size: 92%; }
  body #session-links {
    font-size: 75%; }
    body #session-links input[type=search] {
      font-size: 120%; }
    body #session-links select {
      font-size: 115%; }
  body #toc-heading, body #toc {
    font-size: 75%; }
  body #articles {
    font-size: 105%; }
  body #session-links a i,
  body .btn i {
    font-size: 150%; }
  body.admin fieldset {
    font-size: 85%; }
  body.admin.exercises #sidebar ul {
    font-size: 75%; }

body#tinymce_heading_instance,
body#tinymce_name_instance,
body.user #articles article {
  font-size: 100%; }
  body#tinymce_heading_instance header,
  body#tinymce_name_instance header,
  body.user #articles article header {
    font-size: 110%; }
    body#tinymce_heading_instance header table td,
    body#tinymce_name_instance header table td,
    body.user #articles article header table td {
      font-size: 120%; }
  body#tinymce_heading_instance section h2,
  body#tinymce_name_instance section h2,
  body.user #articles article section h2 {
    font-size: 140%; }
  body#tinymce_heading_instance section h3,
  body#tinymce_name_instance section h3,
  body.user #articles article section h3 {
    font-size: 130%; }
  body#tinymce_heading_instance section h4,
  body#tinymce_name_instance section h4,
  body.user #articles article section h4 {
    font-size: 120%; }
  body#tinymce_heading_instance section table td,
  body#tinymce_name_instance section table td,
  body.user #articles article section table td {
    font-size: 90%; }
    body#tinymce_heading_instance section table td[lang=syr],
    body#tinymce_name_instance section table td[lang=syr],
    body.user #articles article section table td[lang=syr] {
      font-size: 14pt; }

html, body {
  height: 100%; }

body a {
  color: #2a79d6;
  text-decoration: none; }
  body a:hover {
    color: #205ba1; }
body #grid-container::after {
  clear: both;
  content: "";
  display: block; }
body #admin-size-info {
  display: none; }

input[type=search],
input[type=text] {
  -webkit-appearance: none;
  border: 1px solid #2a79d6;
  padding: 4px 2px 3px 5px;
  height: 24px !important; }

select {
  height: 24px;
  margin: 0;
  border: 0;
  border: 1px solid #266dc1;
  border-top: 2px solid #266dc1;
  background: #ffffff url(form_select_background.png);
  background-size: 14px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  padding-left: 1px;
  padding-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px; }

input[type=submit] {
  display: inline-block;
  text-decoration: none;
  cursor: pointer !important;
  background: #266dc1;
  color: #ffffff;
  border: 1px solid #1d5291;
  border-radius: 1px;
  outline: none;
  box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.35);
  transition: all, 0.1s;
  padding: 3px 5px; }
  input[type=submit] i {
    vertical-align: -10%; }
@-moz-document url-prefix() {
  input[type=submit] {
    padding: 3px 6px 4px 6px; } }
  @supports (-moz-appearance: none) and (background-attachment: local) and (not (-moz-osx-font-smoothing: auto)) {
    @media not screen and (-moz-os-version) {
      input[type=submit] {
        padding: 4px 6px 3px 6px; } } }
  @media screen and (-ms-high-contrast: none) {
    input[type=submit] {
      padding: 3px 6px 4px 6px; } }
  @supports (-ms-ime-align: auto) {
    input[type=submit] {
      padding: 3px 6px 4px 6px; } }
  input[type=submit]:hover {
    background-color: #3c7cc7;
    color: #ffffff; }
  input[type=submit]:active, input[type=submit]:focus {
    border: 1px solid #3c7cc7; }

#flash {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 60%;
  max-width: 90%;
  z-index: 2; }
  #flash div {
    line-height: 1.8;
    padding: 0 0.5em 0.125em 0.5em;
    border-radius: 0 0 8px 8px; }
    #flash div.notice {
      background-color: #43c35c;
      color: #3b3b3b;
      border: 1px solid #04af26; }
    #flash div.error {
      background-color: #ff4046;
      color: contast-switch(#ff4046);
      border: 1px solid #ff0008; }
  @media only screen and (min-width: 650px) {
    #flash {
      min-width: auto;
      max-width: auto; } }

@media only screen and (min-width: 650px) {
  body.contents #flash {
    margin-left: calc(12.5%); } }
.swipe {
  z-index: 4;
  position: fixed;
  top: 0;
  height: 100%;
  width: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  display: none; }

#swipeleft {
  right: 0;
  background-position: right;
  background-image: url(swipeleft.png); }

#swiperight {
  left: 0;
  background-position: left;
  background-image: url(swiperight.png); }

body.contents.user #logo,
body.preferences.user #logo {
  padding: 0;
  width: 100%;
  height: 2.625em;
  background: linear-gradient(#cadef5, #f2f2f2); }
  body.contents.user #logo img,
  body.preferences.user #logo img {
    position: absolute;
    top: 0.35em;
    right: 0.95em;
    height: 1.9em; }
body.contents.user #toc-heading, body.contents.user #toc, body.contents.user #sidebar-handle, body.contents.user #new-item-button,
body.preferences.user #toc-heading,
body.preferences.user #toc,
body.preferences.user #sidebar-handle,
body.preferences.user #new-item-button {
  display: none; }
body.contents.user #sidebar #mobile-menu-button,
body.preferences.user #sidebar #mobile-menu-button {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  cursor: pointer;
  z-index: 3; }
  body.contents.user #sidebar #mobile-menu-button.fixed,
  body.preferences.user #sidebar #mobile-menu-button.fixed {
    position: fixed; }
    body.contents.user #sidebar #mobile-menu-button.fixed i,
    body.preferences.user #sidebar #mobile-menu-button.fixed i {
      color: #2467b6; }
  body.contents.user #sidebar #mobile-menu-button i,
  body.preferences.user #sidebar #mobile-menu-button i {
    font-weight: bold;
    transition: color 0.5s; }
  body.contents.user #sidebar #mobile-menu-button:hover i,
  body.preferences.user #sidebar #mobile-menu-button:hover i {
    color: #ffffff;
    transition: color 0.5s; }
body.contents.user #content main,
body.preferences.user #content main {
  padding: 0.35em 0.35em 0 0.35em; }
  body.contents.user #content main article:first-child,
  body.preferences.user #content main article:first-child {
    padding-top: 2em; }
  body.contents.user #content main iframe, body.contents.user #content main p img,
  body.preferences.user #content main iframe,
  body.preferences.user #content main p img {
    max-width: calc(100%);
    z-index: 0; }
body.contents.user #content a.nav-links,
body.preferences.user #content a.nav-links {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0.5; }
  body.contents.user #content a.nav-links#prev,
  body.preferences.user #content a.nav-links#prev {
    margin-top: 35px; }
  body.contents.user #content a.nav-links#next,
  body.preferences.user #content a.nav-links#next {
    padding-bottom: 15px; }
@media only screen and (min-width: 650px) {
  body.contents.user #logo,
  body.preferences.user #logo {
    width: auto;
    background: linear-gradient(#cadef5, #f2f2f2);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 70px; }
    body.contents.user #logo img,
    body.preferences.user #logo img {
      position: relative;
      height: auto;
      height: 80%; }
  body.contents.user #logo, body.contents.user #heading, body.contents.user #sidebar,
  body.preferences.user #logo,
  body.preferences.user #heading,
  body.preferences.user #sidebar {
    width: calc(25%);
    float: left;
    margin-left: 0; }
    body.contents.user #logo.hidden, body.contents.user #heading.hidden, body.contents.user #sidebar.hidden,
    body.preferences.user #logo.hidden,
    body.preferences.user #heading.hidden,
    body.preferences.user #sidebar.hidden {
      width: calc(0%);
      float: left;
      margin-left: 0;
      display: none; }
  body.contents.user #logo, body.contents.user #heading, body.contents.user #toc,
  body.preferences.user #logo,
  body.preferences.user #heading,
  body.preferences.user #toc {
    border-right: 1px solid #999999;
    box-shadow: 3px 0px 6px 0 rgba(85, 85, 85, 0.5); }
  body.contents.user #toc-heading, body.contents.user #toc, body.contents.user #sidebar-handle,
  body.preferences.user #toc-heading,
  body.preferences.user #toc,
  body.preferences.user #sidebar-handle {
    display: block; }
  body.contents.user #sidebar,
  body.preferences.user #sidebar {
    position: fixed;
    top: 70px;
    height: calc(100% - 70px);
    overflow: auto; }
    body.contents.user #sidebar #mobile-menu-button,
    body.preferences.user #sidebar #mobile-menu-button {
      display: none; }
    body.contents.user #sidebar #toc-heading,
    body.preferences.user #sidebar #toc-heading {
      z-index: 3;
      position: relative;
      background-color: #5f9be0;
      color: #ffffff;
      padding: 4px 0.75em 5px 0.35em; }
  body.contents.user #sidebar-handle,
  body.preferences.user #sidebar-handle {
    display: block;
    width: 16px;
    background-color: #f04d31;
    position: fixed;
    margin: 8.5em 0 0 0;
    padding: 5px 0 6px 2px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #999999;
    border-left: 1px solid #f04d31;
    cursor: pointer;
    z-index: 2; }
    body.contents.user #sidebar-handle i,
    body.preferences.user #sidebar-handle i {
      color: #ffffff; }
  body.contents.user #content,
  body.preferences.user #content {
    width: calc(75%);
    float: left;
    margin-left: 0;
    margin-left: calc(25%); }
    body.contents.user #content.fullscreen,
    body.preferences.user #content.fullscreen {
      width: calc(100%);
      float: left;
      margin-left: 0;
      margin-left: none; }
    body.contents.user #content main,
    body.preferences.user #content main {
      padding: 0 0.5em 0 2.5em; }
      body.contents.user #content main article:first-child,
      body.preferences.user #content main article:first-child {
        padding-top: 4em; }
    body.contents.user #content a.nav-links,
    body.preferences.user #content a.nav-links {
      margin-left: calc(25%/2); } }

body #session-links {
  position: fixed;
  top: 7px;
  right: 1em;
  z-index: 3;
  display: none; }
  body #session-links form {
    display: inline-block; }
    body #session-links form select {
      min-width: 110px;
      width: 100%; }
  body #session-links a {
    color: #205ba1; }
    body #session-links a:hover {
      color: #ffffff; }
body.index #session-links {
  display: block; }
@media only screen and (min-width: 650px) {
  body #session-links {
    display: block;
    z-index: 1;
    right: 6px; }
    body #session-links a, body #session-links span {
      vertical-align: top;
      color: #2a79d6;
      display: inline-block;
      text-decoration: none;
      cursor: pointer !important;
      background: #266dc1;
      color: #ffffff;
      border: 1px solid #1d5291;
      border-radius: 1px;
      outline: none;
      box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.35);
      transition: all, 0.1s;
      padding: 3px 5px;
      border-bottom: 1px solid #1d5596; }
      body #session-links a i, body #session-links span i {
        vertical-align: -10%; }
  @-moz-document url-prefix() {
    body #session-links a, body #session-links span {
      padding: 3px 6px 4px 6px; } }
      @supports (-moz-appearance: none) and (background-attachment: local) and (not (-moz-osx-font-smoothing: auto)) {
        @media not screen and (-moz-os-version) {
          body #session-links a, body #session-links span {
            padding: 4px 6px 3px 6px; } } } }
    @media only screen and (min-width: 650px) and (-ms-high-contrast: none) {
      body #session-links a, body #session-links span {
        padding: 3px 6px 4px 6px; } }
@media only screen and (min-width: 650px) {
      @supports (-ms-ime-align: auto) {
        body #session-links a, body #session-links span {
          padding: 3px 6px 4px 6px; } }
      body #session-links a:hover, body #session-links span:hover {
        background-color: #3c7cc7;
        color: #ffffff; }
      body #session-links a:active, body #session-links a:focus, body #session-links span:active, body #session-links span:focus {
        border: 1px solid #3c7cc7; } }

nav#sidebar {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif, "Charis SIL", "Serto Jerusalem", "FontAwesome"; }
  nav#sidebar #toc,
  nav#sidebar #loe {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background: #f47a65;
    padding: 0;
    z-index: 2; }
    nav#sidebar #toc ul,
    nav#sidebar #loe ul {
      list-style-type: none;
      padding: 0; }
      nav#sidebar #toc ul li.level_1 > span,
      nav#sidebar #loe ul li.level_1 > span {
        font-weight: bold;
        padding-bottom: 0.5em;
        display: inline-block; }
      nav#sidebar #toc ul ul li,
      nav#sidebar #loe ul ul li {
        padding-left: 1em;
        line-height: 1.5; }
        nav#sidebar #toc ul ul li a, nav#sidebar #toc ul ul li span,
        nav#sidebar #loe ul ul li a,
        nav#sidebar #loe ul ul li span {
          color: #ffffff; }
        nav#sidebar #toc ul ul li a:hover,
        nav#sidebar #toc ul ul li a:hover span,
        nav#sidebar #toc ul ul li a.active,
        nav#sidebar #toc ul ul li a.active span,
        nav#sidebar #loe ul ul li a:hover,
        nav#sidebar #loe ul ul li a:hover span,
        nav#sidebar #loe ul ul li a.active,
        nav#sidebar #loe ul ul li a.active span {
          color: #3b3b3b;
          transition: color 0.5s; }
        nav#sidebar #toc ul ul li span,
        nav#sidebar #loe ul ul li span {
          font-weight: bold; }
        nav#sidebar #toc ul ul li.level_2,
        nav#sidebar #loe ul ul li.level_2 {
          padding-left: 0; }
        nav#sidebar #toc ul ul li.level_3,
        nav#sidebar #loe ul ul li.level_3 {
          padding-left: 2.75em;
          text-indent: -1.75em; }
    nav#sidebar #toc > ul,
    nav#sidebar #loe > ul {
      margin: 0;
      padding: 0.55em 0.5em 0 2.25em; }
    @media only screen and (min-width: 650px) {
      nav#sidebar #toc,
      nav#sidebar #loe {
        background-color: #f04d31; }
        nav#sidebar #toc ul.level_2 ul,
        nav#sidebar #loe ul.level_2 ul {
          display: none; }
        nav#sidebar #toc > ul,
        nav#sidebar #loe > ul {
          padding: 0.5em 0.5em 0 0.35em;
          overflow-y: auto;
          height: calc(100% - 95px); } }
  nav#sidebar span.translit {
    font-weight: normal !important; }

.mce-tinymce:first-child {
  border-top: none !important; }

i.mce-i-fa-check-square-o:before,
i.mce-i-fa-upload:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: lighter;
  text-decoration: none;
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
  padding: 1px 4px;
  margin-left: 0.5em;
  position: absolute;
  top: 10%;
  left: 0; }

i.mce-i-fa-check-square-o:before {
  content: ""; }

i.mce-i-fa-upload:before {
  content: ""; }

body.contents.editor #admin-size-info,
body.admin.exercises #admin-size-info {
  display: block;
  padding: 0.5em;
  margin: 0; }
body.contents.editor #grid-container,
body.admin.exercises #grid-container {
  display: none; }
@media only screen and (min-width: 450px) {
  body.contents.editor #admin-size-info, body.contents.editor #toc-heading, body.contents.editor #sidebar-handle, body.contents.editor #mobile-menu-button,
  body.admin.exercises #admin-size-info,
  body.admin.exercises #toc-heading,
  body.admin.exercises #sidebar-handle,
  body.admin.exercises #mobile-menu-button {
    display: none; }
  body.contents.editor #sidebar, body.contents.editor #toc, body.contents.editor #toc ul.level_1,
  body.contents.editor #grid-container, body.contents.editor #content, body.contents.editor #content form,
  body.admin.exercises #sidebar,
  body.admin.exercises #toc,
  body.admin.exercises #toc ul.level_1,
  body.admin.exercises #grid-container,
  body.admin.exercises #content,
  body.admin.exercises #content form {
    height: 100%; }
  body.contents.editor #grid-container,
  body.admin.exercises #grid-container {
    display: block;
    background-color: #cccccc; }
  body.contents.editor #logo, body.contents.editor #sidebar,
  body.admin.exercises #logo,
  body.admin.exercises #sidebar {
    border-right: 1px solid #3b3b3b !important; }
  body.contents.editor #logo,
  body.admin.exercises #logo {
    background-color: #3c3c3c; }
    body.contents.editor #logo img,
    body.admin.exercises #logo img {
      height: 30px;
      padding: 2px 0.25em; }
      @supports (-moz-appearance: none) and (background-attachment: local) and (not (-moz-osx-font-smoothing: auto)) {
        @media not screen and (-moz-os-version) {
          body.contents.editor #logo img,
          body.admin.exercises #logo img {
            padding: 4px 0.25em 0px 0.25em; } } }
  body.contents.editor fieldset,
  body.admin.exercises fieldset {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    border: none;
    border-top: 1px solid #787878;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 40px; }
    body.contents.editor fieldset input[type=checkbox],
    body.admin.exercises fieldset input[type=checkbox] {
      vertical-align: -20%; }
  body.contents.editor #sidebar,
  body.admin.exercises #sidebar {
    width: calc(25% - 1.25px);
    float: left;
    margin-left: 1px;
    background-color: #787878;
    position: fixed;
    overflow-y: auto;
    border: none;
    box-shadow: none;
    margin: 0; }
    body.contents.editor #sidebar #toc,
    body.contents.editor #sidebar #loe,
    body.admin.exercises #sidebar #toc,
    body.admin.exercises #sidebar #loe {
      background-color: transparent;
      display: block; }
      body.contents.editor #sidebar #toc a:hover,
      body.contents.editor #sidebar #loe a:hover,
      body.admin.exercises #sidebar #toc a:hover,
      body.admin.exercises #sidebar #loe a:hover {
        color: black; }
      body.contents.editor #sidebar #toc ul.level_1,
      body.contents.editor #sidebar #loe ul.level_1,
      body.admin.exercises #sidebar #toc ul.level_1,
      body.admin.exercises #sidebar #loe ul.level_1 {
        margin: 0;
        padding: 0.25em 0 0 0.25em;
        background-color: transparent; }
        body.contents.editor #sidebar #toc ul.level_1 li.level_1 span,
        body.contents.editor #sidebar #loe ul.level_1 li.level_1 span,
        body.admin.exercises #sidebar #toc ul.level_1 li.level_1 span,
        body.admin.exercises #sidebar #loe ul.level_1 li.level_1 span {
          color: #ffffff; }
    body.contents.editor #sidebar fieldset,
    body.admin.exercises #sidebar fieldset {
      height: 31px;
      line-height: 31px; }
  body.contents.editor #content,
  body.admin.exercises #content {
    width: calc(75% - 1.75px);
    float: left;
    margin-left: 1px;
    margin: 0 0 0 calc(25%);
    position: fixed;
    top: 0; }
    body.contents.editor #content form,
    body.admin.exercises #content form {
      min-width: 918px; }
      body.contents.editor #content form fieldset,
      body.admin.exercises #content form fieldset {
        padding-left: 10px; }
        body.contents.editor #content form fieldset input[type=submit],
        body.admin.exercises #content form fieldset input[type=submit] {
          font-weight: normal;
          background-color: red;
          position: fixed;
          right: 10px;
          bottom: 10px; }
        body.contents.editor #content form fieldset input[type=text],
        body.admin.exercises #content form fieldset input[type=text] {
          height: 15px !important; } }

@media only screen and (min-width: 650px) {
  body.contents #sidebar form fieldset,
  body.admin.exercises #sidebar form fieldset {
    width: calc(25% - 1.25px);
    float: left;
    margin-left: 1px;
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #3b3b3b;
    margin: 0;
    padding: 5px 1px 5px 0;
    opacity: 1;
    z-index: 2;
    border: 0; }
    body.contents #sidebar form fieldset input[type=submit],
    body.admin.exercises #sidebar form fieldset input[type=submit] {
      display: inline-block;
      text-decoration: none;
      cursor: pointer !important;
      background: #266dc1;
      color: #ffffff;
      border: 1px solid #1d5291;
      border-radius: 1px;
      outline: none;
      box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.35);
      transition: all, 0.1s;
      padding: 3px 5px;
      margin-left: 8px; }
      body.contents #sidebar form fieldset input[type=submit] i,
      body.admin.exercises #sidebar form fieldset input[type=submit] i {
        vertical-align: -10%; }
  @-moz-document url-prefix() {
    body.contents #sidebar form fieldset input[type=submit],
    body.admin.exercises #sidebar form fieldset input[type=submit] {
      padding: 3px 6px 4px 6px; } }
      @supports (-moz-appearance: none) and (background-attachment: local) and (not (-moz-osx-font-smoothing: auto)) {
        @media not screen and (-moz-os-version) {
          body.contents #sidebar form fieldset input[type=submit],
          body.admin.exercises #sidebar form fieldset input[type=submit] {
            padding: 4px 6px 3px 6px; } } } }
    @media only screen and (min-width: 650px) and (-ms-high-contrast: none) {
      body.contents #sidebar form fieldset input[type=submit],
      body.admin.exercises #sidebar form fieldset input[type=submit] {
        padding: 3px 6px 4px 6px; } }
@media only screen and (min-width: 650px) {
      @supports (-ms-ime-align: auto) {
        body.contents #sidebar form fieldset input[type=submit],
        body.admin.exercises #sidebar form fieldset input[type=submit] {
          padding: 3px 6px 4px 6px; } }
      body.contents #sidebar form fieldset input[type=submit]:hover,
      body.admin.exercises #sidebar form fieldset input[type=submit]:hover {
        background-color: #3c7cc7;
        color: #ffffff; }
      body.contents #sidebar form fieldset input[type=submit]:active, body.contents #sidebar form fieldset input[type=submit]:focus,
      body.admin.exercises #sidebar form fieldset input[type=submit]:active,
      body.admin.exercises #sidebar form fieldset input[type=submit]:focus {
        border: 1px solid #3c7cc7; } }

body.admin.exercises #logo img {
  height: 32px; }
body.admin.exercises #loe ul {
  margin-top: 0.35em; }
  body.admin.exercises #loe ul a {
    color: #ffffff; }
    body.admin.exercises #loe ul a.active {
      color: black; }
    body.admin.exercises #loe ul a span {
      font-weight: bold; }
body.admin.exercises #sidebar ul {
  padding-top: 0;
  padding-bottom: 6em; }
  body.admin.exercises #sidebar ul hr {
    border-style: solid;
    border: none;
    border-bottom: 1px solid #cccccc; }
body.admin.exercises #content {
  top: 38px; }
  body.admin.exercises #content form fieldset {
    background-color: #d9d9d9; }
    body.admin.exercises #content form fieldset input[type=text] {
      width: 1.25em; }
    body.admin.exercises #content form fieldset select, body.admin.exercises #content form fieldset input[type=text] {
      margin-left: 1em; }
  body.admin.exercises #content p {
    margin: 0.5em 0 0 0.5em; }
body.admin.exercises .exercise_type {
  padding: 0.75em 1em 1em 1em; }
  body.admin.exercises .exercise_type p {
    font-weight: bold;
    margin: 0 0 0.5em 0 !important; }

body.index h3 {
  font-weight: bold;
  background: linear-gradient(#cadef5, #f2f2f2);
  padding: 0 2em 0.5em 0.5em;
  color: #3b3b3b;
  margin: 0 0 1em 0; }
  body.index h3 img {
    width: 10em;
    padding: 0.5em 0 0.5em 0; }
  body.index h3 span {
    font-weight: normal; }
body.index main ul {
  border-radius: 3px;
  list-style-type: none;
  margin: 0;
  padding: 0; }
body.index main > ul {
  background: linear-gradient(#9fc3ed, white);
  margin: 0 0.8em 0.5em 0.6em; }
  body.index main > ul h4 {
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0 0.35em 0.35em; }
  body.index main > ul ul {
    display: flex;
    flex-direction: column;
    padding: 0.25em 0 0.4em 0.5em;
    -moz-columns: 1;
         columns: 1; }
    body.index main > ul ul li {
      display: block;
      padding: 0.5em;
      margin: 0.5em 0.5em 0 0;
      min-width: 3em; }
      body.index main > ul ul li:nth-child(1) {
        order: 6; }
      body.index main > ul ul li:nth-child(2) {
        order: 0; }
      body.index main > ul ul li:nth-child(3) {
        order: 2; }
      body.index main > ul ul li:nth-child(4) {
        order: 4; }
      body.index main > ul ul li:nth-child(5) {
        order: 3; }
      body.index main > ul ul li:nth-child(6) {
        order: 1; }
      body.index main > ul ul li:nth-child(7) {
        order: 5; }
      body.index main > ul ul li a {
        text-decoration: none;
        color: #ffffff; }
        body.index main > ul ul li a:hover {
          color: #f04d31; }
body.index p.keyboard {
  max-width: 30em;
  padding-top: 0;
  margin-left: 1em;
  font-size: 80%; }
body.index footer {
  margin-top: 3em; }
  body.index footer div {
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px; }
    body.index footer div:last-child {
      padding-bottom: 30px; }
      body.index footer div:last-child p {
        font-weight: normal; }
  body.index footer p {
    margin: 0 20px;
    font-weight: bold;
    text-align: center; }
  body.index footer img {
    width: 100%;
    margin: 15px auto 0;
    display: block; }
@media only screen and (min-width: 650px) {
  body.index #grid-container, body.index main {
    height: 100%;
    min-height: 655px; }
  body.index #grid-container, body.index footer {
    min-width: 735px; }
  body.index main {
    background-image: url(ms-files.png);
    background-repeat: no-repeat;
    background-size: 115% auto; }
    body.index main h3 {
      min-width: 710px; }
      body.index main h3 img {
        width: 6.5em;
        padding-bottom: 0.25em; }
    body.index main ul, body.index main ul ul, body.index main li {
      margin: 0;
      padding: 0; }
    body.index main ul, body.index main ul ul {
      background: none; }
    body.index main > ul {
      width: 50em;
      margin: 1.5em 0 0 1.5em; }
      body.index main > ul ul {
        flex-direction: row;
        -moz-columns: auto;
             columns: auto;
        padding-left: 0.35em; }
        body.index main > ul ul li {
          display: inline;
          background: transparent;
          margin: 0 5px 0 0;
          padding: 0; }
          body.index main > ul ul li a {
            display: inline-block;
            text-decoration: none;
            cursor: pointer !important;
            background: #266dc1;
            color: #ffffff;
            border: 1px solid #1d5291;
            border-radius: 1px;
            outline: none;
            box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.35);
            transition: all, 0.1s;
            padding: 3px 5px;
            padding: 1em 1.5em !important; }
            body.index main > ul ul li a i {
              vertical-align: -10%; }
  @-moz-document url-prefix() {
    body.index main > ul ul li a {
      padding: 3px 6px 4px 6px; } }
            @supports (-moz-appearance: none) and (background-attachment: local) and (not (-moz-osx-font-smoothing: auto)) {
              @media not screen and (-moz-os-version) {
                body.index main > ul ul li a {
                  padding: 4px 6px 3px 6px; } } } }
          @media only screen and (min-width: 650px) and (-ms-high-contrast: none) {
            body.index main > ul ul li a {
              padding: 3px 6px 4px 6px; } }
@media only screen and (min-width: 650px) {
            @supports (-ms-ime-align: auto) {
              body.index main > ul ul li a {
                padding: 3px 6px 4px 6px; } }
            body.index main > ul ul li a:hover {
              background-color: #3c7cc7;
              color: #ffffff; }
            body.index main > ul ul li a:active, body.index main > ul ul li a:focus {
              border: 1px solid #3c7cc7; }
            body.index main > ul ul li a.published {
              background-color: #04af26; }
            body.index main > ul ul li a.unpublished {
              background-color: #95bceb; }
    body.index main p.keyboard {
      margin-left: 2.25em;
      max-width: 48em; }
  body.index footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    background-color: #ffffff;
    width: 100%; }
    body.index footer div {
      display: inline-block;
      width: 800px; }
      body.index footer div p {
        font-weight: bold;
        display: inline-flex; }
      body.index footer div:last-child {
        padding-bottom: 0; }
        body.index footer div:last-child p {
          font-weight: normal;
          margin-bottom: 0; }
      body.index footer div img {
        margin: 25px 0; } }

body.login {
  background-color: #f47a65; }
  body.login #login-form {
    padding: 0.5em; }
    body.login #login-form p {
      margin: 0;
      width: 100%; }
    body.login #login-form label {
      display: inline-block;
      color: #ffffff;
      float: left;
      line-height: 35px; }
    body.login #login-form input {
      float: right;
      height: 1.5em;
      margin-bottom: 0.5em;
      width: 70%; }
      body.login #login-form input[type=submit] {
        clear: both;
        width: 100%;
        height: 2em; }
  @media only screen and (min-width: 650px) {
    body.login {
      background-color: transparent; }
      body.login #login-form {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
        background-color: #f04d31;
        width: 340px; }
        body.login #login-form label, body.login #login-form input {
          float: none; }
        body.login #login-form label {
          min-width: 8em; }
        body.login #login-form input {
          margin-bottom: 0.25em;
          width: 200px; }
          body.login #login-form input[type=submit] {
            width: 100%;
            margin-top: 0.25em;
            margin-bottom: 0; } }

pre.error {
  background-color: #ff0008;
  color: #ffffff;
  padding: 0.5em; }

body.preferences #logo {
  border-right: none !important;
  box-shadow: none !important;
  width: 100% !important;
  text-align: left !important;
  z-index: -1 !important;
  padding-left: 1em !important; }
body.preferences #content form {
  margin-top: 10em; }
  body.preferences #content form label, body.preferences #content form input, body.preferences #content form select {
    display: block; }
  body.preferences #content form label, body.preferences #content form input[type=submit] {
    margin-top: 0.5em !important; }
  body.preferences #content form input[type=submit] {
    display: inline-block;
    text-decoration: none;
    cursor: pointer !important;
    background: #266dc1;
    color: #ffffff;
    border: 1px solid #1d5291;
    border-radius: 1px;
    outline: none;
    box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.35);
    transition: all, 0.1s;
    padding: 3px 5px; }
    body.preferences #content form input[type=submit] i {
      vertical-align: -10%; }
@-moz-document url-prefix() {
  body.preferences #content form input[type=submit] {
    padding: 3px 6px 4px 6px; } }
    @supports (-moz-appearance: none) and (background-attachment: local) and (not (-moz-osx-font-smoothing: auto)) {
      @media not screen and (-moz-os-version) {
        body.preferences #content form input[type=submit] {
          padding: 4px 6px 3px 6px; } } }
    @media screen and (-ms-high-contrast: none) {
      body.preferences #content form input[type=submit] {
        padding: 3px 6px 4px 6px; } }
    @supports (-ms-ime-align: auto) {
      body.preferences #content form input[type=submit] {
        padding: 3px 6px 4px 6px; } }
    body.preferences #content form input[type=submit]:hover {
      background-color: #3c7cc7;
      color: #ffffff; }
    body.preferences #content form input[type=submit]:active, body.preferences #content form input[type=submit]:focus {
      border: 1px solid #3c7cc7; }

*[lang=syr] {
  direction: rtl;
  text-align: right;
  font-family: "Serto Jerusalem", "Charis SIL", "FontAwesome" !important; }

#content article {
  margin-right: 0.5em; }
#content article, #content textarea {
  font-family: "Charis SIL", "Serto Jerusalem", "FontAwesome"; }

body#tinymce_heading_instance,
body#tinymce_name_instance {
  overflow-y: hidden !important; }

body#tinymce_heading_instance,
body.user #articles article header {
  background-color: #75a8e4; }
  @media only screen and (min-width: 450px) {
    body#tinymce_heading_instance table,
    body.user #articles article header table {
      width: 100%; } }
  @media only screen and (min-width: 650px) {
    body#tinymce_heading_instance table,
    body.user #articles article header table {
      width: 100%; } }
  body#tinymce_heading_instance table td,
  body.user #articles article header table td {
    font-weight: bold;
    line-height: 1; }

body#tinymce_heading_instance table td,
body#tinymce_section_instance,
body#tinymce_html_instance,
body.user #articles article {
  color: #3b3b3b; }

body#tinymce_heading_instance table td .grey_background,
body#tinymce_section_instance .grey_background,
body#tinymce_html_instance .grey_background,
body.user #articles article section .grey_background {
  background-color: #dedede; }
body#tinymce_heading_instance table td .greyed_out,
body#tinymce_section_instance .greyed_out,
body#tinymce_html_instance .greyed_out,
body.user #articles article section .greyed_out {
  color: #cccccc; }
body#tinymce_heading_instance table td .highlight,
body#tinymce_section_instance .highlight,
body#tinymce_html_instance .highlight,
body.user #articles article section .highlight {
  color: #ff0008; }
body#tinymce_heading_instance table td .hidden, body#tinymce_heading_instance table td .correct_answer, body#tinymce_heading_instance table td .incorrect_answer,
body#tinymce_section_instance .hidden,
body#tinymce_section_instance .correct_answer,
body#tinymce_section_instance .incorrect_answer,
body#tinymce_html_instance .hidden,
body#tinymce_html_instance .correct_answer,
body#tinymce_html_instance .incorrect_answer,
body.user #articles article section .hidden,
body.user #articles article section .correct_answer,
body.user #articles article section .incorrect_answer {
  cursor: help; }
body#tinymce_heading_instance table td .hidden,
body#tinymce_section_instance .hidden,
body#tinymce_html_instance .hidden,
body.user #articles article section .hidden {
  background-color: #ffccce;
  padding: 1px 3px; }
  body#tinymce_heading_instance table td .hidden:hover,
  body#tinymce_section_instance .hidden:hover,
  body#tinymce_html_instance .hidden:hover,
  body.user #articles article section .hidden:hover {
    color: #2a79d6; }
body#tinymce_heading_instance table td .correct_answer:before, body#tinymce_heading_instance table td .incorrect_answer:before, body#tinymce_heading_instance table td .selected_left:before, body#tinymce_heading_instance table td .selected_right:before,
body#tinymce_section_instance .correct_answer:before,
body#tinymce_section_instance .incorrect_answer:before,
body#tinymce_section_instance .selected_left:before,
body#tinymce_section_instance .selected_right:before,
body#tinymce_html_instance .correct_answer:before,
body#tinymce_html_instance .incorrect_answer:before,
body#tinymce_html_instance .selected_left:before,
body#tinymce_html_instance .selected_right:before,
body.user #articles article section .correct_answer:before,
body.user #articles article section .incorrect_answer:before,
body.user #articles article section .selected_left:before,
body.user #articles article section .selected_right:before {
  color: #ffccce;
  background-color: #ffccce;
  display: inline-block;
  width: 10pt;
  margin: 0 0.5em;
  padding: 0 0.25em;
  text-align: center; }
body#tinymce_heading_instance table td .correct_answer:before,
body#tinymce_section_instance .correct_answer:before,
body#tinymce_html_instance .correct_answer:before,
body.user #articles article section .correct_answer:before {
  content: ""; }
body#tinymce_heading_instance table td .correct_answer:hover:before,
body#tinymce_section_instance .correct_answer:hover:before,
body#tinymce_html_instance .correct_answer:hover:before,
body.user #articles article section .correct_answer:hover:before {
  color: #04af26; }
body#tinymce_heading_instance table td .incorrect_answer:before,
body#tinymce_section_instance .incorrect_answer:before,
body#tinymce_html_instance .incorrect_answer:before,
body.user #articles article section .incorrect_answer:before {
  content: ""; }
body#tinymce_heading_instance table td .incorrect_answer:hover:before,
body#tinymce_section_instance .incorrect_answer:hover:before,
body#tinymce_html_instance .incorrect_answer:hover:before,
body.user #articles article section .incorrect_answer:hover:before {
  color: #ff0008; }
body#tinymce_heading_instance table td .selected_left:before,
body#tinymce_section_instance .selected_left:before,
body#tinymce_html_instance .selected_left:before,
body.user #articles article section .selected_left:before {
  content: "        "; }
body#tinymce_heading_instance table td .select_right:before,
body#tinymce_section_instance .select_right:before,
body#tinymce_html_instance .select_right:before,
body.user #articles article section .select_right:before {
  content: "        "; }
body#tinymce_heading_instance table td .selected_left, body#tinymce_heading_instance table td .selected_right,
body#tinymce_section_instance .selected_left,
body#tinymce_section_instance .selected_right,
body#tinymce_html_instance .selected_left,
body#tinymce_html_instance .selected_right,
body.user #articles article section .selected_left,
body.user #articles article section .selected_right {
  color: #ffffff; }
  body#tinymce_heading_instance table td .selected_left:before, body#tinymce_heading_instance table td .selected_right:before,
  body#tinymce_section_instance .selected_left:before,
  body#tinymce_section_instance .selected_right:before,
  body#tinymce_html_instance .selected_left:before,
  body#tinymce_html_instance .selected_right:before,
  body.user #articles article section .selected_left:before,
  body.user #articles article section .selected_right:before {
    width: 35pt; }
  body#tinymce_heading_instance table td .selected_left:hover:before, body#tinymce_heading_instance table td .selected_right:hover:before,
  body#tinymce_section_instance .selected_left:hover:before,
  body#tinymce_section_instance .selected_right:hover:before,
  body#tinymce_html_instance .selected_left:hover:before,
  body#tinymce_html_instance .selected_right:hover:before,
  body.user #articles article section .selected_left:hover:before,
  body.user #articles article section .selected_right:hover:before {
    color: #2a79d6; }
body#tinymce_heading_instance table td hr,
body#tinymce_section_instance hr,
body#tinymce_html_instance hr,
body.user #articles article section hr {
  width: 80%;
  margin-top: 2.125em;
  margin-bottom: 2.25em; }
body#tinymce_heading_instance table td p img,
body#tinymce_section_instance p img,
body#tinymce_html_instance p img,
body.user #articles article section p img {
  width: auto !important;
  height: auto !important; }
body#tinymce_heading_instance table td h2, body#tinymce_heading_instance table td h3, body#tinymce_heading_instance table td h4,
body#tinymce_section_instance h2,
body#tinymce_section_instance h3,
body#tinymce_section_instance h4,
body#tinymce_html_instance h2,
body#tinymce_html_instance h3,
body#tinymce_html_instance h4,
body.user #articles article section h2,
body.user #articles article section h3,
body.user #articles article section h4 {
  font-weight: bold; }
body#tinymce_heading_instance table td table a *, body#tinymce_heading_instance table td td a *, body#tinymce_heading_instance table td img a *,
body#tinymce_section_instance table a *,
body#tinymce_section_instance td a *,
body#tinymce_section_instance img a *,
body#tinymce_html_instance table a *,
body#tinymce_html_instance td a *,
body#tinymce_html_instance img a *,
body.user #articles article section table a *,
body.user #articles article section td a *,
body.user #articles article section img a * {
  color: #2a79d6; }
body#tinymce_heading_instance table td table a:hover, body#tinymce_heading_instance table td table a:hover *, body#tinymce_heading_instance table td td a:hover, body#tinymce_heading_instance table td td a:hover *, body#tinymce_heading_instance table td img a:hover, body#tinymce_heading_instance table td img a:hover *,
body#tinymce_section_instance table a:hover,
body#tinymce_section_instance table a:hover *,
body#tinymce_section_instance td a:hover,
body#tinymce_section_instance td a:hover *,
body#tinymce_section_instance img a:hover,
body#tinymce_section_instance img a:hover *,
body#tinymce_html_instance table a:hover,
body#tinymce_html_instance table a:hover *,
body#tinymce_html_instance td a:hover,
body#tinymce_html_instance td a:hover *,
body#tinymce_html_instance img a:hover,
body#tinymce_html_instance img a:hover *,
body.user #articles article section table a:hover,
body.user #articles article section table a:hover *,
body.user #articles article section td a:hover,
body.user #articles article section td a:hover *,
body.user #articles article section img a:hover,
body.user #articles article section img a:hover * {
  color: #ff0008 !important; }
@media only screen and (min-width: 650px) {
  body#tinymce_heading_instance table td table.width_5_percent, body#tinymce_heading_instance table td td.width_5_percent, body#tinymce_heading_instance table td img.width_5_percent,
  body#tinymce_section_instance table.width_5_percent,
  body#tinymce_section_instance td.width_5_percent,
  body#tinymce_section_instance img.width_5_percent,
  body#tinymce_html_instance table.width_5_percent,
  body#tinymce_html_instance td.width_5_percent,
  body#tinymce_html_instance img.width_5_percent,
  body.user #articles article section table.width_5_percent,
  body.user #articles article section td.width_5_percent,
  body.user #articles article section img.width_5_percent {
    width: 5% !important; }
  body#tinymce_heading_instance table td table.width_20_percent, body#tinymce_heading_instance table td td.width_20_percent, body#tinymce_heading_instance table td img.width_20_percent,
  body#tinymce_section_instance table.width_20_percent,
  body#tinymce_section_instance td.width_20_percent,
  body#tinymce_section_instance img.width_20_percent,
  body#tinymce_html_instance table.width_20_percent,
  body#tinymce_html_instance td.width_20_percent,
  body#tinymce_html_instance img.width_20_percent,
  body.user #articles article section table.width_20_percent,
  body.user #articles article section td.width_20_percent,
  body.user #articles article section img.width_20_percent {
    width: 20% !important; }
  body#tinymce_heading_instance table td table.width_30_percent, body#tinymce_heading_instance table td td.width_30_percent, body#tinymce_heading_instance table td img.width_30_percent,
  body#tinymce_section_instance table.width_30_percent,
  body#tinymce_section_instance td.width_30_percent,
  body#tinymce_section_instance img.width_30_percent,
  body#tinymce_html_instance table.width_30_percent,
  body#tinymce_html_instance td.width_30_percent,
  body#tinymce_html_instance img.width_30_percent,
  body.user #articles article section table.width_30_percent,
  body.user #articles article section td.width_30_percent,
  body.user #articles article section img.width_30_percent {
    width: 30% !important; }
  body#tinymce_heading_instance table td table.width_50_percent, body#tinymce_heading_instance table td td.width_50_percent, body#tinymce_heading_instance table td img.width_50_percent,
  body#tinymce_section_instance table.width_50_percent,
  body#tinymce_section_instance td.width_50_percent,
  body#tinymce_section_instance img.width_50_percent,
  body#tinymce_html_instance table.width_50_percent,
  body#tinymce_html_instance td.width_50_percent,
  body#tinymce_html_instance img.width_50_percent,
  body.user #articles article section table.width_50_percent,
  body.user #articles article section td.width_50_percent,
  body.user #articles article section img.width_50_percent {
    width: 50% !important; }
  body#tinymce_heading_instance table td table.width_80_percent, body#tinymce_heading_instance table td td.width_80_percent, body#tinymce_heading_instance table td img.width_80_percent,
  body#tinymce_section_instance table.width_80_percent,
  body#tinymce_section_instance td.width_80_percent,
  body#tinymce_section_instance img.width_80_percent,
  body#tinymce_html_instance table.width_80_percent,
  body#tinymce_html_instance td.width_80_percent,
  body#tinymce_html_instance img.width_80_percent,
  body.user #articles article section table.width_80_percent,
  body.user #articles article section td.width_80_percent,
  body.user #articles article section img.width_80_percent {
    width: 80% !important; }
  body#tinymce_heading_instance table td table.width_100_percent, body#tinymce_heading_instance table td td.width_100_percent, body#tinymce_heading_instance table td img.width_100_percent,
  body#tinymce_section_instance table.width_100_percent,
  body#tinymce_section_instance td.width_100_percent,
  body#tinymce_section_instance img.width_100_percent,
  body#tinymce_html_instance table.width_100_percent,
  body#tinymce_html_instance td.width_100_percent,
  body#tinymce_html_instance img.width_100_percent,
  body.user #articles article section table.width_100_percent,
  body.user #articles article section td.width_100_percent,
  body.user #articles article section img.width_100_percent {
    width: 100% !important; } }
body#tinymce_heading_instance table td table,
body#tinymce_section_instance table,
body#tinymce_html_instance table,
body.user #articles article section table {
  width: 100%; }
  body#tinymce_heading_instance table td table tr,
  body#tinymce_section_instance table tr,
  body#tinymce_html_instance table tr,
  body.user #articles article section table tr {
    line-height: 1.5em; }
  body#tinymce_heading_instance table td table tr:first-child td,
  body#tinymce_section_instance table tr:first-child td,
  body#tinymce_html_instance table tr:first-child td,
  body.user #articles article section table tr:first-child td {
    background-color: #e6e6e6;
    font-weight: bold; }
  body#tinymce_heading_instance table td table.two_columns td,
  body#tinymce_section_instance table.two_columns td,
  body#tinymce_html_instance table.two_columns td,
  body.user #articles article section table.two_columns td {
    width: 50%; }
  body#tinymce_heading_instance table td table.three_columns td,
  body#tinymce_section_instance table.three_columns td,
  body#tinymce_html_instance table.three_columns td,
  body.user #articles article section table.three_columns td {
    width: 33.33%; }
  body#tinymce_heading_instance table td table.four_columns td,
  body#tinymce_section_instance table.four_columns td,
  body#tinymce_html_instance table.four_columns td,
  body.user #articles article section table.four_columns td {
    width: 25%; }
  body#tinymce_heading_instance table td table.five_columns td,
  body#tinymce_section_instance table.five_columns td,
  body#tinymce_html_instance table.five_columns td,
  body.user #articles article section table.five_columns td {
    width: 20%; }
  body#tinymce_heading_instance table td table.six_columns td,
  body#tinymce_section_instance table.six_columns td,
  body#tinymce_html_instance table.six_columns td,
  body.user #articles article section table.six_columns td {
    width: 16.66%; }
  body#tinymce_heading_instance table td table.seven_columns td,
  body#tinymce_section_instance table.seven_columns td,
  body#tinymce_html_instance table.seven_columns td,
  body.user #articles article section table.seven_columns td {
    width: 14.28%; }
  body#tinymce_heading_instance table td table.no_header_row tr:first-child td,
  body#tinymce_section_instance table.no_header_row tr:first-child td,
  body#tinymce_html_instance table.no_header_row tr:first-child td,
  body.user #articles article section table.no_header_row tr:first-child td {
    background-color: transparent;
    font-weight: normal; }
  body#tinymce_heading_instance table td table.full_border tr:first-child td,
  body#tinymce_section_instance table.full_border tr:first-child td,
  body#tinymce_html_instance table.full_border tr:first-child td,
  body.user #articles article section table.full_border tr:first-child td {
    background-color: transparent;
    font-weight: normal; }
  body#tinymce_heading_instance table td table.first_cell_no_border tr:first-child td,
  body#tinymce_section_instance table.first_cell_no_border tr:first-child td,
  body#tinymce_html_instance table.first_cell_no_border tr:first-child td,
  body.user #articles article section table.first_cell_no_border tr:first-child td {
    background-color: transparent;
    font-weight: normal; }
  body#tinymce_heading_instance table td table.no_borders,
  body#tinymce_section_instance table.no_borders,
  body#tinymce_html_instance table.no_borders,
  body.user #articles article section table.no_borders {
    background-color: none; }
    body#tinymce_heading_instance table td table.no_borders td,
    body#tinymce_section_instance table.no_borders td,
    body#tinymce_html_instance table.no_borders td,
    body.user #articles article section table.no_borders td {
      background-color: transparent;
      font-weight: normal; }
  body#tinymce_heading_instance table td table.header_table,
  body#tinymce_section_instance table.header_table,
  body#tinymce_html_instance table.header_table,
  body.user #articles article section table.header_table {
    color: #3b3b3b; }
    body#tinymce_heading_instance table td table.header_table td,
    body#tinymce_section_instance table.header_table td,
    body#tinymce_html_instance table.header_table td,
    body.user #articles article section table.header_table td {
      font-weight: bold; }
    body#tinymce_heading_instance table td table.header_table tr:first-child td,
    body#tinymce_section_instance table.header_table tr:first-child td,
    body#tinymce_html_instance table.header_table tr:first-child td,
    body.user #articles article section table.header_table tr:first-child td {
      background-color: transparent; }
    body#tinymce_heading_instance table td table.header_table.h2,
    body#tinymce_section_instance table.header_table.h2,
    body#tinymce_html_instance table.header_table.h2,
    body.user #articles article section table.header_table.h2 {
      background-color: #95bceb; }
    body#tinymce_heading_instance table td table.header_table.h3,
    body#tinymce_section_instance table.header_table.h3,
    body#tinymce_html_instance table.header_table.h3,
    body.user #articles article section table.header_table.h3 {
      background-color: #bfd7f3; }
    body#tinymce_heading_instance table td table.header_table.h4,
    body#tinymce_section_instance table.header_table.h4,
    body#tinymce_html_instance table.header_table.h4,
    body.user #articles article section table.header_table.h4 {
      background-color: #eaf2fb; }
  body#tinymce_heading_instance table td table.infobox td,
  body#tinymce_section_instance table.infobox td,
  body#tinymce_html_instance table.infobox td,
  body.user #articles article section table.infobox td {
    background-color: transparent !important;
    font-weight: normal !important; }
  body#tinymce_heading_instance table td table.infobox.notice,
  body#tinymce_section_instance table.infobox.notice,
  body#tinymce_html_instance table.infobox.notice,
  body.user #articles article section table.infobox.notice {
    background-color: #ffdaa9; }
  body#tinymce_heading_instance table td table.infobox.culture,
  body#tinymce_section_instance table.infobox.culture,
  body#tinymce_html_instance table.infobox.culture,
  body.user #articles article section table.infobox.culture {
    background-color: #beeeb2; }
  body#tinymce_heading_instance table td table.infobox.grammar,
  body#tinymce_section_instance table.infobox.grammar,
  body#tinymce_html_instance table.infobox.grammar,
  body.user #articles article section table.infobox.grammar {
    background-color: #cadef5; }
    body#tinymce_heading_instance table td table.infobox.grammar table th,
    body#tinymce_section_instance table.infobox.grammar table th,
    body#tinymce_html_instance table.infobox.grammar table th,
    body.user #articles article section table.infobox.grammar table th {
      background-color: #b4d0f1; }
body#tinymce_heading_instance table td ul,
body#tinymce_section_instance ul,
body#tinymce_html_instance ul,
body.user #articles article section ul {
  list-style-type: square; }

body#tinymce_section_instance,
body#tinymce_html_instance {
  margin-right: 0; }

@media only screen and (min-width: 650px) {
  body.user #articles article {
    margin-right: 0; } }

body#tinymce_section_instance .exercise,
body#tinymce_html_instance .exercise,
body.user #articles article .exercise {
  margin-bottom: 2.5em;
  background-color: #e8b6c9;
  border: 1px solid #ae8997;
  padding: 0.5em; }

body.user #articles article {
  margin-bottom: 1em; }
  body.user #articles article header, body.user #articles article table.header_table, body.user #articles article .culture, body.user #articles article .notice, body.user #articles article .grammar, body.user #articles article .exercise {
    box-shadow: 1px 1px #3b3b3b; }
  body.user #articles article header, body.user #articles article header table, body.user #articles article header table td {
    padding: 0;
    margin: 0; }
  body.user #articles article header table td {
    padding: 0.25em 0.5em 0.25em 0.25em; }
  body.user #articles article section .hidden {
    color: #ffccce; }
  body.user #articles article section iframe, body.user #articles article section p img {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
    border: none;
    margin: auto; }
  body.user #articles article section img {
    max-width: 100%; }
  body.user #articles article section h2, body.user #articles article section h3, body.user #articles article section h4 {
    margin-top: 0.75em;
    margin-bottom: 0.5em; }
  body.user #articles article section table {
    margin: 0.25em auto 1.5em auto;
    position: relative;
    border-collapse: collapse; }
    body.user #articles article section table.vertical_borders td {
      border: 1px solid #cccccc !important; }
    body.user #articles article section table td {
      border: 1px solid #cccccc;
      border-left: none;
      border-right: none;
      vertical-align: middle;
      padding: 0 0.25em; }
    body.user #articles article section table tr:not(:first-child) td:empty {
      border: none !important;
      height: 1.5em;
      background-color: transparent !important; }
    body.user #articles article section table tr:first-child td {
      border-top: none;
      padding: 0.25em 0.5em; }
    body.user #articles article section table.no_header_row tr:first-child td {
      border-top: 1px solid #cccccc;
      padding: 0 0.25em; }
    body.user #articles article section table.full_border tr:first-child td {
      border-top: 1px solid #cccccc;
      padding: 0 0.25em; }
    body.user #articles article section table.full_border td {
      border: 1px solid #cccccc; }
      body.user #articles article section table.full_border td:empty {
        border: none !important; }
    body.user #articles article section table.first_cell_no_border tr:first-child td {
      padding: 0 0.25em; }
    body.user #articles article section table.first_cell_no_border td, body.user #articles article section table.first_cell_no_border tr:first-child td {
      border: 1px solid #cccccc; }
    body.user #articles article section table.first_cell_no_border tr td[rowspan]:first-child {
      border-left: none;
      border-top: none;
      border-bottom: none; }
    body.user #articles article section table.no_borders {
      border: none;
      margin-bottom: 0; }
      body.user #articles article section table.no_borders td {
        border: none;
        padding: 0 0.25em;
        padding: 0 0.25em; }
    body.user #articles article section table.header_table {
      margin-bottom: 0.75em; }
      body.user #articles article section table.header_table td {
        padding: 0.35em 0.5em 0.35em 0;
        border: none !important; }
        body.user #articles article section table.header_table td:first-child {
          padding: 0.35em 0.5em; }
      body.user #articles article section table.header_table.h2 {
        border: 1px solid #3f86da !important; }
      body.user #articles article section table.header_table.h3 {
        border: 1px solid #6aa1e2 !important; }
      body.user #articles article section table.header_table.h4 {
        border: 1px solid #95bceb !important; }
    body.user #articles article section table.infobox {
      margin-top: -1px; }
      body.user #articles article section table.infobox tr:first-child > td {
        padding: 1em; }
        body.user #articles article section table.infobox tr:first-child > td td {
          padding: 0; }
      body.user #articles article section table.infobox td {
        border-top: 1px solid #95bceb;
        border-bottom: 1px solid #95bceb; }
      body.user #articles article section table.infobox td {
        border: none; }
      body.user #articles article section table.infobox.grammar table {
        width: 90%; }
        body.user #articles article section table.infobox.grammar table th {
          padding: 0.125em 0.25em; }
        body.user #articles article section table.infobox.grammar table td {
          border-top: 1px solid #f2f2f2 !important;
          border-bottom: 1px solid #f2f2f2 !important; }
        body.user #articles article section table.infobox.grammar table.no_header_row tr:nth-child(2) td {
          border-top: none; }
  body.user #articles article section ul {
    padding: 0 0 0 2em;
    margin: 0.5em 0; }
  @media only screen and (min-width: 650px) {
    body.user #articles article header, body.user #articles article header table, body.user #articles article header table td {
      height: 26pt; }
    body.user #articles article header {
      padding: 0 0 0.25em 0;
      border: 1px solid #2a79d6; }
      body.user #articles article header table td {
        padding: 0 0.5em 0 0.25em; }
    body.user #articles article section iframe, body.user #articles article section p img {
      margin-bottom: 2.5em; }
    body.user #articles article section h2 {
      margin-bottom: 1.5em; }
    body.user #articles article section h3 {
      margin-bottom: 1em; }
    body.user #articles article section h4 {
      margin-bottom: 0.5em; }
    body.user #articles article section table {
      margin: 0.25em auto 2.5em auto; }
      body.user #articles article section table.infobox.notice {
        border: 1px solid #2a79d6;
        border-top: none; } }

.header_table .exercise_name {
  color: #ff0008; }
.header_table .exercise_note {
  text-align: right;
  color: #ffb300; }

.exercise {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  display: none; }
  .exercise p.legend {
    margin: 0;
    padding: 0 1.5em 0.5em 0; }
    .exercise p.legend a.reveal {
      position: absolute;
      top: 0.5em;
      right: 0.5em; }
      .exercise p.legend a.reveal:hover {
        color: #f2aa00; }
      .exercise p.legend a.reveal:active {
        color: #ffbb1a; }
      .exercise p.legend a.reveal:visited {
        color: #266dc1; }
  .exercise p.words {
    padding: 0 0 1.5em 0; }
    .exercise p.words span {
      display: inline-block;
      background-color: #ffffff;
      border: 2px solid #ae8997;
      padding: 0.125em 0.25em;
      box-shadow: 2px 2px #666666;
      border-radius: 3px;
      cursor: -webkit-grabbing;
      cursor: grabbing; }
      .exercise p.words span.ui-draggable-dragging {
        background-color: transparent;
        border: none;
        box-shadow: none; }
      .exercise p.words span.ltr {
        float: left; }
      .exercise p.words span.rtl {
        float: right; }
  .exercise table.texts {
    margin: 0 !important;
    padding: 0 !important; }
    .exercise table.texts tr:first-child td {
      padding-top: 0.5em !important; }
    .exercise table.texts td {
      background-color: transparent !important;
      border: none !important;
      padding: 0 !important;
      font-weight: normal !important; }
      .exercise table.texts td.rtl {
        direction: rtl;
        text-align: right; }
  .exercise div {
    position: relative;
    margin-top: -14px;
    background-color: #e8b6c9;
    border: 1px solid #ae8997;
    padding: 0.5em; }
    .exercise div input {
      background-color: #ffffff;
      padding-top: 0.125em;
      border: none;
      outline: none;
      border-bottom: 2px solid black;
      color: #3b3b3b; }
      .exercise div input.empty {
        color: #205ba1; }
      .exercise div input.correct {
        color: #03831d; }
      .exercise div input.incorrect {
        color: #bf0006; }
    .exercise div.drag-n-drop-cloze input {
      background-color: transparent; }
    .exercise div.sorted-fragments table {
      margin: 0.5em 0 0 0 !important;
      padding: 0 !important; }
      .exercise div.sorted-fragments table td {
        width: 50%;
        height: 100% !important; }
        .exercise div.sorted-fragments table td.ltr {
          float: left; }
        .exercise div.sorted-fragments table td.rtl {
          float: right; }
      .exercise div.sorted-fragments table table {
        border-collapse: separate !important;
        height: 100% !important; }
        .exercise div.sorted-fragments table table tr {
          background-color: #b4d0f1; }
          .exercise div.sorted-fragments table table tr td {
            padding-bottom: 0.5em !important;
            width: 1%;
            text-align: center;
            vertical-align: middle; }
            .exercise div.sorted-fragments table table tr td span {
              background-color: #ffffff !important;
              border: 2px solid #ae8997;
              padding: 0.125em 0.5em !important;
              display: inline-block;
              margin: 0 0.5em;
              box-shadow: 2px 2px #666666;
              border-radius: 3px;
              cursor: -webkit-grabbing;
              cursor: grabbing; }
              .exercise div.sorted-fragments table table tr td span.ui-draggable-dragging {
                background-color: transparent;
                border: none;
                box-shadow: none; }
    .exercise div.questions-and-answers table td {
      padding-top: 0.5em !important;
      cursor: pointer; }
      .exercise div.questions-and-answers table td.answer input {
        min-width: 20em; }

a.file[href$='mp3'] {
  color: #2a79d6; }
  a.file[href$='mp3']:hover {
    color: #b43a25; }

body.admin a.file[href*='NO%20SUCH%20FILE'] {
  background-color: red !important; }

a.file[href$='pdf'] {
  position: relative;
  padding-left: 1em; }
  a.file[href$='pdf']:before {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #3b3b3b;
    position: absolute;
    top: 0.5em;
    left: -0.125em; }
  a.file[href$='pdf']:before {
    content: ""; }

#titlepage {
  text-align: center; }
  #titlepage h2, #titlepage h3 {
    padding: 0 !important;
    margin: 0 !important; }
  #titlepage h2 {
    font-size: 45pt !important; }
  #titlepage h3 {
    font-size: 20pt !important; }
  #titlepage p.copyright, #titlepage p.editor {
    font-variant: small-caps; }
  #titlepage p.level {
    font-weight: bold; }
  #titlepage table {
    max-width: 600px;
    margin: auto; }
    #titlepage table td {
      background-color: #ffffff !important;
      border: none !important;
      font-weight: normal !important;
      text-align: left; }
      #titlepage table td:first-child {
        width: 290px; }
      #titlepage table td:last-child {
        font-size: 4.3px !important;
        line-height: 1; }
  @media only screen and (min-width: 650px) {
    #titlepage h3 {
      line-height: 5; }
    #titlepage p.copyright, #titlepage p.level {
      line-height: 5; }
    #titlepage table td:first-child {
      width: 292px; }
    #titlepage table td:last-child {
      font-size: 10pt !important; } }

audio.visible {
  position: absolute;
  border: 1px solid #2a79d6;
  margin: 0.25em 0 0 0.5em; }

@font-face {
  font-family: "Amiri";
  src: url("amiri-regular.eot%3F") format("embedded-opentype"), url("amiri-regular.woff2.html") format("woff2"), url("amiri-regular.woff") format("woff"), url("amiri-regular.ttf") format("truetype"); }
@font-face {
  font-family: "Amiri";
  src: url("amiri-regular.eot%3F") format("embedded-opentype"), url("amiri-regular.woff2.html") format("woff2"), url("amiri-regular.woff") format("woff"), url("amiri-regular.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: "Amiri";
  src: url("amiri-regular.eot%3F") format("embedded-opentype"), url("amiri-regular.woff2.html") format("woff2"), url("amiri-regular.woff") format("woff"), url("amiri-regular.ttf") format("truetype");
  font-style: italic; }
@font-face {
  font-family: "Scheherazade SIL";
  src: url("Scheherazade-Regular.eot%3F") format("embedded-opentype"), url("Scheherazade-Regular.woff2.html") format("woff2"), url("Scheherazade-Regular.woff") format("woff"), url("Scheherazade-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Scheherazade SIL";
  src: url("Scheherazade-Regular.eot%3F") format("embedded-opentype"), url("Scheherazade-Regular.woff2.html") format("woff2"), url("Scheherazade-Regular.woff") format("woff"), url("Scheherazade-Regular.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: "Scheherazade SIL";
  src: url("Scheherazade-Regular.eot%3F") format("embedded-opentype"), url("Scheherazade-Regular.woff2.html") format("woff2"), url("Scheherazade-Regular.woff") format("woff"), url("Scheherazade-Regular.ttf") format("truetype");
  font-style: italic; }
@font-face {
  font-family: "DejaVu Sans";
  src: url("DejaVuSans.eot%3F") format("embedded-opentype"), url("DejaVuSans.woff2.html") format("woff2"), url("DejaVuSans.woff") format("woff"), url("DejaVuSans.ttf") format("truetype"); }
@font-face {
  font-family: "DejaVu Sans";
  src: url("DejaVuSans-Bold.eot%3F") format("embedded-opentype"), url("DejaVuSans-Bold.woff2.html") format("woff2"), url("DejaVuSans-Bold.woff") format("woff"), url("DejaVuSans-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: "DejaVu Sans";
  src: url("DejaVuSans-Oblique.eot%3F") format("embedded-opentype"), url("DejaVuSans-Oblique.woff2.html") format("woff2"), url("DejaVuSans-Oblique.woff") format("woff"), url("DejaVuSans-Oblique.ttf") format("truetype");
  font-style: italic; }
@font-face {
  font-family: "DejaVu Sans";
  src: url("DejaVuSans-BoldOblique.eot%3F") format("embedded-opentype"), url("DejaVuSans-BoldOblique.woff2.html") format("woff2"), url("DejaVuSans-BoldOblique.woff") format("woff"), url("DejaVuSans-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "DejaVu Serif";
  src: url("DejaVuSerif.eot%3F") format("embedded-opentype"), url("DejaVuSerif.woff2.html") format("woff2"), url("DejaVuSerif.woff") format("woff"), url("DejaVuSerif.ttf") format("truetype"); }
@font-face {
  font-family: "DejaVu Serif";
  src: url("DejaVuSerif-Bold.eot%3F") format("embedded-opentype"), url("DejaVuSerif-Bold.woff2.html") format("woff2"), url("DejaVuSerif-Bold.woff") format("woff"), url("DejaVuSerif-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: "DejaVu Serif";
  src: url("DejaVuSerif-Italic.eot%3F") format("embedded-opentype"), url("DejaVuSerif-Italic.woff2.html") format("woff2"), url("DejaVuSerif-Italic.woff") format("woff"), url("DejaVuSerif-Italic.ttf") format("truetype");
  font-style: italic; }
@font-face {
  font-family: "DejaVu Serif";
  src: url("DejaVuSerif-BoldItalic.eot%3F") format("embedded-opentype"), url("DejaVuSerif-BoldItalic.woff2.html") format("woff2"), url("DejaVuSerif-BoldItalic.woff") format("woff"), url("DejaVuSerif-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
html[lang=ar] {
  font-family: "DejaVu Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif, "FontAwesome";
  font-size: 12.5pt; }

#toc[lang=ar] #articles,
#content[lang=ar] #articles {
  direction: rtl;
  font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif, "DejaVu Sans", "FontAwesome";
  font-size: 12.5pt; }
#toc[lang=ar] header table td,
#toc[lang=ar] .header_table td,
#content[lang=ar] header table td,
#content[lang=ar] .header_table td {
  font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif, "DejaVu Sans", "FontAwesome";
  font-size: 12.5pt !important; }
#toc[lang=ar] header table td[lang=syr],
#content[lang=ar] header table td[lang=syr] {
  font-weight: bold !important;
  font-size: 110% !important; }
#toc[lang=ar] .header_table td.exercise_note,
#content[lang=ar] .header_table td.exercise_note {
  text-align: left; }
#toc[lang=ar] .dmg,
#content[lang=ar] .dmg {
  font-family: "Charis SIL", "Serto Jerusalem", "FontAwesome" !important; }
#toc[lang=ar] table tr:first-child td,
#content[lang=ar] table tr:first-child td {
  font-size: 12.5pt !important; }

html[lang=ar] {
  direction: rtl; }
  html[lang=ar] #content:not([lang=ar]) {
    direction: ltr; }
  @media only screen and (min-width: 650px) {
    html[lang=ar] #sidebar #toc, html[lang=ar] #sidebar #loe {
      left: auto;
      right: 0; }
      html[lang=ar] #sidebar #toc ul ul li, html[lang=ar] #sidebar #loe ul ul li {
        padding-left: 0; }
        html[lang=ar] #sidebar #toc ul ul li.level_2, html[lang=ar] #sidebar #loe ul ul li.level_2 {
          padding-left: 0; }
        html[lang=ar] #sidebar #toc ul ul li.level_3, html[lang=ar] #sidebar #loe ul ul li.level_3 {
          padding-left: 0;
          text-indent: 0;
          margin-right: 1em; }
        html[lang=ar] #sidebar #toc ul ul li.level_4, html[lang=ar] #sidebar #loe ul ul li.level_4 {
          margin-right: 2em; }
      html[lang=ar] #sidebar #toc > ul, html[lang=ar] #sidebar #loe > ul {
        padding: 0.55em 0.45em 0 0.5em; } }
  @media only screen and (min-width: 650px) {
    html[lang=ar] body.contents.user #sidebar-handle,
    html[lang=ar] body.preferences.user #sidebar-handle {
      padding: 8px 3px 4px 0;
      border-radius: 5px 0 0 5px;
      margin-right: calc(25%);
      border: 1px solid #999999;
      border-right: 1px solid #f04d31; }
    html[lang=ar] body.contents.user #logo, html[lang=ar] body.contents.user #heading, html[lang=ar] body.contents.user #toc,
    html[lang=ar] body.preferences.user #logo,
    html[lang=ar] body.preferences.user #heading,
    html[lang=ar] body.preferences.user #toc {
      border: none;
      border-left: 1px solid #999999;
      box-shadow: -3px 0px 6px 0 rgba(85, 85, 85, 0.5); }
    html[lang=ar] body.contents.user #logo, html[lang=ar] body.contents.user #mobile-menu-button, html[lang=ar] body.contents.user #sidebar-handle,
    html[lang=ar] body.preferences.user #logo,
    html[lang=ar] body.preferences.user #mobile-menu-button,
    html[lang=ar] body.preferences.user #sidebar-handle {
      left: auto;
      right: 0; }
    html[lang=ar] body.contents.user #toc-heading,
    html[lang=ar] body.preferences.user #toc-heading {
      padding: 4px 0.35em 5px 0.75em; }
    html[lang=ar] body.contents.user #content,
    html[lang=ar] body.preferences.user #content {
      margin-left: auto;
      margin-right: calc(25%); }
      html[lang=ar] body.contents.user #content a.nav-links,
      html[lang=ar] body.preferences.user #content a.nav-links {
        margin-left: auto;
        margin-right: calc(25%/2);
        left: auto;
        right: 50%;
        transform: translate(50%, 0);
        -webkit-transform: translate(50%, 0); }
      html[lang=ar] body.contents.user #content main,
      html[lang=ar] body.preferences.user #content main {
        padding: 0 2.5em 0 0.25em; } }
  html[lang=ar] body.index main > ul,
  html[lang=ar] body.index main p {
    width: 450px;
    margin-right: 32px;
    padding: 0.5em;
    background-color: rgba(255, 255, 255, 0.5); }
  html[lang=ar] body.contents #sidebar form fieldset,
  html[lang=ar] body.admin.exercises #sidebar form fieldset {
    left: auto;
    right: 0;
    text-align: left; }
  @media only screen and (min-width: 650px) {
    html[lang=ar] body.contents.user #sidebar-handle,
    html[lang=ar] body.preferences.user #sidebar-handle {
      padding: 8px 3px 4px 0;
      border-radius: 5px 0 0 5px;
      margin-right: calc(25%);
      border: 1px solid #999999;
      border-right: 1px solid #f04d31; }
    html[lang=ar] body.contents.user #logo, html[lang=ar] body.contents.user #heading, html[lang=ar] body.contents.user #toc,
    html[lang=ar] body.preferences.user #logo,
    html[lang=ar] body.preferences.user #heading,
    html[lang=ar] body.preferences.user #toc {
      border: none;
      border-left: 1px solid #999999;
      box-shadow: -3px 0px 6px 0 rgba(85, 85, 85, 0.5); }
    html[lang=ar] body.contents.user #logo, html[lang=ar] body.contents.user #mobile-menu-button, html[lang=ar] body.contents.user #sidebar-handle,
    html[lang=ar] body.preferences.user #logo,
    html[lang=ar] body.preferences.user #mobile-menu-button,
    html[lang=ar] body.preferences.user #sidebar-handle {
      left: auto;
      right: 0; }
    html[lang=ar] body.contents.user #toc-heading,
    html[lang=ar] body.preferences.user #toc-heading {
      padding: 4px 0.35em 5px 0.75em; }
    html[lang=ar] body.contents.user #content,
    html[lang=ar] body.preferences.user #content {
      margin-left: auto;
      margin-right: calc(25%); }
      html[lang=ar] body.contents.user #content a.nav-links,
      html[lang=ar] body.preferences.user #content a.nav-links {
        margin-left: auto;
        margin-right: calc(25%/2);
        left: auto;
        right: 50%;
        transform: translate(50%, 0);
        -webkit-transform: translate(50%, 0); }
      html[lang=ar] body.contents.user #content main,
      html[lang=ar] body.preferences.user #content main {
        padding: 0 2.5em 0 0.25em; } }
  html[lang=ar] body.login form#login-form {
    width: 360px; }
    html[lang=ar] body.login form#login-form label {
      width: 137px; }
    html[lang=ar] body.login form#login-form input[type=email],
    html[lang=ar] body.login form#login-form input[type=password] {
      padding: 0;
      margin: 0;
      width: 200px; }
    html[lang=ar] body.login form#login-form input[type=submit] {
      width: 100%; }
  html[lang=ar] body.preferences div#logo {
    text-align: right !important;
    padding-right: 0.5em; }
  html[lang=ar] body.preferences form.user select {
    min-width: 5em; }
  html[lang=ar] body.preferences form.user input[type=email],
  html[lang=ar] body.preferences form.user input[type=password] {
    padding: 0;
    margin: 0;
    width: 250px; }
  html[lang=ar] form input[type=email],
  html[lang=ar] form input[type=search],
  html[lang=ar] form input[type=text],
  html[lang=ar] form input[type=password] {
    height: 28px !important;
    font-size: 90%; }
  html[lang=ar] form select {
    background-position: left 5px center;
    height: 28px;
    padding: 0 1px 2px 3px; }
  html[lang=ar] #session-links {
    right: auto;
    left: 6px; }
    html[lang=ar] #session-links input[type=search] {
      height: 27px !important; }
    html[lang=ar] #session-links a, html[lang=ar] #session-links span, html[lang=ar] #session-links input {
      vertical-align: middle; }
  html[lang=ar] #toc:not([lang=ar]),
  html[lang=ar] #content:not([lang=ar]) {
    text-align: left; }

#content[lang=ar] article, #content[lang=ar] textarea {
  font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif, "DejaVu Sans", "FontAwesome"; }
  #content[lang=ar] article #titlepage, #content[lang=ar] textarea #titlepage {
    font-family: "Times New Roman", "DejaVu Sans", sans-serif; }
    #content[lang=ar] article #titlepage h2, #content[lang=ar] article #titlepage h3, #content[lang=ar] article #titlepage p, #content[lang=ar] textarea #titlepage h2, #content[lang=ar] textarea #titlepage h3, #content[lang=ar] textarea #titlepage p {
      line-height: 1 !important;
      font-size: 100% !important;
      margin: 0 !important;
      padding: 0 !important; }
    #content[lang=ar] article #titlepage .logo, #content[lang=ar] textarea #titlepage .logo {
      margin-top: 20pt !important; }
    #content[lang=ar] article #titlepage .title-syriac, #content[lang=ar] textarea #titlepage .title-syriac {
      font-size: 40pt !important; }
    #content[lang=ar] article #titlepage .title-dmg, #content[lang=ar] textarea #titlepage .title-dmg {
      font-size: 30pt !important; }
    #content[lang=ar] article #titlepage .desc-ar, #content[lang=ar] textarea #titlepage .desc-ar {
      font-size: 20pt !important;
      line-height: 5 !important; }
    #content[lang=ar] article #titlepage .copyright, #content[lang=ar] textarea #titlepage .copyright {
      font-size: 12pt !important;
      line-height: 5 !important; }
    #content[lang=ar] article #titlepage .edited-by, #content[lang=ar] textarea #titlepage .edited-by {
      font-size: 12pt !important; }
    #content[lang=ar] article #titlepage .editor, #content[lang=ar] textarea #titlepage .editor {
      font-size: 12pt !important; }
    #content[lang=ar] article #titlepage .level, #content[lang=ar] textarea #titlepage .level {
      font-size: 12pt !important;
      line-height: 4 !important; }
    #content[lang=ar] article #titlepage table td, #content[lang=ar] textarea #titlepage table td {
      text-align: right;
      vertical-align: middle; }
      #content[lang=ar] article #titlepage table td:last-child, #content[lang=ar] textarea #titlepage table td:last-child {
        font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif, "DejaVu Sans", "FontAwesome";
        font-size: 8.5pt !important;
        line-height: 1.5 !important; }
  #content[lang=ar] article *, #content[lang=ar] textarea * {
    font-size: 105%; }
  #content[lang=ar] article *[lang=syr], #content[lang=ar] textarea *[lang=syr] {
    font-size: 100%; }
  #content[lang=ar] article *[lang=en], #content[lang=ar] textarea *[lang=en] {
    font-size: 65%; }
  #content[lang=ar] article .header_table td, #content[lang=ar] textarea .header_table td {
    font-size: 115%; }
  #content[lang=ar] article .header_table *[lang=syr], #content[lang=ar] textarea .header_table *[lang=syr] {
    font-size: 110%; }
  #content[lang=ar] article .header_table *[lang=en], #content[lang=ar] textarea .header_table *[lang=en] {
    font-size: 90%; }
  #content[lang=ar] article ul li, #content[lang=ar] textarea ul li {
    margin-right: 20px; }
