@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * 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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: transparent;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+bash+php+php-extras+sass+scss+sql */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  /*text-shadow: 0 1px white;*/
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*=language-]::selection, pre[class*=language-] ::selection,
code[class*=language-]::selection, code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*=language-],
pre[class*=language-] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  /*background: #f5f2f0;*/
  background: #ededed;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  /*background: hsla(0, 0%, 100%, .5);*/
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror {
  color: #000;
}

.CodeMirror-lines {
  padding: 4px 0;
}

.CodeMirror pre {
  padding: 0 4px;
}

.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
  background-color: #fff;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: #000;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

.cm-s-default .cm-header {
  color: #00f;
}
.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: 700;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta, .cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}

.cm-invalidchar, .cm-s-default .cm-error {
  color: red;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler {
  position: absolute;
  z-index: 6;
  display: none;
}

.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

div.editor-preview-active .CodeMirror-wrap code {
  background: #eee;
}
div.editor-preview-active code {
  background: #eee;
}
div.editor-preview-active pre {
  white-space: pre;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-code {
  outline: 0;
}

.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors, div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-line::selection {
  background: #d7d4f0;
}
.CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: 0 0;
}

.CodeMirror {
  height: auto;
  min-height: 300px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}

.CodeMirror-scroll {
  min-height: 300px;
}

.CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}

.CodeMirror-sided {
  width: 50% !important;
}

.editor-toolbar {
  position: relative;
  opacity: 0.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.editor-toolbar:after {
  display: block;
  content: " ";
  height: 1px;
}
.editor-toolbar:before {
  display: block;
  content: " ";
  height: 1px;
  margin-bottom: 8px;
}
.editor-toolbar:after {
  margin-top: 8px;
}
.editor-toolbar:hover {
  opacity: 0.8;
}

.editor-wrapper input.title:focus, .editor-wrapper input.title:hover {
  opacity: 0.8;
}

.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}
.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.editor-toolbar a.active, .editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}
.editor-toolbar a:before {
  line-height: 30px;
}
.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}
.editor-toolbar a.fa-header-x:after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}
.editor-toolbar a.fa-header-1:after {
  content: "1";
}
.editor-toolbar a.fa-header-2:after {
  content: "2";
}
.editor-toolbar a.fa-header-3:after {
  content: "3";
}
.editor-toolbar a.fa-header-bigger:after {
  content: "▲";
}
.editor-toolbar a.fa-header-smaller:after {
  content: "▼";
}
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}

@media only screen and (max-width: 700px) {
  .editor-toolbar a.no-mobile {
    display: none;
  }
}
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: white;
  text-align: right;
}
.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}

.editor-preview, .editor-preview-side {
  padding: 10px;
  background: white;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}

.editor-statusbar .lines:before {
  content: "lines: ";
}
.editor-statusbar .words:before {
  content: "words: ";
}
.editor-statusbar .characters:before {
  content: "characters: ";
}

.editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}

.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  border: 1px solid #ddd;
}

.editor-preview-active, .editor-preview-active-side {
  display: block;
}

.editor-preview-side > p {
  margin-top: 0;
}

.editor-preview > p {
  margin-top: 0;
}
.editor-preview pre {
  background: #eee;
  margin-bottom: 10px;
}

.editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}

.editor-preview table td, .editor-preview table th {
  border: 1px solid #ddd;
  padding: 5px;
}

.editor-preview-side table td, .editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}

.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}
.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}
.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}
.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}
.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}
.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}
.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}
.CodeMirror .CodeMirror-code .cm-comment {
  border-radius: 2px;
}
.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}
.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}
.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}
.CodeMirror .CodeMirror-placeholder {
  opacity: 0.5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* CSS RESET */
dl, figure, h1, h2, h3, p, pre, ul, ol {
  margin: 0;
  padding: 0;
}

a, acronym, address, article, body, caption, code, dfn, div, dl, em, font, form, h1, h2, h3, html, img, ins, legend, li, main, nav, p, pre, s, small, span, strong, sub, ul, var {
  min-width: 0;
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v18-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/open-sans-v18-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/open-sans-v18-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-600italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  html {
    font-size: 1rem;
  }
}

body {
  font-family: "Open Sans", sans-serif !important;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  line-height: 1.5;
  font-size: 1rem;
}
@media (max-width: 576px) {
  body {
    font-size: 0.9rem;
  }
}
body.admin-bar {
  padding-bottom: 32px;
}

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

main {
  display: block;
}

section#article-main p {
  margin: 0 0 1em 0;
}
section#article-main h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 1em 0 0.2em 0;
}
@media (max-width: 576px) {
  section#article-main h1 {
    font-size: 1.6rem;
  }
}
section#article-main h2 {
  font-weight: 600;
  clear: both;
  box-sizing: border-box;
  font-size: 1.7em;
  margin: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
  padding-left: 0;
  line-height: 1.4em;
}
section#article-main h3 {
  font-weight: 600;
  font-size: 1.38em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1em;
  margin-bottom: 1em;
}
section#article-main img {
  border-style: none;
}
section#article-main button {
  padding: 0;
}
section#article-main button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
section#article-main ul, section#article-main ol {
  margin: 0 0 20px 20px;
}
section#article-main ul ul, section#article-main ol ul {
  margin-bottom: 0;
}
section#article-main img {
  max-width: 100%;
  height: auto;
}

.top-a {
  width: 320px;
  height: 100px;
}

@media (min-width: 500px) {
  .top-a {
    width: 468px;
    height: 60px;
  }
}
@media (min-width: 800px) {
  .top-a {
    width: 728px;
    height: 90px;
  }
}
.table-of-contents ul li {
  margin-bottom: 0.5rem;
}

.list-reset {
  list-style: none;
  padding: 0;
}

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

.bg-grey-lighter {
  background-color: #f1f5f8;
}

.bg-center {
  background-position: 50%;
}

.bg-cover {
  background-size: cover;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.self-auto {
  align-self: auto;
}

.self-center {
  align-self: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.content-center {
  align-content: center;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-grow {
  flex-grow: 1;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.m-auto {
  margin: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-16 {
  margin-top: 4rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-article {
  max-width: 45.5rem;
}

.max-w-screen-2xl {
  max-width: 1440px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.overflow-hidden {
  overflow: hidden;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pin {
  right: 0;
  left: 0;
}

.pin {
  top: 0;
  bottom: 0;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.fill-current {
  fill: currentColor;
}

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

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.tracking-tight {
  letter-spacing: -0.02em;
}

.tracking-wide {
  letter-spacing: 0.05em;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-48 {
  width: 12rem;
}

.w-full {
  width: 100%;
}

.z-50 {
  z-index: 50;
}

.top-16 {
  top: 4rem;
}

#sidebar {
  flex: 0 0 300px;
  height: 200vh;
}

@media (min-width: 1280px) {
  #sidebar2 {
    flex: 0 0 160px;
  }
}
@media (min-width: 1440px) {
  #sidebar2 {
    flex: 0 0 300px;
  }
}
@media (max-width: 767px) {
  .sidebar2-as {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .sm\:block {
    display: block;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:h-6 {
    height: 1.5rem;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:h-16 {
    height: 4rem;
  }
  .sm\:h-64 {
    height: 16rem;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-4 {
    margin-left: 1rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
  }
  .sm\:w-6 {
    width: 1.5rem;
  }
  .sm\:w-8 {
    width: 2rem;
  }
  .sm\:w-64 {
    width: 16rem;
  }
  .sm\:w-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.33333%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .lg\:rounded-full {
    border-radius: 9999px;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:max-h-full {
    max-height: 100%;
  }
  .lg\:max-w-xl {
    max-width: 60rem;
  }
  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lg\:-mb-0 {
    margin-bottom: 0;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .lg\:pin-r {
    right: 0;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-8 {
    width: 2rem;
  }
  .lg\:top-16 {
    top: 4rem;
  }
}
@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:max-w-4xl {
    max-width: 90rem;
  }
  .xl\:max-w-full {
    max-width: 100%;
  }
  .xl\:-ml-52 {
    margin-left: -13rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:pr-8 {
    padding-right: 2rem;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:pin-r {
    right: 0;
  }
  .xl\:pin-l {
    left: 0;
  }
  .xl\:text-sm {
    font-size: 0.875rem;
  }
  .xl\:text-base {
    font-size: 1rem;
  }
  .xl\:w-40 {
    width: 10rem;
  }
  .xl\:w-48 {
    width: 12rem;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-full {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .xxl\:flex-no-shrink {
    flex-shrink: 0;
  }
  .xxl\:mr-2 {
    margin-right: 0.5rem;
  }
  .xxl\:-ml-89 {
    margin-left: -22.25rem;
  }
  .xxl\:text-sm {
    font-size: 0.875rem;
  }
  .xxl\:text-4xl {
    font-size: 2.25rem;
  }
  .xxl\:text-6xl {
    font-size: 3.5rem;
  }
  .xxl\:w-75 {
    width: 18.75rem;
  }
  .xxl\:w-190 {
    width: 47.5rem;
  }
}
textarea#post-title-0, div.edit-post-visual-editor, div.entry__body {
  font-family: "Open Sans", sans-serif !important;
}

div.edit-post-visual-editor div.btn-copy-wrapper {
  display: none !important;
}

article.hentry, div.edit-post-visual-editor, div.wc-comment-right, div.editor-preview.editor-preview-active {
  /* for comment section as well */
}
article.hentry div.code-wrap, div.edit-post-visual-editor div.code-wrap, div.wc-comment-right div.code-wrap, div.editor-preview.editor-preview-active div.code-wrap {
  position: relative;
}
article.hentry div.code-wrap:hover div.btn-copy-wrapper, div.edit-post-visual-editor div.code-wrap:hover div.btn-copy-wrapper, div.wc-comment-right div.code-wrap:hover div.btn-copy-wrapper, div.editor-preview.editor-preview-active div.code-wrap:hover div.btn-copy-wrapper {
  opacity: 1;
}
article.hentry div.code-wrap div.btn-copy-wrapper, div.edit-post-visual-editor div.code-wrap div.btn-copy-wrapper, div.wc-comment-right div.code-wrap div.btn-copy-wrapper, div.editor-preview.editor-preview-active div.code-wrap div.btn-copy-wrapper {
  background-color: #ededed;
  position: absolute;
  right: 0px;
  top: 8px;
  padding: 0px 10px 2px 6px;
  opacity: 0;
  transition: opacity 0.5s;
}
article.hentry div.code-wrap div.btn-copy-wrapper button.btn-copy, div.edit-post-visual-editor div.code-wrap div.btn-copy-wrapper button.btn-copy, div.wc-comment-right div.code-wrap div.btn-copy-wrapper button.btn-copy, div.editor-preview.editor-preview-active div.code-wrap div.btn-copy-wrapper button.btn-copy {
  background-image: url(../img/copy.svg);
  background-size: cover;
  opacity: 0.2;
  transition: opacity 1s;
  cursor: pointer;
  outline: none !important;
  border: 0;
  width: 18px;
  height: 18px;
  pointer-events: all;
}
article.hentry div.code-wrap div.btn-copy-wrapper button.btn-copy:hover, div.edit-post-visual-editor div.code-wrap div.btn-copy-wrapper button.btn-copy:hover, div.wc-comment-right div.code-wrap div.btn-copy-wrapper button.btn-copy:hover, div.editor-preview.editor-preview-active div.code-wrap div.btn-copy-wrapper button.btn-copy:hover {
  opacity: 1;
}
article.hentry .wp-block, div.edit-post-visual-editor .wp-block, div.wc-comment-right .wp-block, div.editor-preview.editor-preview-active .wp-block {
  max-width: 728px !important;
}
article.hentry figure.wp-block-image, div.edit-post-visual-editor figure.wp-block-image, div.wc-comment-right figure.wp-block-image, div.editor-preview.editor-preview-active figure.wp-block-image {
  max-width: calc(100% - 40px);
  padding: 20px;
  height: auto;
  background-color: #e1e1e1;
  text-align: center;
  margin-bottom: 20px;
}
article.hentry code, div.edit-post-visual-editor code, div.wc-comment-right code, div.editor-preview.editor-preview-active code {
  line-height: 22px;
  font-size: 90%;
  padding: 2px 7px;
  background-color: #ededed;
  border-radius: 3px;
}
article.hentry code br, div.edit-post-visual-editor code br, div.wc-comment-right code br, div.editor-preview.editor-preview-active code br {
  display: none;
}
article.hentry code span.red, div.edit-post-visual-editor code span.red, div.wc-comment-right code span.red, div.editor-preview.editor-preview-active code span.red {
  color: red !important;
}
article.hentry code span.green, div.edit-post-visual-editor code span.green, div.wc-comment-right code span.green, div.editor-preview.editor-preview-active code span.green {
  color: limegreen !important;
}
article.hentry pre span.red, div.edit-post-visual-editor pre span.red, div.wc-comment-right pre span.red, div.editor-preview.editor-preview-active pre span.red {
  color: red !important;
}
article.hentry pre code, div.edit-post-visual-editor pre code, div.wc-comment-right pre code, div.editor-preview.editor-preview-active pre code {
  padding: 0;
  padding-right: 30px;
}
article.hentry p code, article.hentry ul code, article.hentry ol code, div.edit-post-visual-editor p code, div.edit-post-visual-editor ul code, div.edit-post-visual-editor ol code, div.wc-comment-right p code, div.wc-comment-right ul code, div.wc-comment-right ol code, div.editor-preview.editor-preview-active p code, div.editor-preview.editor-preview-active ul code, div.editor-preview.editor-preview-active ol code {
  padding: 2px 5px;
  /*border: 1px dashed #c4c4c4;*/
}
article.hentry code .comment::before, div.edit-post-visual-editor code .comment::before, div.wc-comment-right code .comment::before, div.editor-preview.editor-preview-active code .comment::before {
  display: inherit;
}
article.hentry pre, div.edit-post-visual-editor pre, div.wc-comment-right pre, div.editor-preview.editor-preview-active pre {
  /*pre[class*="language-"] {*/
  /*padding: .8em 1.2em;*/
  padding: 0.4em 0.8em !important;
  margin: 0 0 22px 0 !important;
  /*border: 1px dashed #c4c4c4 !important;*/
  overflow: auto;
}
article.hentry pre.pre-only, div.edit-post-visual-editor pre.pre-only, div.wc-comment-right pre.pre-only, div.editor-preview.editor-preview-active pre.pre-only {
  background: #ededed;
}
article.hentry div.pre-label, div.edit-post-visual-editor div.pre-label, div.wc-comment-right div.pre-label, div.editor-preview.editor-preview-active div.pre-label {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 6px 5px;
  text-align: center;
  font-size: 0.8em;
  color: #9a9a9a;
}
article.hentry code.language-bash:before, div.edit-post-visual-editor code.language-bash:before, div.wc-comment-right code.language-bash:before, div.editor-preview.editor-preview-active code.language-bash:before {
  content: "$";
  padding-right: 10px;
  color: #696969;
}
article.hentry code.language-bashhash:before, div.edit-post-visual-editor code.language-bashhash:before, div.wc-comment-right code.language-bashhash:before, div.editor-preview.editor-preview-active code.language-bashhash:before {
  content: "#";
  padding-right: 10px;
  color: #696969;
}
article.hentry code.mysql-prompt:before, div.edit-post-visual-editor code.mysql-prompt:before, div.wc-comment-right code.mysql-prompt:before, div.editor-preview.editor-preview-active code.mysql-prompt:before {
  content: "mysql>";
  padding-right: 10px;
  color: #696969;
}
article.hentry blockquote, div.edit-post-visual-editor blockquote, div.wc-comment-right blockquote, div.editor-preview.editor-preview-active blockquote {
  font-style: italic;
  color: #555555;
  padding: 20px 30px 18px 21px;
  border-left: 8px solid #c3c3c3;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
  margin-bottom: 1em;
}

div#comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#comments ol.comment-list li.comment article {
  margin-bottom: 1.5em;
}
div#comments ol.comment-list li.comment article div.comment-content blockquote {
  background: #ededed;
  padding: 10px;
  margin: 0;
}
div#comments ol.comment-list li.comment article div.comment-content pre {
  padding: 0.4em 0.8em;
  margin: 0 0 22px 0;
}
div#comments ol.comment-list li.comment article div.comment-content pre code {
  line-height: 22px;
  font-size: 90%;
  background-color: #ededed;
  border-radius: 3px;
}
div#comments ol.comment-list li.comment article footer {
  border-bottom: solid 1px #e4e4e4;
  margin: 0;
  padding: 0;
  margin-bottom: 0.7em;
}
div#comments ol.comment-list li.comment article footer div.comment-author {
  display: inline-block;
}
div#comments ol.comment-list li.comment article footer div.comment-author img.avatar {
  width: 13px;
  margin-right: 0.1em;
}
div#comments ol.comment-list li.comment article footer div.comment-author span.says {
  display: none;
}
div#comments ol.comment-list li.comment article footer div.comment-metadata {
  display: inline-block;
  margin-left: 0.4em;
}
div#comments ol.comment-list li.comment article footer div.comment-metadata a {
  color: black;
  opacity: 0.3;
}
div#comments ol.comment-list li.comment article footer div.comment-metadata span.edit-link {
  opacity: 0.5;
  margin-left: 0.5em;
}
div#comments ol.comment-list li.comment article footer em.comment-awaiting-moderation {
  display: block;
  color: #910000;
  font-style: normal;
  margin: 1em 0;
}
div#comments ol.comment-list li.comment article div.comment-content {
  margin-bottom: 0.6em;
}
div#comments ol.comment-list li.comment article div.comment-content p:last-child {
  margin-bottom: 0;
}
div#comments ol.comment-list li.comment article div.reply a {
  color: black;
  opacity: 0.5;
  font-size: 0.9em;
}
div#comments ol.comment-list li.comment ol.children {
  list-style: none;
}
div#comments div#respond h3#reply-title {
  font-size: 1em;
}
div#comments div#respond h3#reply-title small {
  margin-left: 0.7em;
  font-size: 1em;
  font-weight: normal;
  opacity: 0.5;
}
div#comments div#respond h3#reply-title small a {
  color: black;
  opacity: 0.5;
}
div#comments div#respond form {
  margin-bottom: 2em;
}
div#comments div#respond form p.logged-in-as a {
  color: black;
  opacity: 0.5;
}
div#comments div#respond form p.comment-form-comment label {
  opacity: 0.5;
}
div#comments div#respond form p.comment-form-comment textarea {
  margin-top: 0.5em;
}
div#comments div#respond form p.comment-form-comment textarea:focus {
  outline: none !important;
}
div#comments div#respond form p.comment-form-comment input {
  outline: none !important;
}
div#comments div#respond form p.comment-form-author label, div#comments div#respond form p.comment-form-email label {
  width: 4em;
  display: inline-block;
}

div#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header#top-nav {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  z-index: 10;
  position: fixed;
  background: white;
  top: 0; /* Stay on top */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  border-bottom: 1px solid #b9b9b9;
}
header#top-nav nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 4rem;
  justify-content: flex-start;
}
header#top-nav nav a {
  color: black;
  flex-shrink: 0;
}
header#top-nav nav a#logo {
  color: black;
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 400px) {
  header#top-nav nav a#logo {
    max-width: 85px;
  }
}
header#top-nav div#search-header {
  width: 744px;
  margin: 0 auto;
  padding-left: 28px;
}
@media (max-width: 770px) {
  header#top-nav div#search-header {
    width: 100%;
  }
}
header#top-nav div#search-header form {
  display: flex;
  width: 746px;
}
@media (max-width: 770px) {
  header#top-nav div#search-header form {
    width: 100%;
  }
}
header#top-nav div#search-header form input {
  padding: 0.25em 1em;
  font-size: 1em;
  line-height: 1.75;
  background-color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}
header#top-nav div#search-header form label {
  width: 100%;
}
header#top-nav div#search-header form button {
  border-color: transparent;
  margin-left: -30px;
}
header#top-nav div#header-right {
  justify-content: flex-end;
  width: 254px;
}
@media (max-width: 770px) {
  header#top-nav div#header-right {
    display: none;
  }
}

footer {
  margin-bottom: 30px;
}
footer div.site-footer__body {
  max-width: 744px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.post-edit-link {
  position: fixed;
  width: 45px;
  height: 45px;
  left: 35px;
  bottom: 35px;
  text-indent: -9999px;
  z-index: 2002;
  background: url(../img/edit_pencil.svg) center center no-repeat #111;
  background-size: 20px;
  opacity: 0.2;
  outline: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  transition: all 0.43s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.43s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.43s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.43s cubic-bezier(0.42, 0, 0.58, 1);
}

.post-edit-link:hover {
  width: 51px;
  height: 51px;
  left: 32px;
  bottom: 32px;
  opacity: 1;
  outline: none;
}

body.search aside#article-left {
  visibility: hidden;
}
body.search div#article-sidebar {
  visibility: hidden;
}
body.search section#article-main {
  margin-top: 3rem;
}
body.search section#article-main h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  border-top: 0;
}
body.search section#article-main h2 mark.hilite {
  background: none;
  color: inherit;
}
body.search section#article-main div.entry-summary {
  margin-top: 0;
}
body.search section#article-main div.entry-summary mark.hilite {
  background: none;
  font-weight: bold;
  color: inherit;
}
body.search section#article-main article {
  padding-top: 2rem;
  border-top: 1px solid #e3e3e3;
  padding-bottom: 2rem;
}
body.search section#article-main article div.entry-meta {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 0.9rem;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:visited {
  color: #56245f;
}

.txt-sm {
  font-size: 0.9rem;
}

.txt-sm-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.ad-wrapper {
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.google-auto-placed {
  margin: 30px 0;
}

/*
 * HOME
 */
body.home div#article-header div.ad-wrapper {
  display: none;
}
body.home h1.entry-title {
  display: none;
}
body.home div.singlepostinfo {
  display: none;
}

main {
  padding-top: 4rem;
  width: 100%;
  padding-bottom: 2rem;
  flex-shrink: 0;
  flex-grow: 1;
}
main article div#article-outer-wrap {
  width: 100%;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
main article div#article-outer-wrap div#article-header div.ad-wrapper {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 400px) {
  main article div#article-outer-wrap div#article-header div.ad-wrapper {
    display: none;
  }
}
main article div#article-outer-wrap div#article-inner-wrap {
  padding-top: 3rem;
}
@media (max-width: 576px) {
  main article div#article-outer-wrap div#article-inner-wrap {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  main article div#article-outer-wrap div#article-inner-wrap {
    display: flex;
  }
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  main article div#article-outer-wrap div#article-inner-wrap div#article-left-center {
    position: static;
    overflow: visible;
    max-height: 100%;
    min-height: 100vh;
  }
}
@media (min-width: 1280px) {
  main article div#article-outer-wrap div#article-inner-wrap div#article-left-center {
    flex-direction: row;
  }
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left {
  min-width: 300px;
  display: none;
}
@media (min-width: 1440px) {
  main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left {
    display: block;
    flex: 300px;
  }
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper {
  top: 4rem;
  position: sticky;
  padding-top: 3rem;
  padding-bottom: 1rem;
  margin-top: -3rem;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1280px) {
  main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper {
    display: flex;
  }
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper div#toc-inner-wrapper {
  background-color: #f5f5f5;
  padding: 1rem;
  margin-bottom: 1rem;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper div#toc-inner-wrapper p#toc-header {
  margin-bottom: 1em;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper div#toc-inner-wrapper p#toc-header a {
  color: black;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper div#toc-inner-wrapper div#toc-listitems {
  overflow: hidden;
  overflow-y: auto;
  max-height: 15rem;
  padding-right: 0.5rem;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper div#toc-inner-wrapper div#toc-listitems::-webkit-scrollbar {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
  width: 8px;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper div#toc-inner-wrapper div#toc-listitems::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1490196078); /* color of the tracking area */
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left div#toc-outer-wrapper div#toc-inner-wrapper div#toc-listitems::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1490196078);
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc ul {
  padding-left: 0;
  margin: 0;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc ul li {
  list-style: none;
  margin-bottom: 2px;
  letter-spacing: 0.03em;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc ul li a {
  text-decoration: none;
  padding: 2px 0;
  outline: none;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav > li > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav > li > a:hover {
  color: #000;
  text-decoration: none;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav > li > a:focus {
  color: #000;
  text-decoration: none;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav .nav > li > a {
  font-size: 12px;
  font-weight: normal;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav .nav > li > .active {
  font-weight: bold;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav .nav > li > .active:hover {
  font-weight: bold;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav .nav > li > .active:focus {
  font-weight: bold;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav-link.active {
  font-weight: bold;
  color: #000;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav-link.active:hover {
  font-weight: bold;
  color: #000;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav-link.active:focus {
  font-weight: bold;
  color: #000;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav-link.active + ul {
  display: block;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 8px;
  margin-left: 10px;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center aside#article-left nav#toc .nav-link + ul {
  display: none;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main {
  overflow: hidden;
}
@media (min-width: 992px) {
  main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1440px) {
  main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main {
    padding-left: 1.5rem;
  }
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main div.post-thumbnail {
  margin-bottom: 1em;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main article h1.entry-title {
  margin: 0 0 0.2em 0;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main article div.entry-content figure.wp-block-embed-youtube {
  margin-top: 1rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main article div.entry-content figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main article div.entry-content img.alignnone {
  padding: 20px;
  background: #e4e4e4;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main div.singlepostinfo {
  color: #999;
  margin-bottom: 20px;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main div.singlepostinfo a#replies {
  color: #999;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main div#article-intro {
  font-size: 1.2em;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-left-center section#article-main div.post-ratings {
  margin: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em 0px 10px 0px;
  line-height: 1em;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar {
  display: none;
}
@media (min-width: 992px) {
  main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar {
    display: block;
    flex: 0 0 300px;
    position: static;
  }
}
main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar div.related-posts {
  background-color: #f5f5f5;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar div.related-posts p.txt-sm-title {
  font-weight: bold;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar div.related-posts ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar div.related-posts ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar div.related-posts ul li.active a {
  font-weight: bold;
  color: #4e4e4e !important;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar div.related-posts ul li a {
  color: #4e4e4e;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
main article div#article-outer-wrap div#article-inner-wrap div#article-sidebar div.related-posts ul li a:visited {
  color: #aaaaaa;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

a.anchor {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
